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.
Partialy disable vitality
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Jesus.M
- Posts: 41
- Joined: Sun Apr 25, 2010 11:33 am
- Location: Lithuania
- Contact:
Partialy disable vitality
Design meets code. Obey the code!
-
- Posts: 1160
- Joined: Thu Aug 30, 2007 5:17 pm
Re: Partialy disable vitality
character config
EnableVitality = False
EnableVitality = False
- Jesus.M
- Posts: 41
- Joined: Sun Apr 25, 2010 11:33 am
- Location: Lithuania
- Contact:
Re: Partialy disable vitality
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 

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


Design meets code. Obey the code!
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Partialy disable vitality
check CharacterCreate class (i think you should be able to search for "vitality" in that file and find what you are searching for).
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
- Notorious
- Posts: 501
- Joined: Thu May 28, 2009 3:50 pm
- Location: Sweden
Re: Partialy disable vitality
Made a quick patch: viewtopic.php?f=69&t=17292