Right, I am trying to do a simple enough macro for crafting a set of items.
I have set it up but when I play it back it will halt if the gump is not the same as it was before. I tried changing the gump id to 'any' but that does not seem to work.
The button action works fine, and the macro it's self will work fine if the gump is the same, but when it changes it halts. The error says gumpid/any timeout so to me that says that 'any' was valid but it just doesn't work.
I did a little google searching and found someone talking about a macro for peerless quest or something that involved gumps but that did not help to much. This is an example:
waitforgump 0x19bc4061
15000
replygump 0x19bc4061 1
I tried changing the waitforgump to: waitforgump 'any' but that doe snot work, the only other thing I can think of is to list the various gump id's as a if/or statement but not done that before so unsure.
Any ideas?