Jump to content
  • 0

Scheduler with countdown problems


XSYST

Question

Hello DayZ Epoch Community,
 
since its seems I'm very dumb I need your help as usual.
 
I made a restart countdown in the scheduler.xml which looks like the following:
 

<?xml version="1.0"?>
<Scheduler>

<job id="0">
<time>003000</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>1</loop>
<cmd>say -1 Server will Auto restart at 00:00 03:00 06:00 09:00 12:00 15:00 18:00 21:00 UTC +1 </cmd>
<cmdtype>0</cmdtype>

</job>

<job id="1">
<time>23:45:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 15 min</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="2">
<time>23:50:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 10 min</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="3">
<time>23:55:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 5, LOG OFF NOW min</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="4">
<time>02:45:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 15 min</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="5">
<time>02:50:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 10 min</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="6">
<time>02:56:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 5 min, LOG OFF NOW</cmd>
<cmdtype>0</cmdtype>

</job>

<job id="7">
<time>05:45:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 15 min</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="8">
<time>05:50:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 10 min</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="9">
<time>05:55:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 5 min, LOG OFF NOW</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="10">
<time>08:45:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 15 min</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="11">
<time>08:50:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 10 min</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="12">
<time>08:55:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 5 min, LOG OFF NOW</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="13">
<time>11:45:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 15 min</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="14">
<time>11:50:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 10 min</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="15">
<time>11:55:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 5 min, LOG OFF NOW</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="16">
<time>14:45:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 15 min</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="17">
<time>14:50:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 10 min</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="18">
<time>14:55:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 5 min, LOG OFF NOW</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="19">
<time>17:45:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 15 min</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="20">
<time>17:50:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 10 min</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="21">
<time>17:55:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 5 min, LOG OFF NOW</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="22">
<time>20:45:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 15 min</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="23">
<time>20:50:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 10 min</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="24">
<time>20:55:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will Auto restart in 5 min, LOG OFF NOW</cmd>
<cmdtype>0</cmdtype>
</job>

</Scheduler>

But ingame it never shows up, BEC is activated and the scheduler.xml is activated as well:

# Set the path to the Scheduer.xml file.
Scheduler = Scheduler.xml

Is there any mistake in the script? I can't find any mistake or syntax error or am I blind?

Please help me out D:

 

 

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

While the time 003000 is technically correct as we see it, it appears as though the character code for some/all of the numbers are not recognized by BEC. I deleted the whole number and retype it in and the schedule worked fine for me. If you don't opt to use the one ebay posted above, you will need to retype some stuff.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...