Jump to content

BEC Scheduler


olliepack

Recommended Posts

Just setting up the scheduler for my new server and wondered about the time. At the moment I have it set to 10x speed. Will I have to make calculations for this when i set the scheduler to run restarts? 

 

Sorry if this is in the wrong area! There's not really anywhere for this at the moment!

Link to comment
Share on other sites

Have I done something wrong here? Want 4 hour restarts with a warning 30mins, 10mins, 2mins and 1min before. 

<?xml version="1.0"?>
<!-- GENERATED AUTOMATICALLY BY VERT HOSTING -->
<Scheduler>

    <job id="0">
        <day>1,2,3,4,5,6,7</day>
        <start>00:30:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 30 minutes</cmd>    
    </job>
	
	<job id="1">
        <day>1,2,3,4,5,6,7</day>
        <start>00:50:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 10 minutes</cmd>    
    </job>
	
	<job id="2">
        <day>1,2,3,4,5,6,7</day>
        <start>00:58:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 2 minutes</cmd>    
    </job>
	
	<job id="3">
        <day>1,2,3,4,5,6,7</day>
        <start>00:59:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 1 minute</cmd>    
    </job>
	
	<job id="4">
        <day>1,2,3,4,5,6,7</day>
        <start>01:00:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>#restart</cmd>    
    </job>
	
	<job id="5">
        <day>1,2,3,4,5,6,7</day>
        <start>04:30:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 30 minutes</cmd>    
    </job>
	
	<job id="6">
        <day>1,2,3,4,5,6,7</day>
        <start>04:50:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 10 minutes</cmd>    
    </job>
	
	<job id="7">
        <day>1,2,3,4,5,6,7</day>
        <start>04:58:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 2 minutes</cmd>    
    </job>
	
	<job id="8">
        <day>1,2,3,4,5,6,7</day>
        <start>04:59:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 1 minute</cmd>    
    </job>
	
	<job id="9">
        <day>1,2,3,4,5,6,7</day>
        <start>05:00:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>#restart</cmd>    
    </job>
	
	<job id="10">
        <day>1,2,3,4,5,6,7</day>
        <start>08:30:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 30 minutes</cmd>    
    </job>
	
	<job id="11">
        <day>1,2,3,4,5,6,7</day>
        <start>08:50:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 10 minutes</cmd>    
    </job>
	
	<job id="12">
        <day>1,2,3,4,5,6,7</day>
        <start>08:58:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 2 minutes</cmd>    
    </job>
	
	<job id="13">
        <day>1,2,3,4,5,6,7</day>
        <start>08:59:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 1 minute</cmd>    
    </job>
	
	<job id="14">
        <day>1,2,3,4,5,6,7</day>
        <start>09:00:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>#restart</cmd>    
    </job>
	
	<job id="15">
        <day>1,2,3,4,5,6,7</day>
        <start>12:30:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 30 minutes</cmd>    
    </job>
	
	<job id="16">
        <day>1,2,3,4,5,6,7</day>
        <start>12:50:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 10 minutes</cmd>    
    </job>
	
	<job id="17">
        <day>1,2,3,4,5,6,7</day>
        <start>12:58:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 2 minutes</cmd>    
    </job>
	
	<job id="18">
        <day>1,2,3,4,5,6,7</day>
        <start>12:59:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 1 minute</cmd>    
    </job>
	
	<job id="19">
        <day>1,2,3,4,5,6,7</day>
        <start>13:00:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>#restart</cmd>    
    </job>
	
	<job id="20">
        <day>1,2,3,4,5,6,7</day>
        <start>16:30:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 30 minutes</cmd>    
    </job>
	
	<job id="21">
        <day>1,2,3,4,5,6,7</day>
        <start>16:50:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 10 minutes</cmd>    
    </job>
	
	<job id="22">
        <day>1,2,3,4,5,6,7</day>
        <start>16:58:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 2 minutes</cmd>    
    </job>
	
	<job id="23">
        <day>1,2,3,4,5,6,7</day>
        <start>16:59:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 1 minute</cmd>    
    </job>
	
	<job id="24">
        <day>1,2,3,4,5,6,7</day>
        <start>17:00:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>#restart</cmd>    
    </job>
	
	<job id="24">
        <day>1,2,3,4,5,6,7</day>
        <start>20:30:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 30 minutes</cmd>    
    </job>
	
	<job id="25">
        <day>1,2,3,4,5,6,7</day>
        <start>20:50:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 10 minutes</cmd>    
    </job>
	
	<job id="26">
        <day>1,2,3,4,5,6,7</day>
        <start>20:58:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 2 minutes</cmd>    
    </job>
	
	<job id="27">
        <day>1,2,3,4,5,6,7</day>
        <start>20:59:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 1 minute</cmd>    
    </job>
	
	<job id="28">
        <day>1,2,3,4,5,6,7</day>
        <start>21:00:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>#restart</cmd>    
    </job>

