ScriptUO

Scripting Resources & Utilities => Stealth Client => Topic started by: alaskan on April 29, 2015, 11:03:32 PM

Title: Stealth not recognizing gumps? (Python)
Post by: alaskan on April 29, 2015, 11:03:32 PM
Has anyone else ran into Stealth not recognizing gump ID's with python? I have two functions for waiting for gumps and replying to gumps (thanks to Chrome) but it seems as though Stealth doesn't recognize some gumps. Just curious if this was just happening to me or if it has been happening to other people as well.
Title: Re: Stealth not recognizing gumps? (Python)
Post by: Crome969 on April 30, 2015, 12:23:28 AM
Do you have the latest Build?
Do you use Inlined Python (within Stealth) or API?
Title: Re: Stealth not recognizing gumps? (Python)
Post by: alaskan on April 30, 2015, 09:32:49 PM
I do have the latest build of Stealth and I use the wrapper for my Python scripting (Python 3.3.0). Basically when I'm waiting or trying to reply to certain gump ID's it seems as though Stealth doesn't recognize the gump ID even though that's the exact ID that is given to me when I bring up the gump info. So far I've only ran across this issue with two gumps, haven't really tested other gumps but I was just curious like I said if anyone else has experienced this as well or maybe if it's just something I'm missing or just something that I don't have configured properly (wouldn't be the first time hehe).
Title: Re: Stealth not recognizing gumps? (Python)
Post by: Crome969 on May 01, 2015, 05:23:54 AM
Possible Troubleshoot :
* The Gump is either a Container\Paperdoll\Virtues => They are ignored by Stealth
* The Gump is recognized in Pascal script in Editor => Issue on Python wrapper
Title: Re: Stealth not recognizing gumps? (Python)
Post by: Boydon on May 14, 2015, 01:12:08 AM
Can you tell me what function is giving you unexpected results?

There used to be a bug in the number format (they were signed while they have to be unsiged) and I fixed it in GumpInfo function, maybe its happening somewhere else?

Thank you
Title: Re: Stealth not recognizing gumps? (Python)
Post by: alaskan on September 05, 2015, 04:40:37 PM
Sorry its been a while since I've hopped on UO or Stealth for that matter but have recently rekindled the fire. If I run into the issue again I will try to explain the function to the best of my ability. Thank you though for the replies, I really do appreciate the help I get from this community, its awesome :D.