Jump to content

Recommended Posts

Can someone help, I have some crate drops set up on my server however I want to change the original timings of the events as they were initially set up for 1 of each type each hour which is far too much, however I have changed it but now it seems none of them happen....

 

This is what I want ideally :-

 

EpochEvents = [["any","any","any","any",0,"crash_spawner"],
["any","any","any","any",30,"crash_spawner"],
["any","any","any",00,05,"supply_drop"],
["any","any","any",00,40,"Military"],  
["any","any","any",01,15,"Treasure"], 
["any","any","any",01,55,"Supplyitems"], 
["any","any","any",02,28,"Construction"],
["any","any","any",03,05,"supply_drop"],
["any","any","any",03,40,"Military"],  
["any","any","any",04,15,"Treasure"], 
["any","any","any",04,55,"Supplyitems"], 
["any","any","any",05,28,"Construction"],
["any","any","any",06,05,"supply_drop"],
["any","any","any",06,40,"Military"],  
["any","any","any",07,15,"Treasure"], 
["any","any","any",07,55,"Supplyitems"], 
["any","any","any",08,28,"Construction"],
["any","any","any",09,05,"supply_drop"],
["any","any","any",09,40,"Military"],  
["any","any","any",10,15,"Treasure"], 
["any","any","any",10,55,"Supplyitems"], 
["any","any","any",11,28,"Construction"],
["any","any","any",12,05,"supply_drop"],
["any","any","any",12,40,"Military"],  
["any","any","any",13,15,"Treasure"], 
["any","any","any",13,55,"Supplyitems"], 
["any","any","any",14,28,"Construction"],
["any","any","any",15,05,"supply_drop"],
["any","any","any",15,40,"Military"],  
["any","any","any",16,15,"Treasure"], 
["any","any","any",16,55,"Supplyitems"], 
["any","any","any",17,28,"Construction"],
["any","any","any",18,05,"supply_drop"],
["any","any","any",18,40,"Military"],  
["any","any","any",19,15,"Treasure"], 
["any","any","any",19,55,"Supplyitems"], 
["any","any","any",20,28,"Construction"],
["any","any","any",21,05,"supply_drop"],
["any","any","any",21,40,"Military"],  
["any","any","any",22,15,"Treasure"], 
["any","any","any",22,55,"Supplyitems"], 
["any","any","any",23,28,"Construction"]];
 
Its just the first time field that seems to be the issue as if i replace it to "any" then the drops appear ever hour at the minutes past specified in the next field.
 
Help?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×