lorenzo
Joined: 13th Dec 2009
Posts: 104
Class Stats
Hello, My Question is : How i get HP + working? beacuse i tried many stuffs like
HP = "75 + ($str * 1) + $level
HP = "75 + ($int * 1) + $level
HP = "75 + ($wis * 1) + $level
HP = "75 + ($agi * 1) + $level
HP = "75 + ($con * 1) + $level
HP = "75 + ($cha * 1) + $level
And With $level Gone But still wont work can someone help me make it work to get 75 HP Per stat Point?
-lorenzo
16 years, 3 weeks ago
|
skulled

Joined: 20th Feb 2010
Posts: 307
Re: Class Stats
i don't think you can do that since its a closed source im not shure but i very rarely think you could do that.
16 years, 3 weeks ago
|
lorenzo
Joined: 13th Dec 2009
Posts: 104
Re: Class Stats
i Believe it worked like 2 monthes ago with same 2.7b
16 years, 3 weeks ago
|
Klutz

Joined: 14th Jul 2009
Posts: 1737
Re: Class Stats
You could start by learning math. Try:
HP = (con * 75)
---
Web developer, currently looking for graphic artists / designers.
16 years, 3 weeks ago
|
lorenzo
Joined: 13th Dec 2009
Posts: 104
Re: Class Stats
That Doesn't work :6 Rly Weird
16 years, 3 weeks ago
|
Re: Class Stats
To make a class get 75hp per lvl all u need is like was said before hp = (con * 75) but i'll write it down like the class format. Lets say you want warrior with that...
/* Warrior */
[class6]
{
HP = "20 + ($str * 75)"
TP = "15 + ($str)"
SP = "15 + ($str * 3)"
Damage = "$str / 2"
Accuracy = "$str / 3"
Evade = "$str / 3"
Armor = "$str / 4"
Weight = "60 + $str"
Should work.
---
Owner of Endless Online Insanity
Looking for: 2 Artists
Darkrulerjoe
16 years, 2 weeks ago
| | | | | |