Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


BEC: server message/restart problem


Recommended Posts

Been here before, and i have returned.

 

so.. Why cant my scheduled jobs kick in correctly?

 

UTC-08

 

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





05:50
1,2,3,4,5,6,7
0
say -1 Server will auto restart in 10 min
0



05:55
1,2,3,4,5,6,7
0
say -1 Server will auto restart in 5 min
0



05:59
1,2,3,4,5,6,7
0
say -1 Server will auto restart in 1 min!
0




06:00
000000
1,2,3,4,5,6,7
0
#shutdown
0



11:50
1,2,3,4,5,6,7
0
say -1 Server will auto restart in 10 min
0



11:55
1,2,3,4,5,6,7
0
say -1 Server will auto restart in 5 min
0



11:59
1,2,3,4,5,6,7
0
say -1 Server will auto restart in 1 min!
0




12:00
000000
1,2,3,4,5,6,7
0
#shutdown
0



17:50
1,2,3,4,5,6,7
0
say -1 Server will auto restart in 10 min
0



17:55
1,2,3,4,5,6,7
0
say -1 Server will auto restart in 5 min
0



17:59
1,2,3,4,5,6,7
0
say -1 Server will auto restart in 1 min!
0




18:00
000000
1,2,3,4,5,6,7
0
#shutdown
0



23:50
1,2,3,4,5,6,7
0
say -1 Server will auto restart in 10 min
0



23:55
1,2,3,4,5,6,7
0
say -1 Server will auto restart in 5 min
0



23:59
1,2,3,4,5,6,7
0
say -1 Server will auto restart in 1 min!
0




00:00
000000
1,2,3,4,5,6,7
0
#shutdown
0




003000
000000
1,2,3,4,5,6,7
1
say -1 Download J.S.R.S sound mod for more realistic gun sound effects
0


 

My hiveExt

 

[Date]
;Possible values: Local, Static
Type = Local
;If using Static type, the year/month/date to set the date to
;Year = 2013
;Month = 8
;Date = 31

[Time]
;Possible values: Local, Custom, Static
;Type = Custom
Type = Custom
;If using Custom type, offset from UTC in hours (can be negative as well)
;Offset = 0
;If using Static type (Hour value always the same on every server start), the value (0-24) to set the Hour to
;Hour = 11
Offset = -8

Share this post


Link to post
Share on other sites

Try this

 

    

055500
000000
1,2,3,4,5,6,7
1
say -1 Server will restart in 5 minutes
0



055900
000000
1,2,3,4,5,6,7
1
say -1 Server will restart in 1 minute
0



060000
000000
1,2,3,4,5,6,7
1
#shutdown
0



040000
000000
1,2,3,4,5,6,7
1
say -1 Server will restart in 2 hours. 
0



050000
000000
1,2,3,4,5,6,7
1
say -1 Server will restart in 1 hour.
0

 

Your loop is 0, when it should be 1.

 

Also your shutdown has to be 060000... This is referring to how long till it does it. this will do it ever 6 hours, and the delay means, well delay is self explanatory, how long it will delay it for it to intiate which I wouldn't bother with 000000 just worry about the 000000

 

 

Here is yours fixed... It will restart every 6 hours, and it will send that message every 30 minutes which you had correct.

 

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





055000
1,2,3,4,5,6,7
1
say -1 Server will auto restart in 10 min
0



055500
1,2,3,4,5,6,7
1
say -1 Server will auto restart in 5 min
0



055900
1,2,3,4,5,6,7
1
say -1 Server will auto restart in 1 min!
0




060000
000000
1,2,3,4,5,6,7
1
#shutdown
0




003000
000000
1,2,3,4,5,6,7
1
say -1 Download J.S.R.S sound mod for more realistic gun sound effects
0


Share this post


Link to post
Share on other sites

  • 2 weeks later...

Is the BEC config.txt an example or is this file i need to edit?

 

What is the proper path

BePath = C:\TCAFiles\Users\Admin\1505\Bliss\BattlEye

 

My Scheduler is not working I have tried all the suggestions but I ran it with just a message and still nothing.

 

This should come up ever 10 minutes, Right?

 

001000
000000
1,2,3,4,5,6,7
1
say -1 Test Message
0

Share this post


Link to post
Share on other sites

BePath = C:\TCAFiles\Users\Admin\1505\Bliss\BattlEye

 

Thats your BattlEye path, so yes don't mess with that...

 

There must be something you missed like < or >

 

Or a line missing.

Share this post


Link to post
Share on other sites

That was a paste form my config. Finally started working NO idea what i did just shut it down to look for something, didn't find anything, when it came back up they worked.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...