Is there a way to have a faenor-type event, but you start it or stop it without having to restart server?
Like add some extra drops during a few hours, and then turn the drops off again when event is over.
Thanks!
Faenor type event
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- devo
- Posts: 798
- Joined: Mon Jun 15, 2009 1:19 pm
Re: Faenor type event
Code: Select all
<Event ID="L2 Day Scrolls" Active="29 Aug 2009-30 Aug 2009">
A hero of war is that what they see...
-
- Posts: 253
- Joined: Thu Apr 30, 2009 12:29 am
Re: Faenor type event
I am working on a script to get this type of event working but it's not working as intended due to my limited knowledge. I will post the script when I get home and see if anyone can help me out with it. The way I intend the script to work is:
On a certain (repeating) pre-define day and hours the server experience rate, sp rates, and item drops are automatically increased by x% for a number of hours. When those hours are up it automatically reverts back to the standard exp and sp rate.
Sounds so easy but it's darn hard for somone like me when scripting and programming is so new to me. I don't have access to the codes from this computer but can anyone give me some hints? If written in Java, which class do I import and if written in Jython/Python...which function(s) do I call?
On a certain (repeating) pre-define day and hours the server experience rate, sp rates, and item drops are automatically increased by x% for a number of hours. When those hours are up it automatically reverts back to the standard exp and sp rate.
Sounds so easy but it's darn hard for somone like me when scripting and programming is so new to me. I don't have access to the codes from this computer but can anyone give me some hints? If written in Java, which class do I import and if written in Jython/Python...which function(s) do I call?