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();