Page 1 of 1

Olympiad period corect time

Posted: Wed Jul 15, 2009 11:50 pm
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