Discussion in   Help!   started     10 years ago   June 14, 2014, 06:34:33 AM   by   DarkWarrior

UOSteam Gump Macro help

DarkWarrior
Offline
133 Posts
Topic :   UOSteam Gump Macro help
10 years ago  June 14, 2014, 06:34:33 AM

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?

SuC
Offline
28 Posts
#1 Re :   UOSteam Gump Macro help
10 years ago  June 14, 2014, 07:39:16 AM

which gump are you trying to do? if you can't get it working use click x,y

DarkWarrior
Offline
133 Posts
#2 Re :   UOSteam Gump Macro help
10 years ago  June 14, 2014, 07:57:10 AM

Well, it would be any gump really, I am trying to learn to make some macros. After these gumps I was going to look at journal reading so if a tool is worn out it can select a new one. Then I will look at running a agent when I hit a certain weight.


Basically in the end I want to learn to write macros for restocking my supply crates and vendor stuff etc.


I was more specifically looking at the gump id's for filling bods. A large bod is a different id than a small bod, so I want to write a macro that will see the difference and either sort them or combine small to large etc. I have seen a few floating around but looking to try and learn it myself. The "commands" button can be a little vague, I have seen very complex macros but not even seen the commands used in the commands section.


All learning!

DarkWarrior
Offline
133 Posts
#3 Re :   UOSteam Gump Macro help
10 years ago  June 14, 2014, 07:58:19 AM

which gump are you trying to do? if you can't get it working use click x,y


Thinking about it, X/Y could work, as unless I specificly move the gump it will always appear in the same location.