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

Post your completed (working) macros here. Only for macros using MQ2Data syntax!

Moderator: MacroQuest Developers

feign
decaying skeleton
decaying skeleton
Posts: 5
Joined: Tue Mar 23, 2004 8:25 pm

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

Post by feign » 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.

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

TheWarden
a hill giant
a hill giant
Posts: 253
Joined: Sat Dec 27, 2003 3:51 pm
Location: In your bushes...

Post by TheWarden » Wed Aug 18, 2004 6:19 pm

[img]http://img.photobucket.com/albums/v629/Deevious/SigPics/KristinKreukSig01.jpg[/img]

feign
decaying skeleton
decaying skeleton
Posts: 5
Joined: Tue Mar 23, 2004 8:25 pm

Post by feign » Wed Aug 18, 2004 6:24 pm

fair nuff... search pwnd me for once.