If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:
Hi all, I am having hero problems on my server. It's been up for a couple of months and I haven't had 1 hero on the server yet. Players have points and play oly all the time. I do update the server every week to the newest revision using the update option. I also have this code for weekly hero's
Calendar currentTime = Calendar.getInstance();
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();
I been told that the oly system needs to run 1 month before it will work for 1 week hero's. After that it should work. It's been 1 month and still no hero's. Anyone have any idea why my hero system does not work ?
Thanks all
Hero
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct