Welcome, Guest. Please login or register.

Author Topic: Event.xml  (Read 1272 times)

0 Members and 1 Guest are viewing this topic.

Offline ChrizyS

  • Inner Circle
  • L2jHellas User
  • *****
  • Posts: 40
  • Country: br
  • Karma: 1
Event.xml
« on: April 24, 2020, 06:52:32 pm »
Hello  ;)

how do you help me understand how the xml event system works?

I'm having a little difficulty.

                <property name="registerTime" value="300" /><!-- 5 min --> time does the player have to register for the correct event?
      <property name="betweenEventsTime" value="2400" /><!-- 40 mins--> would this be the duration of the event?
      <property name="firstAfterStartTime" value="600" /><!-- 10 mins--> Is this field for when the new event will take place?


I wanted to place one event a week to happen.  :-\

Offline AbsolutePower

  • Admin
  • Head Developer
  • L2jHellas User
  • ******
  • Posts: 380
  • Country: gr
  • Karma: 10
Re: Event.xml
« Reply #1 on: April 24, 2020, 07:08:14 pm »

<property name="matchTime" value="1200" /> duration of the event.

<property name="firstAfterStartTime" value="600" /><!-- 10 mins-->  first After Start Time gameserver run.

<property name="betweenEventsTime" value="2400" /> time between events .   this is what you are looking for.  just do the calculation :)




Offline ChrizyS

  • Inner Circle
  • L2jHellas User
  • *****
  • Posts: 40
  • Country: br
  • Karma: 1
Re: Event.xml
« Reply #2 on: April 25, 2020, 11:17:51 pm »
Thanks, I'm really enjoying the l2jhellas project  ;)