BEC For DayZ SA Help Needed!

Hey all just wondering if someone can help me with Battleye Extended Controls, I rent a 35 slot server and asked my host to add it to mod manager, after that I installed and can now login and use most of the BEC commands in game however I am struggling to get Scheduler and white-list features to work.

I have followed several guides for Scheduler and still cant get restart messages to work at all. As for White-list i have set slots to 33 leaving 2 for admins only but anyone can still join the server so having to keep using a password for now until i can get this working.

Any advice/help appreciated!
 
Try this to see if it is working at all:

Scheduler.xml
XML:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<?xml-stylesheet href="acs.xsl" type="text/xsl" ?>
<Scheduler>
    
  <!-- EXTERNAL COMMANDS -->
     <job id="0">
        <time>000005</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 Server will restart in X hours</cmd>   
        <cmdtype>0</cmdtype>               
    </job>
    
    <job id="1">
        <time>000008</time> <!-- BUMP -->
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 </cmd>   
        <cmdtype>0</cmdtype>               
    </job>
    
</Scheduler>
 
Try this to see if it is working at all:

Scheduler.xml
XML:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<?xml-stylesheet href="acs.xsl" type="text/xsl" ?>
<Scheduler>
   
  <!-- EXTERNAL COMMANDS -->
     <job id="0">
        <time>000005</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 Server will restart in X hours</cmd>  
        <cmdtype>0</cmdtype>              
    </job>
   
    <job id="1">
        <time>000008</time> <!-- BUMP -->
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 </cmd>  
        <cmdtype>0</cmdtype>              
    </job>
   
</Scheduler>


Doesn't appear to be working.

Also having issues with whitelist but can do BEC commands just fine in game...
 
Double check your Options to see if Chat messages is Disabled. Enable them all and try again. If it still doesn't work try:

Scheduler.xml
XML:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<Scheduler>
<job id='0'>
<day>1,2,3,4,5,6,7</day>
<start>000000</start>
<runtime>000010</runtime>
<loop>-1</loop>
<cmd>say -1 Test</cmd>
</job>
</Scheduler>

The first one, in my first post, works for me. I'm using BEC 1.496. I remember BEC is pretty picky about xml format. Give this one a try. It works for my old DayZ Mod server.

Dunno about Whitelist as I've never used it.
 


So gave this a go tonight starting with your basic schedule and at first I thought I was onto something as the random messages at 15 minute intervals worked fine but the restart warnings did not or the restarts themselves.

I have also tried using the 000000 method instead of 00:00:00 one and still nothing which just doesn't make sense to me...

I can do #login [password] in game then proceed with BEC admin commands fine and as said the first 5 messages on your schedule work but nothing else.
 
I’m pretty sure that if your using a host like Villayer then you can’t execute server restart commands from BEC. I use a dedicated server.
 
yea but that would be fine as I can use the restart Scheduler but the restart warnings aint even working despite the other random messages working fine and already tried changing restart warnings to just use the 000000 instead of 00:00:00
 
Back
Top