Author Topic: Stealth not recognizing gumps? (Python)  (Read 5503 times)

0 Members and 1 Guest are viewing this topic.

Offline alaskanTopic starter

  • Jr. Member
  • **
  • Posts: 29
  • Activity:
    0%
  • Reputation Power: 1
  • alaskan has no influence.
  • Gender: Male
  • Respect: 0
  • Referrals: 0
    • View Profile
Stealth not recognizing gumps? (Python)
« on: April 29, 2015, 11:03:32 PM »
0
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.
« Last Edit: April 30, 2015, 12:22:48 AM by Crome969 »
"You miss 100% of the shots you don't take" - Wayne Gretzky

Offline Crome969

  • Moderator
  • *
  • *****
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: Stealth not recognizing gumps? (Python)
« Reply #1 on: April 30, 2015, 12:23:28 AM »
0
Do you have the latest Build?
Do you use Inlined Python (within Stealth) or API?

Offline alaskanTopic starter

  • Jr. Member
  • **
  • Posts: 29
  • Activity:
    0%
  • Reputation Power: 1
  • alaskan has no influence.
  • Gender: Male
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Stealth not recognizing gumps? (Python)
« Reply #2 on: April 30, 2015, 09:32:49 PM »
0
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).
"You miss 100% of the shots you don't take" - Wayne Gretzky

Offline Crome969

  • Moderator
  • *
  • *****
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: Stealth not recognizing gumps? (Python)
« Reply #3 on: May 01, 2015, 05:23:54 AM »
0
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

Offline Boydon

  • Moderator
  • **
  • *****
  • Posts: 76
  • Activity:
    0%
  • Reputation Power: 3
  • Boydon has no influence.
  • Respect: +16
  • Referrals: 0
    • View Profile
Re: Stealth not recognizing gumps? (Python)
« Reply #4 on: May 14, 2015, 01:12:08 AM »
0
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
Member of the Stealth development team.

Offline alaskanTopic starter

  • Jr. Member
  • **
  • Posts: 29
  • Activity:
    0%
  • Reputation Power: 1
  • alaskan has no influence.
  • Gender: Male
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Stealth not recognizing gumps? (Python)
« Reply #5 on: September 05, 2015, 04:40:37 PM »
0
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.
"You miss 100% of the shots you don't take" - Wayne Gretzky

Tags: