Page 1 of 1

Siege starts at 1 o'clock in the night

Posted: Sun Apr 07, 2013 5:53 pm
by Torvitas
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 5920M:
L2JDP Revision 9607M:

Hi, on my Server, the Sieges always start at 1 o'clock in the morning. Even changing the Siegetime in Feature.properties does not change anything.

with:

Code: Select all

# Default: 16,20SiegeHourList = 16,20 
its the same as with this:

Code: Select all

# Default: 16,20SiegeHourList = 12,16 
this is what stdout says:

Code: Select all

Siege of Gludio: Sun Apr 21 01:00:00 CEST 2013Siege of Dion: Sun Apr 21 01:00:00 CEST 2013Siege of Giran: Sun Apr 21 01:00:00 CEST 2013Siege of Oren: Sun Apr 21 01:00:00 CEST 2013Siege of Aden: Sun Apr 21 01:00:00 CEST 2013Siege of Innadril: Sun Apr 21 01:00:00 CEST 2013Siege of Goddard: Sun Apr 21 01:00:00 CEST 2013Siege of Rune: Sun Apr 21 01:00:00 CEST 2013Siege of Schuttgart: Sun Apr 21 01:00:00 CEST 2013
any idea?

Re: Siege starts at 1 o'clock in the night

Posted: Sun Apr 07, 2013 5:54 pm
by JMD
Currently you can change the default time only through the database
Shutdown the server and change the times using this:
http://www.epochconverter.com/

Re: Siege starts at 1 o'clock in the night

Posted: Sun Apr 07, 2013 6:09 pm
by UnAfraid

Re: Siege starts at 1 o'clock in the night

Posted: Sun Apr 07, 2013 8:15 pm
by Torvitas
Thanks.