Jump to content

Bec Scheduler


Achmed

Recommended Posts

Im having a problem getting bec Scheduler to work on arma 3. can anyone spot a error with this Schedule

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<?xml-stylesheet href="acs.xsl" type="text/xsl" ?>


<Scheduler>

<!-- 00:00 Restart -->
    <job id='0'>
        <day>1,2,3,4,5,6,7</day>
        <start>23:30:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 30 minutes.</cmd>
    </job>
    <job id='1'>
        <day>1,2,3,4,5,6,7</day>
        <start>23:50:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 10 minutes.</cmd>
    </job>
    <job id='2'>
        <day>1,2,3,4,5,6,7</day>
        <start>23:55:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 5 minutes.</cmd>
    </job>
    <job id='3'>
        <day>1,2,3,4,5,6,7</day>
        <start>23:58:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 2 minutes.</cmd>
    </job>
    <job id='4'>
        <day>1,2,3,4,5,6,7</day>
        <start>23:59:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 60 seconds. Please disconnect.</cmd>
    </job>

<!-- 06:00 Restart -->
    <job id='5'>
        <day>1,2,3,4,5,6,7</day>
        <start>05:30:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 30 minutes.</cmd>
    </job>
    <job id='6'>
        <day>1,2,3,4,5,6,7</day>
        <start>05:50:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 10 minutes.</cmd>
    </job>
    <job id='7'>
        <day>1,2,3,4,5,6,7</day>
        <start>05:55:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 5 minutes.</cmd>
    </job>
    <job id='8'>
        <day>1,2,3,4,5,6,7</day>
        <start>05:58:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 2 minutes.</cmd>
    </job>
    <job id='9'>
        <day>1,2,3,4,5,6,7</day>
        <start>05:59:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 60 seconds. Please disconnect.</cmd>
    </job>	

<!-- 12:00 Restart -->
    <job id='10'>
        <day>1,2,3,4,5,6,7</day>
        <start>11:30:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 30 minutes.</cmd>
    </job>
    <job id='11'>
        <day>1,2,3,4,5,6,7</day>
        <start>11:50:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 10 minutes.</cmd>
    </job>
    <job id='12'>
        <day>1,2,3,4,5,6,7</day>
        <start>11:55:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 5 minutes.</cmd>
    </job>
    <job id='13'>
        <day>1,2,3,4,5,6,7</day>
        <start>11:58:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 2 minutes.</cmd>
    </job>
    <job id='14'>
        <day>1,2,3,4,5,6,7</day>
        <start>11:59:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 60 seconds. Please disconnect.</cmd>
    </job>
    
<!-- 17:00 Restart -->
    <job id='15'>
        <day>1,2,3,4,5,6,7</day>
        <start>17:30:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 30 minutes.</cmd>
    </job>
    <job id='16'>
        <day>1,2,3,4,5,6,7</day>
        <start>17:50:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 10 minutes.</cmd>
    </job>
    <job id='17'>
        <day>1,2,3,4,5,6,7</day>
        <start>17:55:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 5 minutes.</cmd>
    </job>
    <job id='18'>
        <day>1,2,3,4,5,6,7</day>
        <start>17:58:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 2 minutes.</cmd>
    </job>
    <job id='19'>
        <day>1,2,3,4,5,6,7</day>
        <start>17:59:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 Server will restart in 60 seconds. Please disconnect.</cmd>
    </job>

</Scheduler>
Link to comment
Share on other sites

Hi,

 

 

If you would not mind sharing your BEC config file if you have access to it. Make sure in the config file for BEC that scheduler = has the exact path to where the file is located on there server. for example C:\"Your Path"\battleye\config\Scheduler.xml

 

So in the config file it would look like this: Scheduler = C:\"Your Path"\battleye\config\Scheduler.xml

 

 

The actual Scheduler.xml is all good. Just make sure the path is right in the BEC config and that BEC is running with no problems.

 

 

 

 

 

Regards,

 

Liam Benfield

Swiftnode.net

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