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  
intensity (DayZ)

Help with scheduler

Recommended Posts

Hi guys/gals

Having serious issues trying to get this thing to work properly...

<?xml version="1.0"?>

<Scheduler>

<!--

*** INTERNAL COMMANDS ***

-->

<!--Heart Beat Check-->

<job id="0">

<time>000300</time>

<day>1,2,3,4,5,6,7</day>

<loop>1</loop>

<cmd>say -1 Heartbeat Check = Showing? = Yes|Running</cmd>

<cmdtype>0</cmdtype>

</job>

<!-- Show text ingame after 10 min with loop enabled -->

<job id="1">

<time>000600</time>

<day>1,2,3,4,5,6,7</day>

<loop>1</loop>

<cmd>say -1 Server restarts every day at 8AM 4PM and 12AM GMT</cmd>

<cmdtype>0</cmdtype>

</job>

<!--Show Text Every 30 Minutes-->

<job id="2">

<time>003000</time>

<day>1,2,3,4,5,6,7</day>

<loop>1</loop>

<cmd>say -1 Please Report All Issues/Hackers To int On The DayZ Forums</cmd>

<cmdtype>0</cmdtype>

</job>

<!--Load Bans Every 30 Minutes-->

<job id="3">

<time>003000</time>

<day>1,2,3,4,5,6,7</day>

<loop>1</loop>

<cmd>loadbans</cmd>

<cmdtype>0</cmdtype>

</job>

<!-- 5 Minute Warning for 8:00AM Restart -->

<job id="4">

<time>07:55</time>

<day>1,2,3,4,5,6,7</day>

<loop>0</loop>

<cmd>say -1 The server will restart in 5 minutes (8:00AM GMT -8)</cmd>

<cmdtype>0</cmdtype>

</job>

<!-- Restart the server 08:00 Am. -->

<job id="5">

<time>08:00</time>

<day>1,2,3,4,5,6,7</day>

<loop>0</loop>

<cmd>#restart</cmd>

<cmdtype>0</cmdtype>

</job>

<!-- 5 Minute Warning for 8:00AM Restart -->

<job id="6">

<time>015:55</time>

<day>1,2,3,4,5,6,7</day>

<loop>0</loop>

<cmd>say -1 The server will restart in 5 minutes (4:00PM GMT -8)</cmd>

<cmdtype>0</cmdtype>

</job>

<!-- Restart the server 04:00 Pm. -->

<job id="7">

<time>16:00</time>

<day>1,2,3,4,5,6,7</day>

<loop>0</loop>

<cmd>#restart</cmd>

<cmdtype>0</cmdtype>

</job>

<!-- 5 Minute Warning for 12:00AM Restart -->

<job id="8">

<time>24:00</time>

<day>1,2,3,4,5,6,7</day>

<loop>0</loop>

<cmd>say -1 The server will restart in 5 minutes (12:00AM GMT -8)</cmd>

<cmdtype>0</cmdtype>

</job>

<!-- Restart the server 12:00 Am. -->

<job id="9">

<time>24:00</time>

<day>1,2,3,4,5,6,7</day>

<loop>0</loop>

<cmd>#restart</cmd>

<cmdtype>0</cmdtype>

</job>

<!-- EXTERNAL COMMANDS -->

<job id="5">

<time>030000</time> <!-- run every 3 hour -->

<day>1,2,3,4,5,6,7</day>

<loop>1</loop>

<cmd>C:\ServerTools\Bec\Config\test.bat</cmd>

<cmdtype>1</cmdtype>

</job>

</Scheduler>

This is what I have... I have seen it restart once, without the warning... But then it sort of just loops the messages about the server restarting at 8 etc and to contact me.

Can anyone help me get this right?

Share this post


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

×