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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...