Page 1 of 1
Simple AFK Combine, Auto-Inventory TS Macro
Posted: Sun Dec 10, 2006 7:45 am
by the-hated
I'm looking for basically what the subject of this message says, a simple macro that once i select the recipe from the list and start the macro it will keep hitting combine and then auto-inventory until out of one or more of the ingredients... does this exist?
Posted: Sun Dec 10, 2006 8:31 am
by Auronin
...
Posted: Sun Dec 10, 2006 3:06 pm
by Jago668
There is one in the VIP section I know for sure. Donate $10 and it is yours for the taking.
Posted: Thu Mar 15, 2007 10:59 am
by aamlord
I have seen such script around and I don't have the VIP access so it's not exclusive to paid members. Search for combine.mac
Posted: Thu Mar 15, 2007 11:35 am
by ms1089
Pretty sure I have PM'd the-hated before .. but since this topic was just bumped, I might as well post what I used when I did tradeskills, I suppose :p
Simple, but I <3'd it. Disclaimer: This is kinda ancient, and because I'm not really playing anymore, I haven't tested it recently.
Code: Select all
#event OOS "Sorry, but you #*#"
sub main
/echo TS Clicker
/call click
/return
sub click
:Click
/if (${Window[TradeskillWnd].Child[CombineButton].Enabled}) {
/notify TradeskillWnd CombineButton leftmouseup
}
/call drop
/doevents
/goto :Click
Sub drop
:drop
/if (${Cursor.ID}) {
/autoinv
/goto :drop
}
/doevents
/return
sub Event_oos
/Echo Ran out of stuff. Ending.
/endmacro
Re: Simple AFK Combine, Auto-Inventory TS Macro
Posted: Sun Jan 11, 2026 4:01 am
by xyilla
Re: Simple AFK Combine, Auto-Inventory TS Macro
Posted: Sun Jan 11, 2026 4:02 am
by xyilla
Re: Simple AFK Combine, Auto-Inventory TS Macro
Posted: Sun Jan 11, 2026 4:03 am
by xyilla