which one because I didn't see any that were just raw combine/auto-inventoryMQWatcher wrote:not sure if this one does but I know the one from the VIP trade skill post does.
Moderator: MacroQuest Developers

Code: Select all
#event OutOfStuff "Sorry, but you don't have everything you need for this recipe in your general inventory."
Sub Main
:Loop
:ClearCursor
/if (${Cursor.ID}) {
/autoinventory
/goto :ClearCursor
}
/notify COMBW_CombineArea CombineButton leftmouseup
/doevents
/goto :Loop
/return
Sub Event_OutOfStuff
/endmacro
/return