ScriptUO

Ultima Online Fan Board => UO Reference Information => Topic started by: cybercasper on December 03, 2016, 03:22:22 AM

Title: How do people find the gump
Post by: cybercasper on December 03, 2016, 03:22:22 AM
Just like NObama Im also wondering if EN's character toolbox was working. But with every updated the gumps change so can anyone shead some light on how one goes about finding the gump in order to replace in not only that script but also in others if need be.
Title: Re: How do people find the gump
Post by: The Ghost on December 03, 2016, 04:31:25 AM
This question belong to the script tread so other can know how to fix it. 

In short , look at the container info under #CONTKIND
Title: Re: How do people find the gump
Post by: Biza on January 19, 2017, 01:40:46 PM
Sorry this is late but you should never use contkind in anything that is going to be used for more than a few days. It changes a lot and is impossible to keep up with. You should always open a gump and set the returned id as a variable instead. That way no matter what they change it to you will never have to edit your script to fix it.
Title: Re: How do people find the gump
Post by: BobOzarius on January 19, 2017, 02:39:37 PM
You'll see a lot of that in older scripts. I'm pretty sure #contkind was the only way to address gumps at first. So a lot of older scripts used #contkind.
Title: Re: How do people find the gump
Post by: Biza on January 19, 2017, 02:41:24 PM
No hes actually talking about ENs character toolbox i missed that the first time around. The login gumps I don't think can be set correctly with any sort of scriptable setup.