</Scheduler>
Link to comment
Share on other sites

This is my 6 hour one 

 

<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<Scheduler>
<job id='0'>
<day>1,2,3,4,5,6,7</day>
<start>000600</start>
<runtime>000600</runtime>
<loop>-1</loop>
<cmd>say -1 Welcome to MPG's Epoch Server! Join us on TS3 at MPGTS3.COM !!</cmd>
</job>
 
<job id='1'>
<day>1,2,3,4,5,6,7</day>
<start>000600</start>
<runtime>000600</runtime>
<loop>-1</loop>
<cmd>say -1 Server Restarts EVERY 6 Hours at 12, 6 (EST am/pm)</cmd>
</job>
 
<!-- 06:00 AM restart -->
<job id='2'>
<day>1,2,3,4,5,6,7</day>
<start>05:45:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 15 minutes</cmd>
</job>
 
<job id='3'>
<day>1,2,3,4,5,6,7</day>
<start>05:55:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 5 minute, log out now to prevent item loss!</cmd>
</job>
 
<job id='4'>
<day>1,2,3,4,5,6,7</day>
<start>05:59:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 1 minute, Log out now!</cmd>
</job>
 
<job id='5'>
<day>1,2,3,4,5,6,7</day>
<start>05:59:55</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 SERVER RESTART NOW!</cmd>
</job>
 
<job id='6'>
<day>1,2,3,4,5,6,7</day>
<start>06:00:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>#shutdown</cmd>
</job>
<!-- End 06:00 AM restart -->
 
<!-- 12:00 PM restart -->
<job id='7'>
<day>1,2,3,4,5,6,7</day>
<start>11:45:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 15 minutes</cmd>
</job>
 
<job id='8'>
<day>1,2,3,4,5,6,7</day>
<start>11:55:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 5 minute, log out now to prevent item loss!</cmd>
</job>
 
<job id='9'>
<day>1,2,3,4,5,6,7</day>
<start>11:59:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 1 minute, Log out now!</cmd>
</job>
 
<job id='10'>
<day>1,2,3,4,5,6,7</day>
<start>11:59:55</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 SERVER RESTART NOW!</cmd>
</job>
 
<job id='11'>
<day>1,2,3,4,5,6,7</day>
<start>12:00:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>#shutdown</cmd>
</job>
<!-- End 12:00 PM restart -->
 
<!-- 6:00 PM restart -->
<job id='12'>
<day>1,2,3,4,5,6,7</day>
<start>17:45:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 15 minutes</cmd>
</job>
 
<job id='13'>
<day>1,2,3,4,5,6,7</day>
<start>17:55:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 5 minute, log out now to prevent item loss!</cmd>
</job>
 
<job id='14'>
<day>1,2,3,4,5,6,7</day>
<start>17:59:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 1 minute, Log out now!</cmd>
</job>
 
<job id='15'>
<day>1,2,3,4,5,6,7</day>
<start>17:59:55</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 SERVER RESTART NOW!</cmd>
</job>
 
<job id='16'>
<day>1,2,3,4,5,6,7</day>
<start>18:00:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>#shutdown</cmd>
</job>
<!-- End 06:00 PM restart -->
 
<!-- 12:00 AM restart -->
<job id='17'>
<day>1,2,3,4,5,6,7</day>
<start>23:45:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 15 minutes</cmd>
</job>
 
<job id='18'>
<day>1,2,3,4,5,6,7</day>
<start>23:55:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 5 minute, log out now to prevent item loss!</cmd>
</job>
 
<job id='19'>
<day>1,2,3,4,5,6,7</day>
<start>23:59:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 This server will restart in 1 minute, Log out now!</cmd>
</job>
 
<job id='20'>
<day>1,2,3,4,5,6,7</day>
<start>23:59:55</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 SERVER RESTART NOW!</cmd>
</job>
 
<job id='21'>
<day>1,2,3,4,5,6,7</day>
<start>00:00:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>#shutdown</cmd>
</job>
<!-- End 12:00 AM restart -->
</Scheduler>
Link to comment
Share on other sites

This is my 4 hour one, does what it is supposed to.

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

