NevadaUO
Would you like to react to this message? Create an account in a few clicks or log in to continue.

UOPilot Script - Magic Resist

Go down

UOPilot Script - Magic Resist Empty UOPilot Script - Magic Resist

Post  ImRedYourDead Sat Feb 26, 2011 10:07 am

//////////////////////////////// Resist
// Cast the walls and treated during the walk (1 / 3) (c assists)
/////////////////////////////////
set $ westbtn j // walk + west
set $ eastbtn l // walk + east
set $ southbtn k // walk + south
set $ ffcastbtn f9 // CastSpell + FireField / WFT / TargetSelf
set $ healbtn F11 // bandages after treatment Assist
set # healwait 2900 // delay othilivanie with bandage
set # ffcastwait 2000 // delay castes faerfilda
set # 2scr 4 // number of the flow with a script walk along the wall


set # worky charposy
set timer

: F

if hits <150
send $ healbtn
end_if

set # h 150 - hits
wait # healwait

if (hits = 150) and (# h = 0) or (timer> = 100000)
stop_script # 2scr
repeat 10 // start of alignment (aligned leaning on the western wall of the house, walking parallel to the south)
send $ westbtn
wait 200
end_repeat
repeat 4
send $ eastbtn
wait 200
end_repeat // end alignment
: Recast
if charposy = # worky
set timer
send $ ffcastbtn
wait # ffcastwait
if (lastmsg fiz)
goto recast
end_if
start_script # 2scr
else
repeat 3
send $ southbtn
end_repeat
goto recast
end_if
end_if

goto f

ImRedYourDead
ImRedYourDead

Posts : 56
Join date : 2011-01-15
Age : 49
Location : Moscow Russia

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum