Hello guys,
Can anyone help me to find the script that i can change this:
Example:
Your Dexterity has changed by 78. Its now 178.
Where can i find this script? Thanks!
Stats Mod information!
Re: Stats Mod information!
Do you mean gaining stats or when it changes when equipping something. If you're talking about just the regular gains, this is done within skillgain. If you mean the dex changes when equipping armor and such, thats in the equip script defined for that piece of armor in its itemdesc.cfg.
Re: Stats Mod information!
If you mean the text itself, it is shown by client when server sends updated skill or stat information. To not show the text at all, you'd have to either modify client (maybe emptied cliloc is enough, I do not know) or stop sending the skill information. Latter would of course make the client's skill window somewhat useless, showing only 0.00 skill values.
Re: Stats Mod information!
let me explain better
example:
when a mage boost Agility in a target, the target displays with PrintTextAbove, the amount that Agility's spell did gain..
Example:
Mage spells agility in a target -> dexterity's target changed +45 -> target PrintTextAbove that the spell gain +45...
can anyone help me?
example:
when a mage boost Agility in a target, the target displays with PrintTextAbove, the amount that Agility's spell did gain..
Example:
Mage spells agility in a target -> dexterity's target changed +45 -> target PrintTextAbove that the spell gain +45...
can anyone help me?