Jump to content
Sign in to follow this  
xtrem3x

Help with scheduler.xml getting restarts and server messages working.

Recommended Posts

Here it is:



<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><!--Web Doc : http://www.ibattle.org/install-and-configure/setting-up-the-scheduler/Setup: Restarts every 2 hours with 5 and 1 minute warnings--><Scheduler>    <!-- Repeating messages every 10 minutes -->    <job id="0">        <time>001000</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>1</loop>        <cmd>say -1 Welcome to the [SoE] DayZ server</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="1">        <time>001000</time>        <delay>000200</delay>        <day>1,2,3,4,5,6,7</day>        <loop>1</loop>        <cmd>say -1 Wearing pants will get you killed</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="2">        <time>001000</time>        <delay>000400</delay>        <day>1,2,3,4,5,6,7</day>        <loop>1</loop>        <cmd>say -1 This server restarts every 2 hours</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="3">        <time>001000</time>        <delay>000600</delay>        <day>1,2,3,4,5,6,7</day>        <loop>1</loop>        <cmd>say -1 Don't forget to add us to your favourites</cmd>        <cmdtype>0</cmdtype>    </job>    <!-- End repeat messages -->    <!-- 12:00 restart -->    <job id="5">        <time>015500</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 5 minutes</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="6">        <time>015900</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 1 minute</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="7">        <time>020000</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>#shutdown</cmd>        <cmdtype>0</cmdtype>    </job>    <!-- End 12:00 restart --></Scheduler>

The way I see it this should put a server message out every 10 mins with different message after a small delay.
This should also make the server restart every 2 hours with a message 5 mins before.

However, none of this happens.
Any help would be great.

  • Like 1

Share this post


Link to post
Share on other sites

Why are you starting with job id = 0 and then miss out job id = 4? And is this supposed to be for SA?

 

Also - as far as I know this is the proper way to format the time:

<time>03:00:00</time>

Also: I like your "No pants"-Attitude. :beans:

Edited by kichilron

Share this post


Link to post
Share on other sites

Why are you starting with job id = 0? And is this supposed to be for SA?

 

 

Also: I like your "No pants"-Attitude. :beans:

 

Lol,

Job id 0 was already there, I just edited the default config with my own times and messages.

Then because the server always resets to 10AM I chose to set the restart time simply 2 hours after (hence the 020000 for the restart time). This should mean after the server has run for 2 hours the job activates (hhmmss).

 

