Page 1 of 1

autocomb.mac -- KISS combine macro, non-ini non-afk

Posted: Wed Aug 18, 2004 6:10 pm
by feign
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.

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
Edit: You many have to adjust the /delay per the zone you're in and your connection

Posted: Wed Aug 18, 2004 6:19 pm
by TheWarden

Posted: Wed Aug 18, 2004 6:24 pm
by feign
fair nuff... search pwnd me for once.