ScriptUO

Scripting Resources & Utilities => Stealth Client => Topic started by: Vlek on November 11, 2015, 08:19:21 AM

Title: Getting Shown Versus Real Skill
Post by: Vlek on November 11, 2015, 08:19:21 AM
I'm playing a Pre-AOS server that has skill bonuses based on stat points. It appears that steatlh.GetSkillValue only returns the real skill level. Is there a way to receive the value under the "Current" column in the Skills tab of stealth?
Title: Re: Getting Shown Versus Real Skill
Post by: Biza on November 11, 2015, 11:53:12 PM
Freeshards usually require people to download the shard you play on to give an answer, posting the freeshard you play on may get you more help than a vague description of how it works. I don't know much about stealth other than it works similar to euo. Your going to have to write it, its not as hard as it looks.

X * Y + skill = Z

#str * %howmuchskillper + #skill (identify the skill first!) = %totalskill

There is a wiki to help with math in scripts and it should outline everything you need to do it.

Otherwise you would have to write it to identify the numbers on the skill chart and that would be several thousand times harder as it has to do with pixels.
There is a write up by cheffe on how to do this, I dont know if we are allowed to post links to other forums or not, so your going to have to search for it. but i suggest not attempting that as it seems to be an advanced scripters only.
Title: Re: Getting Shown Versus Real Skill
Post by: Crome969 on November 12, 2015, 07:12:29 AM
So then i answer you. No its not possible unless we make an exception on code handler for your shard with the math of your shard. Stealth is a neutral client, so i dont think that will happen. But last person to decide will be always Vizit0r.,
Title: Re: Getting Shown Versus Real Skill
Post by: Vlek on November 12, 2015, 04:03:04 PM
You guys aren't understanding. It's not something stealth isn't currently seeing. I shouldn't even have mentioned the server I'm playing on because it's the vanilla RunUO system that's at play. I want the information that's in the current skill column. See the picture.