Okay, the /notify suggestion worked, yay!
There are a few new problems i have encountered when trying to get this macro finnished up that I could use some help on.
1) Ive had to add some delay with the /delay command in some places to get some of the commands such as /notify in order for them to work properly. Is this something to be expected? Is this a result of lag that these delays are needed? It works fine as it is, however i was just curious about this.
2) Part of this macro requires that a container, which is fashioned in the prior combines, be used to make a final combine. I have been unable to make it so i can find this container and open the bag to do the final combine. I have tried the following command but all i got was crashed to desktop:
Code: Select all
/itemnotify "@Container" rightmouseup
Container was set to "pack3" in previous code. /click just doesnt seem like the correct function either.
3) Taken from the manual:
/finditem [similar] "itemname"
Finds an item in your inventory by name. /finditem will open a pack, click the item, and then close the pack if it was already closed.
Using similar triggers a search for substrings in <"itemname">
If there was an item on the cursor, $getlasterror is set to FIND_HANDSFULL
If it was unable to open a pack, $getlasterror is set to FIND_PACKNOTOPEN
If the item wasn't found, $getlasterror is set to FIND_NOTFOUND
/finditem does not seem to be working as described in bold. If no bags are open before this command is run in the macro, the macro seems to lock into some kind of infinite loop that i am unable to break out of. Is there a break command for any macro in MQ2 like a Control-Q or something? /finditem only seems to work properly if the bags containing the items are initially open.
I am very close to completing this macro and would appreciate any helpful hints or suggestions. Thank you.