Page 1 of 1
Events {Birthday, Medals, Vitality, Enchanting and other.. }
Posted: Wed Jun 29, 2011 6:16 pm
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/...
Re: Events {Birthday, Medals, Vitality, Enchanting and other
Posted: Wed Jun 29, 2011 6:21 pm
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
Re: Events {Birthday, Medals, Vitality, Enchanting and other
Posted: Wed Jun 29, 2011 7:25 pm
by Opiam
THX. I've included them all at once - is it correct for server gameplay?
Re: Events {Birthday, Medals, Vitality, Enchanting and other
Posted: Wed Jun 29, 2011 8:04 pm
by Nerimah
It shouldn't make problems
Re: Events {Birthday, Medals, Vitality, Enchanting and other
Posted: Wed Jun 29, 2011 8:07 pm
by Opiam
Ok. Thanks all again =)