ScriptUO

Official ScriptUO EasyUO Scripts => Script Debug => Topic started by: BabysittingDingo on February 03, 2015, 03:23:40 PM

Title: Desperately need Help
Post by: BabysittingDingo on February 03, 2015, 03:23:40 PM
 :'( so I come back to tell you what i've learned my friends.
First off, I play Lexia, and the scripts ive tried are all written by different authors, so the problem lies with me.

mining script works swimmingly, mines and what not, but when he starts to craft shovels UH OH. doesnt click the button to make them, infact doesn't click any buttons, Buttonless!
So i moved to a different author and alas, the script makes springs instead of shovels. I'm pulling my hair out searching scriptuo and easyuo for a debunk to my scripting problem, It would so very rock if someone could dumb it down to me. i can locate stuff inside the scripts, and someone change things, i'm not that dumb, i just cant find my problem here.

please help so i can get some ingots and craft!
Thank you
Title: Re: Desperately need Help
Post by: Hoby on February 03, 2015, 03:59:25 PM
Sounds like the gumps are off.  Not sure exactly how to fix it, although I believe its an easy fix.  I am at work so I can't help much right now.  

Container Container system variables represent information available about the top most (or most reacent) gump that was opened, moved, or clicked in the Ultima Online Client.
#nextCPosX  ⇔  Returns the x-coordinate of where the next container/gump will open 
#nextCPosY  ⇔  Returns the y-coordinate of where the next container/gump will open 
#contSize  ⇒  Returns the size of the currently selected container/gump 
#contPosX  ⇔  Returns the x-coordinate of the currently selected container/gump 
#contPosY  ⇔  Returns the y-coordinate of the currently selected container/gump 
#contKind  ⇒  Returns the kind of the currently selected container/gump 
#contID  ⇒  Returns the id of the currently selected container/gump 
#contType  ⇒  Returns the object type of the currently selected container/gump 
#contName  ⇒  Returns the name of currently selected container/gump
 
Title: Re: Desperately need Help
Post by: BabysittingDingo on February 03, 2015, 06:44:25 PM
 well i appreciate the help, really do, just wanna afk mine while im at work lol.
so im running speweys runebook mining, simple saved the file and loaded it into easyuo, changed the packanimal loop so that it doesnt even bother because their was an issue with that gump.
so maybe im using the wrong thing to run scripts but easyuo 1.5 seems to work on other scripts.
the locating how to turn gumps on is what im looking for now, i seached it and nothing really came up. what should i do?
Title: Re: Desperately need Help
Post by: Crisis on February 04, 2015, 03:42:46 AM
Okay it could be the overall gump size, but you are on a free shard so they are not all the same. I believe that this is the standard free shard gump size. It is worth a try. 530_437

MAKE A BACKUP COPY BEFORE CHANGING IN CASE I AM WRONG!

Do a search in the script for %cwin and try changing the number there with 530_437

I hope this helps!
Title: Re: Desperately need Help
Post by: BabysittingDingo on February 04, 2015, 08:10:53 AM
thanks got it fixed!