Simple Target
Posted: Wed Jul 14, 2004 5:57 pm
Something I use for my bard kiteing
Hope this is helpfull to someone.
Quick
Code: Select all
#turbo
Sub Main
:loopstart
/if (${Target.Distance}>220) /keypress esc
/if (${Target.ID}==FALSE) /tar NPC radius 220
/delay 10
/goto :loopstart
/return
Quick