Code: Select all
#turbo
Sub Main
/echo Autofire ON
:Loop
/if $target(type)==NPC {
/if $char(casting)==FALSE {
/press Num_0
/delay 1
}
/goto :Loop
} else {
/echo No NPC targeted
}
/echo Autofire OFF
/return
- And if anyone is feeling up to it and has the spare time... What do i add in to make a /follow in there to follow say... the group Cleric if the group moves around.

