autocomb.mac -- KISS combine macro, non-ini non-afk
Posted: Wed Aug 18, 2004 6:10 pm
Huge tradeskill macros are worthwhile to use at times, and at other time, they're just not what I want to use. I created this little thing to be specific to my needs of the moment, and my other MQ friends found it useful, so I just threw it up here in case someone else wants it... If not, I don't care.
Edit: You many have to adjust the /delay per the zone you're in and your connection
Code: Select all
|-- autocomb.mac
|-- by feign 8/18/2004
|---------------------------------------------------------------------
|-- Extremely simple combine macro... highlight the recipe in your list,
|-- type /mac autocomb, and it will combine until you run out of
|-- components. No frills, no ini, KISS.
#Event OOStuff "You are missing#*#"
Sub Main
/e Combining shit until OOStuff
:Loop
/doevents
/notify COMBW_CombineArea CombineButton leftmouseup
:AILoop
/autoinv
/if (${Cursor.ID}) /goto :AILoop
/delay 8
/goto :Loop
/endmacro
Sub Event_OOStuff
/e Ran out of stuff...
/endmacro