Partialy disable vitality

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
Jesus.M
Posts: 41
Joined: Sun Apr 25, 2010 11:33 am
Location: Lithuania
Contact:

Partialy disable vitality

Post 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.
Design meets code. Obey the code!
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Partialy disable vitality

Post by hope »

character config
EnableVitality = False
User avatar
Jesus.M
Posts: 41
Joined: Sun Apr 25, 2010 11:33 am
Location: Lithuania
Contact:

Re: Partialy disable vitality

Post 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 :)
Design meets code. Obey the code!
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Partialy disable vitality

Post 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).
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
Notorious
Posts: 501
Joined: Thu May 28, 2009 3:50 pm
Location: Sweden

Re: Partialy disable vitality

Post by Notorious »

Made a quick patch: viewtopic.php?f=69&t=17292
Post Reply