The problem is, no server messages are happening and neither is the restart :(

 

Missing out number 4 gives space for 1 more message without having to change all the ids, plus, if I am right I could give them any id, it doesnt need to be sequential so missing number 4 shouldn't make a difference.

Edited by xtrem3x

Share this post


Link to post
Share on other sites

I suggest using exact times instead of 2 hours from last restart, as that will shift things about anyway, whereas fixed times (10,12,14,16 and so forth) make the server restart at specific times.

Edited by kichilron

Share this post


Link to post
Share on other sites

Ok, I have changed it to his and will try it now

 

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><!--Web Doc : http://www.ibattle.org/install-and-configure/setting-up-the-scheduler/Setup: Restarts every 2 hours with 5 and 1 minute warnings--><Scheduler>    <!-- Repeating messages every 10 minutes -->    <job id="1">        <time>002000</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>1</loop>        <cmd>say -1 Welcome to the [SoE] DayZ server</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="2">        <time>000500</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>1</loop>        <cmd>say -1 Wearing pants will get you killed</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="3">        <time>001000</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>1</loop>        <cmd>say -1 This server restarts every 2 hours</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="4">        <time>001500</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>1</loop>        <cmd>say -1 Don't forget to add us to your favourites</cmd>        <cmdtype>0</cmdtype>    </job>    <!-- End repeat messages -->    <!-- 12:00 restart -->    <job id="5">        <time>11:55:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 5 minutes</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="6">        <time>11:59:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 1 minute</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="7">        <time>12:00:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>#shutdown</cmd>        <cmdtype>0</cmdtype>    </job>    <!-- End 12:00 restart --> <!-- 14:00 restart -->    <job id="8">        <time>13:55:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 5 minutes</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="9">        <time>13:59:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 1 minute</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="10">        <time>14:00:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>#shutdown</cmd>        <cmdtype>0</cmdtype>    </job>    <!-- End 14:00 restart --> <!-- 16:00 restart -->    <job id="11">        <time>15:55:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 5 minutes</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="12">        <time>15:59:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 1 minute</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="13">        <time>16:00:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>#shutdown</cmd>        <cmdtype>0</cmdtype>    </job>    <!-- End 16:00 restart --> <!-- 18:00 restart -->    <job id="14">        <time>17:55:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 5 minutes</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="15">        <time>17:59:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 1 minute</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="16">        <time>18:00:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>#shutdown</cmd>        <cmdtype>0</cmdtype>    </job>    <!-- End 18:00 restart --> <!-- 20:00 restart -->    <job id="17">        <time>19:55:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 5 minutes</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="18">        <time>19:59:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 1 minute</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="19">        <time>20:00:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>#shutdown</cmd>        <cmdtype>0</cmdtype>    </job>    <!-- End 20:00 restart --> <!-- 22:00 restart -->    <job id="20">        <time>21:55:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 5 minutes</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="21">        <time>21:59:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 1 minute</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="22">        <time>21:00:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>#shutdown</cmd>        <cmdtype>0</cmdtype>    </job>    <!-- End 22:00 restart --> <!-- 00:00 restart -->    <job id="23">        <time>23:55:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 5 minutes</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="24">        <time>23:59:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 1 minute</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="25">        <time>00:00:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>#shutdown</cmd>        <cmdtype>0</cmdtype>    </job>    <!-- End 00:00 restart --> <!-- 02:00 restart -->    <job id="26">        <time>01:55:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 5 minutes</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="27">        <time>01:59:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 1 minute</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="28">        <time>02:00:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>#shutdown</cmd>        <cmdtype>0</cmdtype>    </job>    <!-- End 02:00 restart --> <!-- 04:00 restart -->    <job id="29">        <time>03:55:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 5 minutes</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="30">        <time>03:59:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 1 minute</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="31">        <time>04:00:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>#shutdown</cmd>        <cmdtype>0</cmdtype>    </job>    <!-- End 04:00 restart --> <!-- 06:00 restart -->    <job id="32">        <time>05:55:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 5 minutes</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="33">        <time>05:59:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 1 minute</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="34">        <time>06:00:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>#shutdown</cmd>        <cmdtype>0</cmdtype>    </job>    <!-- End 06:00 restart --> <!-- 08:00 restart -->    <job id="35">        <time>07:55:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 5 minutes</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="36">        <time>07:59:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 1 minute</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="37">        <time>08:00:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>#shutdown</cmd>        <cmdtype>0</cmdtype>    </job>    <!-- End 08:00 restart --> <!-- 10:00 restart -->    <job id="38">        <time>09:55:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 5 minutes</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="39">        <time>09:59:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>say -1 This server will restart in 1 minute</cmd>        <cmdtype>0</cmdtype>    </job>    <job id="40">        <time>10:00:00</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>0</loop>        <cmd>#shutdown</cmd>        <cmdtype>0</cmdtype>    </job>    <!-- End 10:00 restart --></Scheduler>

Share this post


Link to post
Share on other sites

 

 

Is it just me or is that spoiler empty?

  • Like 1

Share this post


Link to post
Share on other sites

HINT : = please use spoilers = highlight text/then

Special BB code/3rd icon from left/drop down + select spoiler.

  • Like 1

Share this post


Link to post
Share on other sites

HINT : = please use spoilers = highlight text/then

Special BB code/3rd icon from left/drop down + select spoiler.

 

 

Ah, right. Now I understand. Might just be too tired, haven't slept yet anyway.

 

Can also always use my extremely useful and comprehensive guide. ;)

 

http://forums.dayzgame.com/index.php?/topic/151644-spoilers-and-how-why-you-should-use-them/

Share this post


Link to post
Share on other sites

I've got it working now, cheers for help :)

How did u do it? Doesn't work on my server too

Share this post


Link to post
Share on other sites

I suggest using exact times instead of 2 hours from last restart, as that will shift things about anyway, whereas fixed times (10,12,14,16 and so forth) make the server restart at specific times.

 

 

Eu change the restart = high loot = modifications = no respect of rules:  http://dayzgame.com/downloads/Server_Hosting_Rules_Public.pdf

 

*Server somehow has modified loot spawns, or other game data*

Share this post


Link to post
Share on other sites

how have you got this running on the standalone? who is the provider? im with multiplay and cant get it to work.

Edited by deathmagnetic

Share this post


