Page 1 of 1

Olympiad Time, Duration and New Heroes

Posted: Sat Jan 11, 2014 3:30 pm
by HappyLDE
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 5937:
L2JDP Revision 9981:

Hello what do we need to change in the gameserver config folder so that Olympiad:
- Starts every day at 21:00 (France time)
- Lasts 6 hours
- New heroes are calculated automatically every Saturday in the middle of the day: 12:00 (France time).

Any help appreciated thanks :)

Re: Olympiad Time, Duration and New Heroes

Posted: Mon Jan 13, 2014 7:17 pm
by HappyLDE
Up :P

Seems like the olympiad_data table could change some things but i don't know what these values are really for specifically:
current_cycle
period
olympiad_end
validation_end
next_weekly_change

Any help?
Thanks

Re: Olympiad Time, Duration and New Heroes

Posted: Wed Jan 15, 2014 5:17 pm
by HappyLDE
Help :D

Re: Olympiad Time, Duration and New Heroes

Posted: Wed Jan 15, 2014 5:28 pm
by Sdw
Olympiad.properties

Start at 21h :

# Olympiad Start Time in Military hours Default 6pm (18)
# Default: 18
AltOlyStartTime = 21

It lasts 6 hours already :

# Olympiad Competition Period, Default 6 hours.
# (If set different, should be increment by 10mins)
# Default: 21600000
AltOlyCPeriod = 21600000

And there seems to be no configuration for the olympiad to be weekly, I believe you'll to edit the related Java class.