[EasyUO]AutoAcceptRes

If you make a Client-side script you can publish it here for other players to use
Locked
User avatar
Kaiana
Elder Scribe
Posts: 148
Joined: Mon Jul 13, 2009 3:07 pm

[EasyUO]AutoAcceptRes

Post by Kaiana »

This is just a tiny thing I whipped up to make fighting tough peerless monsters a bit quicker for me.

It automatically accepts the resurrection when you res your pets. Nothing fancy. :)

Code: Select all

if #CONTSIZE = 275_150 && #CONTKIND = GJZ
{
    set %x #CONTPOSX + 62
    set %y #CONTPOSY + 115
    ;click at +62 +115
    click %x %y DMC
    wait 10
}
♥Kaiana♥ - Administrator of the Heart

Yay for scripting and programming! :)
public bool EasyUOMastery = true;
private double CSharpSkillz = 30.0; //and rising!
Locked