ScriptUO

Scripting Resources & Utilities => ScriptUO Application => Bug discussion => Topic started by: Ozzy on June 11, 2010, 03:47:53 PM

Title: exevent popup fix help
Post by: Ozzy on June 11, 2010, 03:47:53 PM
still tryin to figure out how to fix this issue with my beetle..when unloading at bank it tries to release pet instead ...ive tried to change the  number but cant get it to work  assuming im even in the right sub i am new to this  and its makin me crazy ! any ideas?
Title: Re: exevent popup fix help
Post by: luv2luvlong on June 11, 2010, 05:56:18 PM
1. w/ SUO  do a find for "exevent popup" (easiest way to find it in script and will show you where they are located)
2. copy that portion of the script to a tab in euo leaving out the set X,Y click command but you do want to put a halt at the end.
3. when the menu pops up it should go to the 0,0 position.
4. put cursor over menu selection and read the XY position from EUO.
5. replace the XY position in the script w/ new XY
hope this helps
if not try posting the snippet for debugging

My favorite method is to get the id of the beattle pack (it is different from beattle) set that as lastobject id then do a last object. this method negates the menu changes (you do have to change the id occasionally when the beattle dies though)
Title: Re: exevent popup fix help
Post by: _C2_ on June 11, 2010, 08:14:21 PM
post the script or the sub to dump stuff that contains the exevent popoup line.  You can use the find option under edit to locate all of them.  there is probably only one.  it is an easy fix.  they added a rename pet line that throws all that stuff off.
Title: Re: exevent popup fix help
Post by: Ozzy on June 11, 2010, 11:36:26 PM
i had it  where it  was tryin to transfer by changing gosub context %beetleid but like i said just learning  dunno all the language yet  so for me its  hit and miss lmao oh well i will get it eventually  and not have to ask  oh yeah and posted script below
Title: Re: exevent popup fix help
Post by: gen2000 on June 12, 2010, 07:10:30 AM
I just updated it. sorry, I don't play much anymore.. lol
Title: Re: exevent popup fix help
Post by: Ozzy on June 12, 2010, 07:43:31 PM
wow Super awesome thanks so much gen  this is a great script........much appreciate ya time !!!
Title: Re: exevent popup fix help
Post by: TrailMyx on June 13, 2010, 11:12:09 AM
Hey, there's Gen.  They were looking for ya.  ;-)
Title: Re: exevent popup fix help
Post by: gen2000 on June 15, 2010, 12:17:47 PM
Hey, yea I noticed that.  ;)
Title: Re: exevent popup fix help
Post by: Ozzy on June 15, 2010, 02:59:24 PM
lol thanks guys this is a bad mofo script