Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

Sign in to follow this  
Animal451 (DayZ)

Scheduler no longer works

Recommended Posts

I had the scheduler working on our Vilayer server with three messages that would run every 30 minutes at ten minute intervals (seen in the "Repeating Messages" section below). I added the "Restart Messages" right after the server went to 12 hour restarts but now nothing comes up? I checked to be sure the Scheduler is enabled and BEC is turned on (don't think I can turn it off). I am not getting any error logs either . . .

 

Any help would be appreciated . . . 

 

 

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 
 
<!-- IMPORTANT: Visit www.ibattle.org for usage guides -->
 
<!-- 2 Time Formats Can Be Used:
00:00:00 - HH:MM:SS - Example, 02:30:00 would be 2:30am.  Messages using this format are sent based on the node's time.  It is recommend to set your ACP profile time to the same timezone as the node. 
000000 - HHMMSS - Example, 003000 Is 30 Minutes From When Server Started
-->
 
 
<Scheduler>
 
<!-- Restart Warnings -->
<job id="0">
<time>03:30:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 The Evil Chickens server will restart in 30 minutes.</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="1">
<time>03:15:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 The Evil Chickens server will restart in 15 minutes.</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="2">
<time>03:55:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 WARNING - The Evil Chickens server will restart in 5 minutes.</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="3">
<time>03:59:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 WARNING!! - The Evil Chickens server is now restarting!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="4">
<time>15:30:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 The Evil Chickens server will restart in 30 minutes.</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="5">
<time>15:15:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 The Evil Chickens server will restart in 15 minutes.</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="6">
<time>15:55:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 WARNING - The Evil Chickens server will restart in 5 minutes.</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="7">
<time>15:59:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 WARNING!! - The Evil Chickens server is now restarting!</cmd>
<cmdtype>0</cmdtype>
</job>
<!-- End Restart Warnings -->
 
<!-- Repeating messages -->
<job id="8">
<time>003000</time>
<delay>001000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>1</loop>
<cmd>say -1 The Evil Chickens server restarts two times per day: 04:00 and 16:00 Pacific Time.</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="9">
<time>003000</time>
<delay>002000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>1</loop>
<cmd>say -1 This DayZ Standalone server is brought to you by Evil Chickens. Join us, we need more EVIL! [email protected] (18 years old and over please)</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="10">
<time>003000</time>
<delay>004000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>1</loop>
<cmd>say -1 [EvilChickens.com] Overall we're a pretty good group although we do like to experiment on our new "friends" in DayZ!</cmd>
</job>
<!-- End Repeating messages -->
 
</Scheduler>
Edited by Animal451

Share this post


Link to post
Share on other sites

 

<job id="9">
<time>003000</time>
<delay>002000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>1</loop>
<cmd>say -1 This DayZ Standalone server is brought to you by Evil Chickens. Join us, we need more EVIL! [email protected] (18 years old and over please)</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="10">
<time>003000</time>
<delay>004000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>1</loop>
<cmd>say -1 [EvilChickens.com] Overall we're a pretty good group although we do like to experiment on our new "friends" in DayZ!</cmd>
</job>
<!-- End Repeating messages -->
 
</Scheduler>

 

 

Edited by B@ker

Share this post


Link to post
Share on other sites
Sign in to follow this  

×