Jump to content
  • 0

2 week Olympiad


Question

Posted

I followed this guide  http://www.maxcheaters.com/forum/index.php?topic=47248.0 .

 

I made these changes to eclipse to get olympiad to one week and it did not work. Anyone see what is wrong ?  1 week has past and no heros yet.  

 

 

                Calendar currentTime = Calendar.getInstance();

//currentTime.add(Calendar.MONTH, 1);

               currentTime.add(Calendar.HOUR, 168);

               //currentTime.set(Calendar.DAY_OF_MONTH, 1);

       currentTime.set(Calendar.DAY_OF_WEEK, Calendar.SUNDAY);

currentTime.set(Calendar.AM_PM, Calendar.AM);

currentTime.set(Calendar.HOUR, 12);

currentTime.set(Calendar.MINUTE, 0);

currentTime.set(Calendar.SECOND, 0);

_olympiadEnd = currentTime.getTimeInMillis();

2 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.


×
×
  • Create New...