Link to post
Share on other sites

If you have access to the BEC error logs in your control panel, check there as it will tell you were the problems are.

 

Also, make sure you end the schedule with </schedule> too.

 

I couldn't get mine to work for a while but after checking the error logs and ensuring at the commands where all in there it works fine.

Share this post


Link to post
Share on other sites

How did u do it? Doesn't work on my server too

 

Gaming Deluxe hadn't installed BE fully, there was an error they had to fix their end.

Once done all I had to do was make sure the numbers were sequential and all was good :)

Edited by kichilron
Fixed.

Share this post


Link to post
Share on other sites

Hello,
I'm trying to configure my Bec Schedulers... Without success you have guess !
 
Here my .xml : http://pastebin.com/J9BsP1dS

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>


    <!-- IMPORTANT: Visit www.ibattle.org for usage guides -->
    <!-- Guide For Using Scheduler System: http://ibattle.org/install-and-configure/setting-up-the-scheduler/ -->
    
    <!-- 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>


    <!-- Message info restart -->
    <job id="0">
        <time>000100</time>
        <delay>000130</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>-1</loop>
        <cmd>say -1 Ce serveur reboot toutes les 4 heures : 05:00, 09:00, 13:00, 17:00, 21:00 et 01:00 (Paris)</cmd>
        <cmdtype>0</cmdtype>
    </job>

    <!-- Messages avant 15min Restart -->
    <job id="1">
        <time>034500</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 Attention : Restart du serveur dans 15 minutes</cmd>
        <cmdtype>0</cmdtype>
    </job>

    <!-- Messages avant 5min Restart -->
    <job id="2">
        <time>035500</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 Attention : Restart du serveur dans 5 minutes</cmd>
        <cmdtype>0</cmdtype>
    </job>

    <!-- Messages avant 1min Restart -->
    <job id="3">
        <time>035900</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 Attention : Restart du serveur dans 1 minute</cmd>
        <cmdtype>0</cmdtype>
    </job>


    
</Scheduler>

 

I don't know why it's not working. Please I nedd help !

Share this post


Link to post
Share on other sites

I don't know why it's not working. Please I nedd help !

 

Are you with Vilayer?

Share this post


Link to post
Share on other sites

Got some help from Fragnet on a simple way to restart the server every 2 hours without having to create a job for each 2 hour restart. I have not tested this yet on my server but plan to today. I will reply back once I've had a chance to test. I'll setup messages warning of the restart 15, 10, 5 and 1 min before the restart. If this works, it will make our scheduler's much more simple going forward. 

 

<job id="3">
<runtime>020000</runtime> 
<start>020000</start>
<day>1,2,3,4,5,6,7</day>
<loop>6</loop> 
<cmd>#shutdown</cmd> 
<cmdtype>0</cmdtype> 
</job> 

  • Like 1

Share this post


Link to post
Share on other sites

 If this works, it will make our scheduler's much more simple going forward. 

 

We tried using that earlier last fall (it was basically forced on us by Fragnet), and it did NOT work to our satisfaction. The server will be restarting every 2 hours, but it will push 3 minutes over every 2 hours it's running, basically throwing it off its schedule. However at the most active of times this is hardly an issue I reckon the server ends up crashing before a scheduled restart anyway with all the folks you've got playing. If you don't care about the server restarting at set times though, the solution works perfectly. :P

  • Like 1

Share this post


Link to post
Share on other sites

We tried using that earlier last fall (it was basically forced on us by Fragnet), and it did NOT work to our satisfaction. The server will be restarting every 2 hours, but it will push 3 minutes over every 2 hours it's running, basically throwing it off its schedule. However at the most active of times this is hardly an issue I reckon the server ends up crashing before a scheduled restart anyway with all the folks you've got playing. If you don't care about the server restarting at set times though, the solution works perfectly. :P

 

You are right on point man. It does get ahead by 3 mins and the server does crash sometimes before the 2 hour point. I just witnessed it crash about 35 mins. into this last restart. It always seems to happen as somebody is joining from what i've observed. 

 

The script does what we need which is restart the dang server at about 2 hours. It seems to hang less  vs. our normal 4 hour restarts. Just hope .53 fixes some of this stuff. 

Share this post


Link to post
Share on other sites

Here it is:

The way I see it this should put a server message out every 10 mins with different message after a small delay.

This should also make the server restart every 2 hours with a message 5 mins before.

