Cipri Posted December 19, 2016 Posted December 19, 2016 Hi all , i building a master branch l2j sever i like to configure olympiad game to play only in friday and satudrday to give hero on sunday I tryed search google , i can find anything please help thank in advance Quote
0 VinDizel™ Posted December 20, 2016 Posted December 20, 2016 (edited) If you have facebook add me I Will help you my friend Plakas Theodoshs Edited December 20, 2016 by VinDizel™ Quote
0 Cipri Posted October 25, 2018 Author Posted October 25, 2018 I am trying this but not working int _cunnentDay = Calendar.getInstance().get(Calendar.DAY_OF_WEEK); _compStart = Calendar.getInstance(); _compStart.set(Calendar.HOUR_OF_DAY, COMP_START); _compStart.set(Calendar.MINUTE, COMP_MIN); _compStart.add(Calendar.HOUR_OF_DAY, 24); { if(_cunnentDay != Calendar.FRIDAY && _cunnentDay != Calendar.SATURDAY && _cunnentDay != Calendar.SUNDAY) _compStart.set(Calendar.DAY_OF_WEEK, _cunnentDay); } Quote
Question
Cipri
Hi all , i building a master branch l2j sever
i like to configure olympiad game to play only in friday and satudrday to give hero on sunday
I tryed search google , i can find anything
please help
thank in advance
2 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.