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
Moderator: MacroQuest Developers
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