Ninja.mac updated for Datatypes

A forum for you to dump all the macros you create, allowing users to use, modify, and comment on your work.

Moderator: MacroQuest Developers

fantum409
a ghoul
a ghoul
Posts: 141
Joined: Fri Nov 14, 2003 10:03 pm

Ninja.mac updated for Datatypes

Post by fantum409 » Sat Apr 24, 2004 11:00 pm

Handy for cleaning up those corpse piles quickly. Not my work, I just updated it.

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