Posted: Tue Jun 24, 2008 10:05 pm
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.
Need to talk about MacroQuest to other MacroQuest users?
https://mq64.org/phpBB3/
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.
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