SycoraX Posted August 17, 2016 Posted August 17, 2016 Hi guys can any help me to set olympiad period to 2 weeks? Thank you! Quote
0 Reborn12 Posted August 17, 2016 Posted August 17, 2016 (edited) Hi guys can any help me to set olympiad period to 2 weeks? Thank you! http://www.maxcheaters.com/topic/204629-olympiad-everyweek-for-acis/ if you want make it with configs... where is numbers create a config like config.java public static int OLYMPIAD_PERIOD_WEEK; OLYMPIAD_PERIOD_WEEK = events.getProperty("OlympiadPeriodWeek", 2); events.properties +#Weeks To End The Olympiad Period for one Week put 1 for two weeks put 2.. +OlympiadPeriodWeek = 2 And change this currentTime.add(Calendar.WEEK_OF_MONTH, 1); to currentTime.add(Calendar.WEEK_OF_MONTH, Config.OLYMPIAD_PERIOD_WEEK); Edited August 17, 2016 by Reborn12 1 Quote
0 SycoraX Posted August 17, 2016 Author Posted August 17, 2016 http://www.maxcheaters.com/topic/204629-olympiad-everyweek-for-acis/ if you want make it with configs... where is numbers create a config like config.java public static int OLYMPIAD_PERIOD_WEEK; OLYMPIAD_PERIOD_WEEK = events.getProperty("OlympiadPeriodWeek", 2); events.properties +#Weeks To End The Olympiad Period for one Week put 1 for two weeks put 2.. +OlympiadPeriodWeek = 2 And change this currentTime.add(Calendar.WEEK_OF_MONTH, 1); to currentTime.add(Calendar.WEEK_OF_MONTH, Config.OLYMPIAD_PERIOD_WEEK); Thank you, Reborn12 i will test it. I tell you a question, do you have a link with functional vote reward system? Quote
0 Reborn12 Posted August 18, 2016 Posted August 18, 2016 Hi guys can any help me to set olympiad period to 2 weeks? Thank you! search on shares and files section there is a ton of them take what you want and fix it...:D Quote
0 luzzifer Posted October 12 Posted October 12 On 8/17/2016 at 7:07 PM, Reborn12 said: http://www.maxcheaters.com/topic/204629-olympiad-everyweek-for-acis/ if you want make it with configs... where is numbers create a config like config.java public static int OLYMPIAD_PERIOD_WEEK; OLYMPIAD_PERIOD_WEEK = events.getProperty("OlympiadPeriodWeek", 2); events.properties +#Weeks To End The Olympiad Period for one Week put 1 for two weeks put 2.. +OlympiadPeriodWeek = 2 And change this currentTime.add(Calendar.WEEK_OF_MONTH, 1); to currentTime.add(Calendar.WEEK_OF_MONTH, Config.OLYMPIAD_PERIOD_WEEK); Thanks! Quote
Question
SycoraX
Hi guys can any help me to set olympiad period to 2 weeks? Thank you!
4 answers to this question
Recommended Posts
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.