Olympiad period corect time

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
Removed20180815
Posts: 93
Joined: Tue Jan 09, 2007 12:41 pm

Olympiad period corect time

Post by Removed20180815 »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision: 3291
L2JDP Revision: 6395

Well i have just one question and i want to be sure,cause no one stated exactly.
I added this in olympiad.java for 2 weeks heroes.

Code: Select all

- currentTime.add(Calendar.MONTH, 1);- currentTime.set(Calendar.DAY_OF_MONTH, 1);+ //currentTime.add(Calendar.MONTH, 1);+ currentTime.add(Calendar.HOUR, 336);+ //currentTime.set(Calendar.DAY_OF_MONTH, 1);+ currentTime.set(Calendar.DAY_OF_WEEK, Calendar.THURSDAY); 
But do i need to change something more? like in the database at olympiad_data the olympiad_end? or not? Cause now is thursday and i am not sure if new heroes will come. I apreciate any answear. ty
Post Reply