Jump to content

Skacazh

Members
  • Posts

    9
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About Skacazh

Profile Information

  • Current Mood
    Devilish
  • Gender
    Male
  • Country
    United Kingdom
  • Location
    Talking Island

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Skacazh's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Working now! Just neded to delete everything from olympiad.cfg file
  2. Anyone have code for l2jfrozen add to Monument of Heroes to show after how mutch days/hours will be next heroes?
  3. on frozen in navicat only olympiad_nobles and olympiad_nobles_eom. But have i configs Olympiad.cfg file with that: before i don't deleted anything..
  4. not working :(
  5. This is how looks full code: final SystemMessage sm = new SystemMessage(SystemMessageId.OLYMPIAD_PERIOD_S1_HAS_STARTED); sm.addNumber(_currentCycle); Announcements.getInstance().announceToAll(sm); final Calendar currentTime = Calendar.getInstance(); currentTime.add(Calendar.MONTH, 1); currentTime.set(Calendar.DAY_OF_MONTH, 1); 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(); final Calendar nextChange = Calendar.getInstance(); _nextWeeklyChange = nextChange.getTimeInMillis() + WEEKLY_PERIOD; scheduleWeeklyChange(); } how must be?
  6. How to set on l2jfrozen heroes every sunday 00:00 night?
×
×
  • 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