i have auto restarts setup so it does restart auto maticly and does run the server again automaticly..
but there is no warning messages and i have set warning messages in the .xml file
i really need this fixed as when im not on i cant give manual warnings to players :(
here is my scheduler.xml
<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>03:30:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 Server Restart in 30 Minutes</cmd>
</job>
<!-- this job will start after 30 seconds and will only run once. note that the runtime tag is ignored when loop is 0 -->
<job id='1'>
<day>1,2,3,4,5,6,7</day>
<start>03:55:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 Server Restart in 5 Minutes Log Out To Save Gear</cmd>
</job>
<!-- this job will start after 15 seconds and will run every 25 sec. total times the message will be show is 6 times -->
<job id='2'>
<day>1,2,3,4,5,6,7</day>
<start>03:59:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 Server Restart in 1 Minute LOG OUT NOW!!!</cmd>
</job>
<!-- this job will start at 06:00:00 (6 am) and will only run once a day at set time -->
<job id='3'>
<day>1,2,3,4,5,6,7</day>
<start>04:00:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>restart.bat</cmd>
</job>
<!-- this job will start at 07:00:00 (7 am) and will repeat itself every 20 min for 3 more time. in total 4 times. will run at set time for defined days -->
<job id='4'>
<day>1,2,3,4,5,6,7</day>
<start>07:30:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 Server Restart In 30 Minutes</cmd>
</job>
<!-- this job will start at 08:00:00 (8 am) and will repeat itself every 15 min forever for defined days -->
Question
NGHD
Ok so i understand how BEC All works...
i have auto restarts setup so it does restart auto maticly and does run the server again automaticly..
but there is no warning messages and i have set warning messages in the .xml file
i really need this fixed as when im not on i cant give manual warnings to players :(
here is my scheduler.xml
Error in BEC.exe
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now