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/...
Events {Birthday, Medals, Vitality, Enchanting and other.. }
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Opiam
- Posts: 181
- Joined: Thu Jun 02, 2011 12:26 am
- Location: Europe, Ukraine
- qwerty13
- Posts: 640
- Joined: Mon Feb 02, 2009 9:57 am
- Location: Europe
- Contact:
Re: Events {Birthday, Medals, Vitality, Enchanting and other
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
- Opiam
- Posts: 181
- Joined: Thu Jun 02, 2011 12:26 am
- Location: Europe, Ukraine
Re: Events {Birthday, Medals, Vitality, Enchanting and other
THX. I've included them all at once - is it correct for server gameplay?

-
- Posts: 76
- Joined: Mon May 02, 2011 10:19 am
- Location: Paris, France
- Contact:
Re: Events {Birthday, Medals, Vitality, Enchanting and other
It shouldn't make problems
French touch.
- Opiam
- Posts: 181
- Joined: Thu Jun 02, 2011 12:26 am
- Location: Europe, Ukraine