Page 1 of 1

Skill 81- 83, Gift of Vitality

Posted: Thu Sep 09, 2010 2:06 pm
by TheChuck
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

Hi i need some help with my server. We need to change the learning skill 81-83 system, we want to players could learn skill by sp, how can i fix it?

We also want to activate the Gift of Vitality Event, anyway of fix it?


Thanks a lot.

Re: Skill 81- 83, Gift of Vitality

Posted: Thu Sep 09, 2010 3:03 pm
by SolidSnake
For skills 81-83 go to database and open table 'skill_trees', so add:

class id, skill id, max skill lvl, skill name, sp needed and min lvl to learn it

For Gift Of Vitality event go to gameserver/data folder, open scripts.cfg and change this

Code: Select all

# Eventsevents/CharacterBirthday/CharacterBirthday.java # Disabled by default events-#events/GiftOfVitality/GiftOfVitality.java+events/GiftOfVitality/GiftOfVitality.java#events/HeavyMedal/HeavyMedal.java 

Re: Skill 81- 83, Gift of Vitality

Posted: Thu Sep 09, 2010 8:17 pm
by TheChuck
Problem fixed, thanks