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.
Skill 81- 83, Gift of Vitality
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- SolidSnake
- Posts: 865
- Joined: Wed Jan 20, 2010 6:54 pm
- Location: Italy
Re: Skill 81- 83, Gift of Vitality
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
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

-
- Posts: 10
- Joined: Thu Sep 09, 2010 1:50 pm
Re: Skill 81- 83, Gift of Vitality
Problem fixed, thanks