Page 1 of 1

Partialy disable vitality

Posted: Sat May 08, 2010 12:13 am
by Jesus.M
When player creates new character that character instantly gets full vitality (20'000 points).
Is there any way to modify that amount of vitality points which are given to new character?
In fact I want to disable this feature at all or set it to 0 value.

Re: Partialy disable vitality

Posted: Sat May 08, 2010 1:20 am
by hope
character config
EnableVitality = False

Re: Partialy disable vitality

Posted: Sat May 08, 2010 3:56 am
by Jesus.M
Even with this setting it gives in anyway those 20'000 / full vitality points. But this is not what I wanted :|
I wanted to remove those 20'000 vitality points at new character creation to 0 (or 1) value that new players could earn vitality in other ways from begining. Because I don't want fully disable that system, just decrease EXP boost from first levels. And don't suggest for me to change 1-4 vitality boost levels :) Thanks. Just how to set those 20'000 points to 1 or 0 value automaticaly at each new character creation, I know how it's possible manualy via SQL, but not how to do it automaticaly. Thanks again for attention and help :)

Re: Partialy disable vitality

Posted: Sat May 08, 2010 7:08 am
by janiii
check CharacterCreate class (i think you should be able to search for "vitality" in that file and find what you are searching for).

Re: Partialy disable vitality

Posted: Mon May 10, 2010 8:55 am
by Notorious
Made a quick patch: viewtopic.php?f=69&t=17292