<job id="0">
<start>033000</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will be rebooted in 30 minutes</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="1">
<start>034500</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will be rebooted in 15 minutes</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="2">
<start>035000</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will be rebooted in 10 minutes</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="3">
<start>035900</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will be rebooted in 1 minute</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="4">
<start>040000</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>C:\restart.bat</cmd> 
<cmdtype>1</cmdtype>
</job>

<job id="5">
<start>001500</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 This server restarts every 4 hours.</cmd> 
<cmdtype>0</cmdtype> 
</job>




</Scheduler>

Link to comment
Share on other sites

Question, once this is set up.  The server restarts but doesn’t actually "create" until someone tries to join the server.  Is there a way that when it boots up it will just automatically create/launch the game?   As it is now, our server restarts the when it is back up its just sitting there with a blank status but once someone joins it via remote it kicks to creating and then it will load up.  Hope this makes sense.

Link to comment
Share on other sites

 

Question, once this is set up.  The server restarts but doesn’t actually "create" until someone tries to join the server.  Is there a way that when it boots up it will just automatically create/launch the game?   As it is now, our server restarts the when it is back up its just sitting there with a blank status but once someone joins it via remote it kicks to creating and then it will load up.  Hope this makes sense.

 

You want your server autoload the mission after the restart ?

I don't think it could be done.

You must wait for a player to join...

Link to comment
Share on other sites

 

Have I done something wrong here? Want 4 hour restarts with a warning 30mins, 10mins, 2mins and 1min before. 

<?xml version="1.0"?>
<!-- GENERATED AUTOMATICALLY BY VERT HOSTING -->
<Scheduler>

    <job id="0">
        <day>1,2,3,4,5,6,7</day>
        <start>00:30:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 30 minutes</cmd>    
    </job>
	
	<job id="1">
        <day>1,2,3,4,5,6,7</day>
        <start>00:50:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 10 minutes</cmd>    
    </job>
	
	<job id="2">
        <day>1,2,3,4,5,6,7</day>
        <start>00:58:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 2 minutes</cmd>    
    </job>
	
	<job id="3">
        <day>1,2,3,4,5,6,7</day>
        <start>00:59:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 1 minute</cmd>    
    </job>
	
	<job id="4">
        <day>1,2,3,4,5,6,7</day>
        <start>01:00:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>#restart</cmd>    
    </job>
	
	<job id="5">
        <day>1,2,3,4,5,6,7</day>
        <start>04:30:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 30 minutes</cmd>    
    </job>
	
	<job id="6">
        <day>1,2,3,4,5,6,7</day>
        <start>04:50:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 10 minutes</cmd>    
    </job>
	
	<job id="7">
        <day>1,2,3,4,5,6,7</day>
        <start>04:58:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 2 minutes</cmd>    
    </job>
	
	<job id="8">
        <day>1,2,3,4,5,6,7</day>
        <start>04:59:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 1 minute</cmd>    
    </job>
	
	<job id="9">
        <day>1,2,3,4,5,6,7</day>
        <start>05:00:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>#restart</cmd>    
    </job>
	
	<job id="10">
        <day>1,2,3,4,5,6,7</day>
        <start>08:30:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 30 minutes</cmd>    
    </job>
	
	<job id="11">
        <day>1,2,3,4,5,6,7</day>
        <start>08:50:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 10 minutes</cmd>    
    </job>
	
	<job id="12">
        <day>1,2,3,4,5,6,7</day>
        <start>08:58:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 2 minutes</cmd>    
    </job>
	
	<job id="13">
        <day>1,2,3,4,5,6,7</day>
        <start>08:59:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 1 minute</cmd>    
    </job>
	
	<job id="14">
        <day>1,2,3,4,5,6,7</day>
        <start>09:00:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>#restart</cmd>    
    </job>
	
	<job id="15">
        <day>1,2,3,4,5,6,7</day>
        <start>12:30:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 30 minutes</cmd>    
    </job>
	
	<job id="16">
        <day>1,2,3,4,5,6,7</day>
        <start>12:50:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 10 minutes</cmd>    
    </job>
	
	<job id="17">
        <day>1,2,3,4,5,6,7</day>
        <start>12:58:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 2 minutes</cmd>    
    </job>
	
	<job id="18">
        <day>1,2,3,4,5,6,7</day>
        <start>12:59:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 1 minute</cmd>    
    </job>
	
	<job id="19">
        <day>1,2,3,4,5,6,7</day>
        <start>13:00:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>#restart</cmd>    
    </job>
	
	<job id="20">
        <day>1,2,3,4,5,6,7</day>
        <start>16:30:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 30 minutes</cmd>    
    </job>
	
	<job id="21">
        <day>1,2,3,4,5,6,7</day>
        <start>16:50:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 10 minutes</cmd>    
    </job>
	
	<job id="22">
        <day>1,2,3,4,5,6,7</day>
        <start>16:58:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 2 minutes</cmd>    
    </job>
	
	<job id="23">
        <day>1,2,3,4,5,6,7</day>
        <start>16:59:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 1 minute</cmd>    
    </job>
	
	<job id="24">
        <day>1,2,3,4,5,6,7</day>
        <start>17:00:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>#restart</cmd>    
    </job>
	
	<job id="24">
        <day>1,2,3,4,5,6,7</day>
        <start>20:30:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 30 minutes</cmd>    
    </job>
	
	<job id="25">
        <day>1,2,3,4,5,6,7</day>
        <start>20:50:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 10 minutes</cmd>    
    </job>
	
	<job id="26">
        <day>1,2,3,4,5,6,7</day>
        <start>20:58:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 2 minutes</cmd>    
    </job>
	
	<job id="27">
        <day>1,2,3,4,5,6,7</day>
        <start>20:59:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>say -1 Server Restart in 1 minute</cmd>    
    </job>
	
	<job id="28">
        <day>1,2,3,4,5,6,7</day>
        <start>21:00:00</start> 
        <runtime>000000</runtime>
        <loop>0</loop> 
        <cmd>#restart</cmd>    
    </job>

