Page 1 of 1

Simple Target

Posted: Wed Jul 14, 2004 5:57 pm
by Quick
Something I use for my bard kiteing

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

Hope this is helpfull to someone.

Quick