Moderator: MacroQuest Developers
I like it. How about reposting as a poll?Mckorr wrote:Was wondering if there was any interest in having a true Files Depot.

i'm pretty sure you would read it after downloading, and if not you deserve that to happen.SingleServing wrote:I wouldn't download a macro without reading it first.
Their will be some wise guy that will put in a hidden
/petition I'm cheating and using a macro
somewhere...
:Loop
/shout I'm cheating and macroing!
/goto :Loop
Code: Select all
#include fighting.inc
#include casting.inc
#include looting.inc
sub Main
/target "annoying orc pawn"
/call cast "root"
/melee
/loot
/returnCode: Select all
| TargetClass.inc
#class _Target
sub target_id
/target id $p0
/return
#endclassCode: Select all
#include TargetClass.inc
#use Targeter as _Target
...
Targeter.target_id $v0
...