Code: Select all
Sub Main
/cleanup
/target corpse radius 250
/stand
:Loop
/face fast
/if (${Target.Distance}>15) /keypress forward hold
/if (${Target.Distance}<15) /keypress forward
/if (${Target.Distance}<15) /loot
/if (${Target.ID}) /goto :Loop
/return