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  
gtefox

Scheduler don't show any Message

Recommended Posts

Hi fellow Survivors and Admins,

 

since the new Patch 0.57, we changed our Servertime-System to a Day/Night System.

The Server starts at Dawn and shutdown at Dusk.

 

 

We wanted to show our Players every Hoour which Time it is on our Server, but the Scheduler don't work at all.

Since i editied the File, no single Servermessage showed up, not even those who have worked before. (The one who worked before the Edit was Job 0 - 5)

 

So, i would like to ask if someone is here who can take a Look at the following Lines from my Scheduler.xml and eventually fix it that it will work:

 

 

<?xml version="1.0"?>
<Scheduler>
    
    <!-- READ http://ibattle.org/install-and-configure/setting-up-the-scheduler/-->
    <job id="0">
        <runtime>040000</runtime> <!-- run every 4 hours with a 5 minutes delay on startup -->
        <start>040000</start>
        <day>1,2,3,4,5,6,7</day>
        <loop>6</loop>
        <cmd>#shutdown</cmd>   
        <cmdtype>0</cmdtype>            
    </job>
    
    <job id="1">
        <runtime>040000</runtime> <!-- run every 4 hours with a  mins delay on startup -->
        <start>035900</start>
        <day>1,2,3,4,5,6,7</day>
        <loop>6</loop>
        <cmd>say -1 Server will Auto restart in 1 min</cmd>    
        <cmdtype>0</cmdtype>            
    </job>    

    <job id="2">
        <runtime>040000</runtime> <!-- run every 4 hours -->
        <start>035500</start>
        <day>1,2,3,4,5,6,7</day>
        <loop>6</loop>
        <cmd>say -1 Server will Auto restart in 5 mins</cmd>    
        <cmdtype>0</cmdtype>             
    </job>

    <job id="3">
        <runtime>001000</runtime> <!-- run every 10 mins -->
        <start>001000</start>
        <day>1,2,3,4,5,6,7</day>
        <loop>6</loop>
        <cmd>say -1 Like us at Facebook: http://www.facebook.com/zombtoberfest</cmd>   
        <cmdtype>0</cmdtype>            
    </job>

    <job id="4">
        <runtime>000300</runtime> <!-- run once after 3 min -->
        <start>000000</start>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 Bec has been now running for 3 min</cmd>    
        <cmdtype>0</cmdtype>            
    </job>

<!– Messages –>
    <job id="5">
        <runtime>040000</runtime>
        <start>000500</start>
        <day>1,2,3,4,5,6,7</day>
        <loop>6</loop>
        <cmd>say -1 It is 05:30 In-game</cmd>
        <cmdtype>0</cmdtype>
    </job>

    <job id="6">
        <runtime>040000</runtime>
        <start>010000</start>
        <day>1,2,3,4,5,6,7</day>
        <loop>6</loop>
        <cmd>say -1 It is 9:30 In-game</cmd>
        <cmdtype>0</cmdtype>
    </job>

    <job id="7">
        <runtime>040000</runtime>
        <start>020010</start>
        <day>1,2,3,4,5,6,7</day>
        <loop>6</loop>
        <cmd>say -1 It is 13:30 In-game</cmd>
        <cmdtype>0</cmdtype>
    </job>

    <job id="8">
        <runtime>040000</runtime>
        <start>030010</start>
        <day>1,2,3,4,5,6,7</day>
        <loop>6</loop>
        <cmd>say -1 It is 17:30 In-game</cmd>
        <cmdtype>0</cmdtype>
    </job>

    <job id="9">
        <runtime>040000</runtime>
        <start>035700</start>
        <day>1,2,3,4,5,6,7</day>
        <loop>6</loop>
        <cmd>say -1 It is 21:30 In-game</cmd>
        <cmdtype>0</cmdtype>
   </job>

</Scheduler>
 
 

 

I know that #restart and #shutdown don't work at the Moment. But thats the only Error i see and i don't think that this is what the Problem causes.

We host our Server at Fragnet.

 

Would be absolutly thankfull if someone could look if he finds another Error that causes this hole Problem.

 

 

Thx allot,

S.M

Edited by SniperMexican

Share this post


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

×