Page 1 of 1

simplecombine.mac

Posted: Sun Aug 29, 2004 3:25 pm
by Sparr
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

Posted: Sun Aug 29, 2004 5:13 pm
by TheUnholy
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.

Posted: Sun Aug 29, 2004 6:43 pm
by Fuergrissa
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 :)