Jump to content
  • 0

BEC Extended Error line 6 scheduler no matter the file !?!?


Chainsaw Squirrel

Question

Ok .. peoples, BEC was working fine, and finally got the stupid server to restart after shutdown, then this starts happening 

 Scheduler file contains a error. not valid command in the cmd tag. Location id=6

 

I have checked and rechecked it .. even changed out to a different scheduler file .. nothing wrong with the file.. have to be something in BEC, just don't know what and driving me batty
 

<?xml version="1.0"?>
<Scheduler>
 
    <job id="0">
        <time>010000</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 Server uptime is one hour. In four hours this server will perform an automated reboot.</cmd>
        <cmdtype>0</cmdtype>     
    </job>
 
    <job id="1">
        <time>020000</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 Server uptime is two hours. In three hours this server will perform an automated reboot.</cmd>
        <cmdtype>0</cmdtype>     
    </job>
 
    <job id="2">
        <time>030000</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 Server uptime is three hours. In two hours this server will perform an automated reboot.</cmd>
        <cmdtype>0</cmdtype>     
    </job>
 
    <job id="3">
        <time>040000</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 Server uptime is four hours. In one hour this server will perform an automated reboot.</cmd>
        <cmdtype>0</cmdtype>     
    </job>
 
    <job id="4">
        <time>045000</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 In 10 minutes this server will perform an automated reboot.</cmd>
        <cmdtype>0</cmdtype>     
    </job>
 
    <job id="5">
        <time>045500</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1  5 Minutes to reboot LOGOUT NOW or LOOSE GEAR.</cmd>
        <cmdtype>0</cmdtype>     
    </job>
 
    <job id="6">
        <time>045700</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 3 minutes to reboot LOGOUT NOW or LOOSE GEAR.</cmd>
        <cmdtype>0</cmdtype>     
    </job>
 
    <job id="7">
        <time>045800</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1  2 minutes to reboot LOGOUT NOW or LOOSE GEAR.</cmd>
        <cmdtype>0</cmdtype>     
    </job>
 
    <job id="8">
        <time>045900</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1  1 minute to reboot FINAL WARNING, LOGOUT NOW or LOOSE GEAR.</cmd>
        <cmdtype>0</cmdtype>     
    </job>
 
    <job id="9">
        <time>050000</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>restart.bat</cmd>
        <cmdtype>0</cmdtype>     
    </job> 
 
 
</Scheduler>
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

 

Try getting rid of all of these.

<cmdtype>0</cmdtype> 

Ive tried scheduler with and with out that code, still get the error for id 6 .. Im thinking it has to be some issue with BEC .. ?? 

I do have one question on the bec.. which battleye should bec and scheduler be executed from >? The  ( Instance_11_Chernarus ) in the root server folder, , and a C:/servername//battleye/bec/ .. I know I have what seems like retarded questions lol .. I always try and search for the answer I need b4 posting .. most things I can resolve on my own .. but once in a while I just get my self in a jam

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