Jump to content
  • 0

Event Timers wrong?


Bricktop

Question

I have my events set up like this - They don't seem to spawn like they should. I set the spawn percentage for all events from  50% to 90% - some of them spawn but others never do. 

I would guess it may have something to do with the way I have the timers set?

Is this correct or does it need changed?  ( 2 hour restarts )

__________

EpochEvents =[["any","any","any","any",15,"supply_drop"],["any","any","any","any",25,"bombcrate"],["any","any","any","any",35,"rubble_town"],["any","any","any","any",45,"labyrinth"],["any","any","any","any",0,"abandonedvaults"],["any","any","any","any",20,"supply_building_drop"],["any","any","any","any",30,"ki_money_transport"],["any","any","any","any",40,"ki_immobile_transport"]];

__________

Thanks for any advice

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
On 6/9/2016 at 5:14 PM, Bricktop said:

I have my events set up like this - They don't seem to spawn like they should. I set the spawn percentage for all events from  50% to 90% - some of them spawn but others never do. 

I would guess it may have something to do with the way I have the timers set?

Is this correct or does it need changed?  ( 2 hour restarts )

__________

EpochEvents =[["any","any","any","any",15,"supply_drop"],["any","any","any","any",25,"bombcrate"],["any","any","any","any",35,"rubble_town"],["any","any","any","any",45,"labyrinth"],["any","any","any","any",0,"abandonedvaults"],["any","any","any","any",20,"supply_building_drop"],["any","any","any","any",30,"ki_money_transport"],["any","any","any","any",40,"ki_immobile_transport"]];

__________

Thanks for any advice

im   not sure but try to get 100 at least.   example:  

EpochEvents =[["any","any","any","any",15,"supply_drop"],["any","any","any","any",15,"bombcrate"],["any","any","any","any",15,"rubble_town"],["any","any","any","any",15,"labyrinth"],["any","any","any","any",10,"abandonedvaults"],["any","any","any","any",10,"supply_building_drop"],["any","any","any","any",10,"ki_money_transport"],["any","any","any","any",10,"ki_immobile_transport"]];

 

15+15+15+15+10+10+10+10=100

Link to comment
Share on other sites

  • 0

the timers are minutes of a hour.

so if you put 15 in there it will start the event each hour plus 15 minutes. (it retrieves the actual dedibox-/ servertime from the database).

for example:

[["any","any","any","any",15,"supply_drop"],

first "any" is year,

second "any" is month,

third "any" is day,

fourth "any" is hour,

fifth (15)  is minutes,

last is the scriptname to call.

Link to comment
Share on other sites

  • 0
1 hour ago, seelenapparat said:

the timers are minutes of a hour.

so if you put 15 in there it will start the event each hour plus 15 minutes. (it retrieves the actual dedibox-/ servertime from the database).

for example:

[["any","any","any","any",15,"supply_drop"],

first "any" is year,

second "any" is month,

third "any" is day,

fourth "any" is hour,

fifth (15)  is minutes,

last is the scriptname to call.

great data

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...