Events {Birthday, Medals, Vitality, Enchanting and other.. }

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
User avatar
Opiam
Posts: 181
Joined: Thu Jun 02, 2011 12:26 am
Location: Europe, Ukraine

Events {Birthday, Medals, Vitality, Enchanting and other.. }

Post by Opiam »

Hallo it's me again... I've a hot question for l2j.
Tell me please, how I can deploy events on my server?
./gameserver/data/scripts/... medals freya, birthday and other, how?

In GmPanel only mods from ./gameserver/data/scripts/mods/...
Image
User avatar
qwerty13
Posts: 640
Joined: Mon Feb 02, 2009 9:57 am
Location: Europe
Contact:

Re: Events {Birthday, Medals, Vitality, Enchanting and other

Post by qwerty13 »

Code: Select all

Index: data/scripts.cfg===================================================================--- data/scripts.cfg    (revision 0)+++ data/scripts.cfg    (working copy)@@ -677,8 +677,8 @@ events/CharacterBirthday/CharacterBirthday.java  # Disabled by default events-#events/GiftOfVitality/GiftOfVitality.java-#events/HeavyMedal/HeavyMedal.java-#events/TheValentineEvent/TheValentineEvent.java-#events/FreyaCelebration/FreyaCelebration.java-#events/MasterOfEnchanting/MasterOfEnchanting.java+events/GiftOfVitality/GiftOfVitality.java+events/HeavyMedal/HeavyMedal.java+events/TheValentineEvent/TheValentineEvent.java+events/FreyaCelebration/FreyaCelebration.java+events/MasterOfEnchanting/MasterOfEnchanting.java 
User avatar
Opiam
Posts: 181
Joined: Thu Jun 02, 2011 12:26 am
Location: Europe, Ukraine

Re: Events {Birthday, Medals, Vitality, Enchanting and other

Post by Opiam »

THX. I've included them all at once - is it correct for server gameplay?
Image
Nerimah
Posts: 76
Joined: Mon May 02, 2011 10:19 am
Location: Paris, France
Contact:

Re: Events {Birthday, Medals, Vitality, Enchanting and other

Post by Nerimah »

It shouldn't make problems
French touch.
User avatar
Opiam
Posts: 181
Joined: Thu Jun 02, 2011 12:26 am
Location: Europe, Ukraine

Re: Events {Birthday, Medals, Vitality, Enchanting and other

Post by Opiam »

Ok. Thanks all again =)
Image
Post Reply