Skill 81- 83, Gift of Vitality

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
TheChuck
Posts: 10
Joined: Thu Sep 09, 2010 1:50 pm

Skill 81- 83, Gift of Vitality

Post 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.
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: Skill 81- 83, Gift of Vitality

Post 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 
Image
TheChuck
Posts: 10
Joined: Thu Sep 09, 2010 1:50 pm

Re: Skill 81- 83, Gift of Vitality

Post by TheChuck »

Problem fixed, thanks
Post Reply