</Scheduler>

You used the job id=24 doubled...

 

Here your fix:

 

<job id="23">

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

<start>16:59:00</start>

<runtime>000000</runtime>

<loop>0</loop>

<cmd>say -1 Server Restart in 1 minute</cmd>

</job>

    

    <job id="24">

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

<start>17:00:00</start>

<runtime>000000</runtime>

<loop>0</loop>

<cmd>#restart</cmd>

</job>

    

    <job id="25">

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

<start>20:30:00</start>

<runtime>000000</runtime>

<loop>0</loop>

<cmd>say -1 Server Restart in 30 minutes</cmd>

</job>

    

    <job id="26">

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

<start>20:50:00</start>

<runtime>000000</runtime>

<loop>0</loop>

<cmd>say -1 Server Restart in 10 minutes</cmd>

</job>

    

    <job id="27">

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

<start>20:58:00</start>

<runtime>000000</runtime>

<loop>0</loop>

<cmd>say -1 Server Restart in 2 minutes</cmd>

</job>

    

    <job id="28">

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

<start>20:59:00</start>

<runtime>000000</runtime>

<loop>0</loop>

<cmd>say -1 Server Restart in 1 minute</cmd>

</job>

    

    <job id="29">

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

<start>21:00:00</start>

<runtime>000000</runtime>

<loop>0</loop>

<cmd>#restart</cmd>

</job>

 

 

Have fun with epoch ;)

Link to comment
Share on other sites

Hmm... I copied over my scheduler.xml from my Dayz Epoch server and it doesn't seem to work. No restart and no messages about the pending restart.

 

the scheduler.xml from the dayz epoch bec and the .xml from epoch bec are different..  in epoch bec you can use commands which the scheduler execute!  so its a different bec ;)  use the last build and it will work!

 

have fun with epoch ;)

Link to comment
Share on other sites

the scheduler.xml from the dayz epoch bec and the .xml from epoch bec are different..  in epoch bec you can use commands which the scheduler execute!  so its a different bec ;)  use the last build and it will work!

 

have fun with epoch ;)

 

Yeah, I found that out after searching some more. It's been fixed. Some things were changed like "time" was changed to "start" and "delay" was changed to "runtime".

Link to comment
Share on other sites

You used the job id=24 doubled...

 

Here your fix:

 

<job id="23">

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

<start>16:59:00</start>

<runtime>000000</runtime>

<loop>0</loop>

<cmd>say -1 Server Restart in 1 minute</cmd>

</job>

    

    <job id="24">

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

<start>17:00:00</start>

<runtime>000000</runtime>

<loop>0</loop>

<cmd>#restart</cmd>

</job>

    

    <job id="25">

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

<start>20:30:00</start>

<runtime>000000</runtime>

<loop>0</loop>

<cmd>say -1 Server Restart in 30 minutes</cmd>

</job>

    

    <job id="26">

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

<start>20:50:00</start>

<runtime>000000</runtime>

<loop>0</loop>

<cmd>say -1 Server Restart in 10 minutes</cmd>

</job>

    

    <job id="27">

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

<start>20:58:00</start>

<runtime>000000</runtime>

<loop>0</loop>

<cmd>say -1 Server Restart in 2 minutes</cmd>

</job>

    

    <job id="28">

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

<start>20:59:00</start>

<runtime>000000</runtime>

