designed by; aaoskar
designed for; any
usage; .target <creature>
description:
this script retreats and casts spells. i'm working on it. it's not pretty, but it works.
PREPARING_SPELL:
echo PREPARING_SPELL
put release
pause 0.5
put retreat
pause 0.5
put retreat
pause 0.5
put prepare bolt 5
pause 0.5
pause 0.5
goto target
target:
put target %1
match target ...wait
match SEARCH no need to target
match GETTING_POSITION referring
match GETTING_POSITION You begin
match GETTING_POSITION target pattern
matchwait
GETTING_POSITION:
ECHO GETTING_POSITION
match GETTING_POSITION ...wait
match retreat pole range
match retreat closes to pole weapon range on you
match retreat closes to melee range on you
match retreat Moving
match retreat block
match retreat evade
match retreat parry
match retreat manage
match retreat grabs a handful
matchwait
retreat:
put retreat
match retreat ...wait
match retreat pole range
match retreat closes to pole weapon range on you
match retreat closes to melee range on you
match retreat Moving
match retreat block
match retreat evade
match retreat parry
match retreat unable to get
match retreat manage
match coffee_break from combat
match coffee_break as far away
matchwait
coffee_break:
pause 2
goto CAST
CAST:
ECHO CAST
put cast
pause 1
goto LOOK
LOOK:
match LOOK ...wait
match SEARCH dead
match PREPARING_SPELL %1
match SEARCH dead
put look
matchwait
SEARCH:
put retreat
pause 0.5
put retreat
pause 0.5
put search %1
pause 0.5
put face next
goto PREPARING_SPELL