Faenor type event

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
Notorious
Posts: 501
Joined: Thu May 28, 2009 3:50 pm
Location: Sweden

Faenor type event

Post by Notorious »

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!
User avatar
devo
Posts: 798
Joined: Mon Jun 15, 2009 1:19 pm

Re: Faenor type event

Post by devo »

Code: Select all

<Event ID="L2 Day Scrolls" Active="29 Aug 2009-30 Aug 2009">  
you can only set the days when its off/on. And it will be changed without server rr.
A hero of war is that what they see...
lishawj
Posts: 253
Joined: Thu Apr 30, 2009 12:29 am

Re: Faenor type event

Post by lishawj »

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?
Post Reply