Jump to content
  • 0

[Help]


Question

3 answers to this question

Recommended Posts

  • 0
Posted
Index: java/com/l2jserver/gameserver/model/olympiad/Olympiad.java
===================================================================
--- java/com/l2jserver/gameserver/model/olympiad/Olympiad.java	(revision 4868)
+++ java/com/l2jserver/gameserver/model/olympiad/Olympiad.java	(working copy)
@@ -578,8 +578,7 @@
		Announcements.getInstance().announceToAll(sm);

		Calendar currentTime = Calendar.getInstance();
-		currentTime.add(Calendar.MONTH, 1);
-		currentTime.set(Calendar.DAY_OF_MONTH, 1);
+		currentTime.add(Calendar.WEEK_OF_YEAR, 2);
		currentTime.set(Calendar.AM_PM, Calendar.AM);
		currentTime.set(Calendar.HOUR, 12);
		currentTime.set(Calendar.MINUTE, 0);

  • 0
Posted

Folow this:

- This link will teach you how to download the source code and how to compile it: http://maxcheaters.com/forum/index.php?topic=81843.0

- This link will teach you how to apply patches like the one i posted above: http://www.l2jserver.com/wiki/Apply_a_Patch

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock