Jump to content

Cipri

Members
  • Posts

    3
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About Cipri

Profile Information

  • Gender
    Male
  • Country
    Spain

Cipri's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. 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); }
  2. 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
×
×
  • 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