simplecombine.mac

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

Moderator: MacroQuest Developers

Sparr
a hill giant
a hill giant
Posts: 159
Joined: Mon Jun 24, 2002 5:41 am

simplecombine.mac

Post by Sparr » Sun Aug 29, 2004 3:25 pm

this macro uses the new combine window, it will just continuously make whatever recipe you have selected. its intentionally lacking in error checking and an end condition, i just use it when i dont want to click a hundred times, feel free to add them yourself.

Code: Select all

#turbo

Sub Main

:restart
 /delay 30 ${Window[TradeSkillWnd].Child[COMBW_CombineButton].Enabled}
 /notify COMBW_CombineArea COMBW_CombineButton leftmouseup
 /delay 30 ${Cursor.ID}
 /call AutoInvAll
 /goto :restart
/return

Sub AutoInvAll
 :autoinvall
 /if (${Cursor.ID}) {
  /notify COMBW_CombineArea AutoInvButton leftmouseup
  /delay 1
  /goto :autoinvall
 }
/return
[img]http://www.trifocus.net/~sparr/sparr_rotate_sig_16.gif[/img]

User avatar
TheUnholy
a hill giant
a hill giant
Posts: 269
Joined: Wed Mar 03, 2004 11:59 pm

Post by TheUnholy » Sun Aug 29, 2004 5:13 pm

http://macroquest2.com/phpBB2/viewtopic.php?t=7415
http://macroquest2.com/phpBB2/viewtopic.php?t=7373
http://macroquest2.com/phpBB2/viewtopic.php?t=6890

related threads for anyone who wants to use this. Can maybe combine / modify to suit your needs. I found the bottom one most useful out of the above links fyi.

User avatar
Fuergrissa
a grimling bloodguard
a grimling bloodguard
Posts: 607
Joined: Mon Dec 08, 2003 3:46 pm
Location: UK

Post by Fuergrissa » Sun Aug 29, 2004 6:43 pm

TheUnholy wrote:http://macroquest2.com/phpBB2/viewtopic.php?t=7415
http://macroquest2.com/phpBB2/viewtopic.php?t=7373
http://macroquest2.com/phpBB2/viewtopic.php?t=6890

related threads for anyone who wants to use this. Can maybe combine / modify to suit your needs. I found the bottom one most useful out of the above links fyi.
If you have VIP access use my version that AUTOBUYS stuff from a nearby vendor if you run out :)
[quote]"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."[/quote]