Page 1 of 1

How do I raise stats permanently?

Posted: Sun May 24, 2009 7:38 pm
by Trantor
I'd like to have a potion that raises a stat (strength, dexterity, wisdom etc.) permanently instead of temporarily. I played around a bit with a cloned KU potion and tried the ACTION_BOOST_CHARACTERBYOBJECT, but have found no success yet.
Comparing potions and armor that grants a stat bonus (like the Power Towers or the Dexhelm), it seems that consuming an object to gain the bonus results in a relative bonus, while equipping it results in an absolute bonus. What I mean by that is this: If a piece of armor grants 15 strength, it grants it to anybody, always. If a potion gives you that bonus, the amount of strength gained is related to the strength of the potion and the strength of your character. And the biggest difference is, of course, that potions only give the bonus temporarily. :( Any idea how to make that bonus permanent?

Re: How do I raise stats permanently?

Posted: Sun May 24, 2009 10:20 pm
by beowuuf
Sounds like it is hard coded. You might need to make the potion perhaps gift XP instead, since this is the only other mechanism that grants permanent stats. Won't let you create a potion of anti-magic/fire though :(

Re: How do I raise stats permanently?

Posted: Tue May 26, 2009 9:46 am
by Lord_BoNes
The sheild potion IS a potion of anti-magic, it just doesn't actually show the stats change. The Shield spell is anti-magic, the Fire-Shield is anti-fire. So if you put (like I did to check this out) a cloned YA potion, and changed the stats to 2 anti-magic, 1 anti-fire. It gives you the anti-fire equivilent of a stats potion (str, dex, etc.), and twice that for anti-magic... So for 1 anti-fire here is the approx amount of anti-fire for potion strength:
25% = 10 - 11, 50% = 12 - 13, 75% = 13 - 16 & 100% = 20 - 24
And here is the approx amount of anti-magic:
25% = 20 - 22, 50% = 24 - 26, 75% = 26 - 32 & 100% = 40 - 48

Re: How do I raise stats permanently?

Posted: Tue May 26, 2009 10:19 am
by beowuuf
Sorry, I meant there is no way to grant an EXP boon that only targets anti magic/fire for a permenant stat increase, whereas the four classes would bias a little. Still, the EXP gift for the four stats would be hit or miss

Re: How do I raise stats permanently?

Posted: Tue May 26, 2009 4:13 pm
by Lord_BoNes
I get what you mean. There MUST be some way to achieve it. You've read what I've been able to squeeze out the RTC engine... I'm sure I'll find something, or go nuts tryin' :P