However, none of this happens.

Any help would be great.

Yeah without job 4 the pig wont parse

Edited by B@ker
  • Like 1

Share this post


Link to post
Share on other sites

Hello,

I'm trying to configure my Bec Schedulers... Without success you have guess !

 

Here my .xml : http://pastebin.com/J9BsP1dS

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

    <!-- IMPORTANT: Visit www.ibattle.org for usage guides -->

    <!-- Guide For Using Scheduler System: http://ibattle.org/install-and-configure/setting-up-the-scheduler/ -->

    

    <!-- 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>

    <!-- Message info restart -->

    <job id="0">

        <time>000100</time>

        <delay>000130</delay>

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

        <loop>-1</loop>

        <cmd>say -1 Ce serveur reboot toutes les 4 heures : 05:00, 09:00, 13:00, 17:00, 21:00 et 01:00 (Paris)</cmd>

        <cmdtype>0</cmdtype>

    </job>

    <!-- Messages avant 15min Restart -->

    <job id="1">

        <time>034500</time>

        <delay>000000</delay>

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

        <loop>0</loop>

        <cmd>say -1 Attention : Restart du serveur dans 15 minutes</cmd>

        <cmdtype>0</cmdtype>

    </job>

    <!-- Messages avant 5min Restart -->

    <job id="2">

        <time>035500</time>

        <delay>000000</delay>

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

        <loop>0</loop>

        <cmd>say -1 Attention : Restart du serveur dans 5 minutes</cmd>

        <cmdtype>0</cmdtype>

    </job>

    <!-- Messages avant 1min Restart -->

    <job id="3">

        <time>035900</time>

        <delay>000000</delay>

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

        <loop>0</loop>

        <cmd>say -1 Attention : Restart du serveur dans 1 minute</cmd>

        <cmdtype>0</cmdtype>

    </job>

    

</Scheduler>

 

I don't know why it's not working. Please I nedd help !

 

Have you uncommented the scheduler line in your config.cfg file? You need to make sure the scheduler.xml is enabled in there, or add Scheduler = Scheduler.xml in to the [Misc] section.

Edited by Euphobia
  • Like 1

Share this post


Link to post
Share on other sites

   

 

 

 

Ok, I have changed it to his and will try it now

 

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><!--Web Doc : http://www.ibattle.org/install-and-configure/setting-up-the-scheduler/Setup: Restarts every 2 hours with 5 and 1 minute warnings--><Scheduler>    <!-- Repeating messages every 10 minutes -->    <job id="1">        <time>002000</time>        <delay>000000</delay>        <day>1,2,3,4,5,6,7</day>        <loop>1</loop>        <cmd>say -1 Welcome to the [SoE] DayZ server</cmd>        <cmdtype>0</cmdtype>    </job></Scheduler>

 

This format is no longer understood unless you are using an old verison the correct format is as follows :

 

 

<?xml version="1.0"?>

 
<Scheduler>
 
    <!-- this job will start after 10 minutes and run forever with a 1 hour and 30 minutes interval between the jobs -->
    <job id='0'>
        <day>1,2,3,4,5,6,7</day>
        <start>001000</start>
        <runtime>013000</runtime>
        <loop>-1</loop>
        <cmd>say -1 job:0 forever</cmd>
    </job>
Edited by B@ker

Share this post


Link to post
Share on other sites

 

   

 

 

This format is no longer understood unless you are using an old verison the correct format is as follows :

 

 

<?xml version="1.0"?>

 
<Scheduler>
 
    <!-- this job will start after 10 minutes and run forever with a 1 hour and 30 minutes interval between the jobs -->
    <job id='0'>
        <day>1,2,3,4,5,6,7</day>
        <start>001000</start>
        <runtime>013000</runtime>
        <loop>-1</loop>
        <cmd>say -1 job:0 forever</cmd>
    </job>

 

The old system works on mine. Vilayer.com used this for me. It actually is different that that too. For it to work correct you will have to do this.

 

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

< ?xml-stylesheet href="acs.xsl" type="text/xsl" ?>

 

<Scheduler>

 

 

http://forums.dayzgame.com/index.php?/topic/217781-scheduler-server-reboots/

 

hope that helps, sorry or I would have linked mine to yours awhile ago and showed the difference in scripts. This is direct from Vilayer btw... I know I reported it and got help with it by them.

  • Like 1

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
Sign in to follow this  

×