<loop>0</loop>

<cmd>say -1 Server Restart in 1 minute</cmd>

</job>

    

    <job id="29">

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

<start>21:00:00</start>

<runtime>000000</runtime>

<loop>0</loop>

<cmd>#restart</cmd>

</job>

 

 

Have fun with epoch ;)

 

Doh! Cheers mate!

Link to comment
Share on other sites

Did that fix it? I'm still trying to get restarts to work on Vert hosting.

 

This is the scheduler.xml I use and my server is with Vert:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<Scheduler>
    <job id="0">
        <start>040000</start>
        <runtime>000000</runtime>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop> 
        <cmd>#shutdown</cmd>    
        <cmdtype>0</cmdtype>            
    </job> 
	<job id="1">
		<start>035500</start>
		<runtime>000000</runtime>
		<day>1,2,3,4,5,6,7</day>
		<loop>0</loop> 
		<cmd>say -1 Locking server to prevent new players from joining.</cmd>
		<cmdtype>0</cmdtype>			
	</job>
	<job id="2">
		<start>035500</start>
		<runtime>000000</runtime>
		<day>1,2,3,4,5,6,7</day>
		<loop>0</loop> 
		<cmd>#lock</cmd>
		<cmdtype>0</cmdtype>			
	</job>
	<job id="3">
		<start>000200</start>
		<runtime>000000</runtime>
		<day>1,2,3,4,5,6,7</day>
		<loop>0</loop> 
		<cmd>say -1 Unlocking server.</cmd>
		<cmdtype>0</cmdtype>			
	</job>
	<job id="4">
		<start>000600</start>
		<runtime>000000</runtime>
		<day>1,2,3,4,5,6,7</day>
		<loop>0</loop> 
		<cmd>#unlock</cmd>
		<cmdtype>0</cmdtype>			
	</job>	
	<job id="5">
		<start>030000</start>
		<runtime>000000</runtime>
		<day>1,2,3,4,5,6,7</day>
		<loop>0</loop> 
		<cmd>say -1 SERVER RESTART IN 1 HOUR.</cmd>
		<cmdtype>0</cmdtype>			
	</job>		
	<job id="6">
		<start>034500</start>
		<runtime>000000</runtime>
		<day>1,2,3,4,5,6,7</day>
		<loop>0</loop> 
		<cmd>say -1 SERVER RESTART IN 15 MINUTES.</cmd>
		<cmdtype>0</cmdtype>			
	</job>		
	<job id="7">
		<start>035000</start>
		<runtime>000000</runtime>
		<day>1,2,3,4,5,6,7</day>
		<loop>0</loop> 
		<cmd>say -1 SERVER RESTART IN 10 MINUTES.</cmd>
		<cmdtype>0</cmdtype>			
	</job>		
	<job id="8">
		<start>035500</start>
		<runtime>000000</runtime>
		<day>1,2,3,4,5,6,7</day>
		<loop>0</loop> 
		<cmd>say -1 SERVER RESTART IN 5 MINUTES</cmd>
		<cmdtype>0</cmdtype>			
	</job>		
	<job id="9">
		<start>035700</start>
		<runtime>000000</runtime>
		<day>1,2,3,4,5,6,7</day>
		<loop>0</loop> 
		<cmd>say -1 SERVER RESTART IN 3 MINUTES</cmd>
		<cmdtype>0</cmdtype>			
	</job>		
	<job id="10">
		<start>035900</start>
		<runtime>000000</runtime>
		<day>1,2,3,4,5,6,7</day>
		<loop>0</loop> 
		<cmd>say -1 SERVER RESTART IN 1 MINUTE</cmd>
		<cmdtype>0</cmdtype>			
	</job>
		<job id="11">
		<start>031500</start>
		<runtime>000000</runtime>
		<day>1,2,3,4,5,6,7</day>
		<loop>0</loop> 
		<cmd>say -1 SERVER RESTART IN 45 MINUTES.</cmd>
		<cmdtype>0</cmdtype>			
	</job>	
	<job id="12">
		<start>033000</start>
		<runtime>000000</runtime>
		<day>1,2,3,4,5,6,7</day>
		<loop>0</loop> 
		<cmd>say -1 SERVER RESTART IN 30 MINUTES.</cmd>
		<cmdtype>0</cmdtype>			
	</job>
	<job id="13">
		<start>000500</start>
		<runtime>000000</runtime>
		<day>1,2,3,4,5,6,7</day>
		<loop>0</loop> 
		<cmd>say -1 BEC Online</cmd>
		<cmdtype>0</cmdtype>			
	</job>		
</Scheduler>
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...