Jump to content
  • 0

BEC AUTO RESTART MESSAGES!!!


NGHD

Question

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

 

<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 -->
<job id='5'>
<day>1,2,3,4,5,6,7</day>
<start>07:55:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 Server Restart in 5 Minutes</cmd>
</job>
 
<job id='6'>
<day>1,2,3,4,5,6,7</day>
<start>08:00:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>restart.bat</cmd>
</job>
 
<job id='7'>
<day>1,2,3,4,5,6,7</day>
<start>11:30:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 Server Restart in 30 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 Server Restart in 5 Minutes</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 Server Restart In 1 Minutes</cmd>
</job>
 
<job id='10'>
<day>1,2,3,4,5,6,7</day>
<start>12:00:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>restart.bat</cmd>
</job>
 
<job id='11'>
<day>1,2,3,4,5,6,7</day>
<start>15:30:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 Server Restart In 30 Minutes</cmd>
</job>
 
<job id='12'>
<day>1,2,3,4,5,6,7</day>
<start>15:55:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 Server Restart In 5 Minutes</cmd>
</job>
 
<job id='13'>
<day>1,2,3,4,5,6,7</day>
<start>15:59:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 Server Restart In 1 Minutes</cmd>
</job>
 
<job id='14'>
<day>1,2,3,4,5,6,7</day>
<start>16:00:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>restart.bat</cmd>
</job>
 
<job id='15'>
<day>1,2,3,4,5,6,7</day>
<start>19: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>19:55:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 Server Restart in 5 minutes</cmd>
</job>
 
<job id='17'>
<day>1,2,3,4,5,6,7</day>
<start>19:59:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 Server Restart in 1 minutes</cmd>
</job>
 
<job id='18'>
<day>1,2,3,4,5,6,7</day>
<start>20:00:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>restart.bat</cmd>
</job>
 
<job id='19'>
<day>1,2,3,4,5,6,7</day>
<start>23:30:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 Server Restart in 30 minutes</cmd>
</job>
 
<job id='20'>
<day>1,2,3,4,5,6,7</day>
<start>23:55:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 Server Restart in 5 minutes</cmd>
</job>
 
<job id='21'>
<day>1,2,3,4,5,6,7</day>
<start>23:59:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>say -1 Server Restart in 1 minutes</cmd>
</job>
 
<job id='22'>
<day>1,2,3,4,5,6,7</day>
<start>24:00:00</start>
<runtime>000000</runtime>
<loop>0</loop>
<cmd>restart.bat</cmd>
</job>
 
</Scheduler>

 

 

 

 

Error in BEC.exe

 

---------------------------------------------
 
Bec, Arma OA/3 Server Tool V.1.601
Copyright © by Stian Mikalsen
 
 
Remember to donate for more great updates!
 
---------------------------------------------
 
19:39:26 : Checking for new Bec version...
19:39:30 : Connecting to Battleye server 127.0.0.1:2302
19:39:30 : Scheduling 23 tasks
19:39:30 : RCon admin #0 (127.0.0.1:62114) logged in
19:39:30 : Bec is running latest version! : 1.601
Unhandled Error
Traceback (most recent call last):
  File "threading.pyo", line 504, in __bootstrap
 
  File "threading.pyo", line 532, in __bootstrap_inner
 
  File "threading.pyo", line 484, in run
 
--- <exception caught here> ---
  File "twisted\python\threadpool.pyo", line 191, in _worker
 
  File "twisted\python\context.pyo", line 118, in callWithContext
 
  File "twisted\python\context.pyo", line 81, in callWithContext
 
  File "Lib\Bec_Scheduler.pyo", line 246, in setup
 
  File "apscheduler\scheduler.pyo", line 98, in start
 
  File "apscheduler\scheduler.pyo", line 230, in _real_add_job
 
  File "apscheduler\job.pyo", line 74, in compute_next_run_time
 
  File "apscheduler\triggers\cron\__init__.pyo", line 117, in get_next_fire_time
 
  File "apscheduler\triggers\cron\__init__.pyo", line 89, in _increment_field_value
 
exceptions.ValueError: year is out of range
 
 
Really Need This Fixed :/

 

 

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
  • Advertisement
  • Discord

×
×
  • Create New...