[EasyUO]AutoAcceptRes
Posted: Wed Sep 15, 2010 9:40 pm
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.
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
}