Jump to content
  • 0

Scheduler dont work :(


HackSaW_TM

Question

Hello Guys. 

 

I have Try so many ways to get the warning messages working on my server but i cant get it working. 

PLease help. 

I am posting my bec.config and sheduler below....

 

 

# This config file is only provided as an example file.

# Edit it to sute your needs.
# For more info on how to edit this file. use the Readme.txt file or visit http://www.ibattle.org/install-and-configure
 
 
#--------------------------------------------------------------------------------------------------------
[bec]
#--------------------------------------------------------------------------------------------------------
 
Ip = 217.23.11.160
Port = 2302
BePath = C:\TCAFiles\Users\MYNAME\MYNUMBER\A3E_Server\BattlEye\
Admins = Admins.xml
Commands = Commands.xml
 
 
#--------------------------------------------------------------------------------------------------------
[Misc]
#--------------------------------------------------------------------------------------------------------
 
# Set which type of hacks that will be added to your banlist.
# 0 = none. 1 = GameHack. 2 = Battleye Hack. 3 = both GameHack & Battleye Hack. 
# value 3 is set as default if this parameter is not defined.
Ban = 0
 
 
# Set the names of your custom ban files, Separate each file with "," (comma): file1.txt, banfile2.txt, newfile.txt
# If you do not use any custom ban files. delete this option or leave this option commented.
# This option will check ban files for changes and automatic do a loadbans file when a file gets changed
# Do not specify the default bans.txt file here.
#BeCustomBanFiles = Bans1.txt, file2.txt, file3.txt
 
 
# Set the height & width of Becs console window
ConsoleHeight = 45
ConsoleWidth = 165
 
 
# Only allow english chars.
AsciiNickOnly = False
 
 
# Only allow english chars to be typed on the chat. Note, Warnings must be enabled. 0 or more.
AsciiChatOnly = False
 
 
# If AsciiChatOnly is set True. you can define none english chars that will be accepted.
# You separate each char with a , "note you need to define lower and upper case of the chars."
IgnoreChatChars = €,£,æ,Æ,ø,Ø,å,Å,ö,ä,ü,ß
 
 
# Set the amount of warnings a player will get before kicked. -1 is disabled. 0 instant kick
# 1 == one warning on a bad word. next bad word results in kick
Warnings = 3
 
 
# Kick players who has listed chars in their name
DisallowPlayerNameChars = []{}()0123456789
 
 
# Min length, kicks players who has to short name.
MinPlayerNameLength = 3
 
 
# Max length, kicks players who has to long name.
MaxPlayerNameLength = 30
 
 
# Set the name of your Arma3server.exe if it has been renamed from arma3server.exe to something else!
# if the exe has its original name. comment it out.
# DO NOT SET FULL PATH TO THE EXE FILE
ServerExeName = arma3server_38135.exe
 
 
# Set path to the file containing a list of bad words. Note, Warnings must be enabled. 0 or more.
#WordFilterFile = BadWords.txt
 
 
# Set the path to the file containing whitelisted guids.
#WhiteListFile = WhiteList.txt
 
 
# Set custom whitelist kick message. Text must be in ascii letters.  MAX 58 CHARS. BE only does ascii on messages
WhiteListKickMsg = You are not whitelisted on this server.
 
 
# Kick people with offensive names
NickFilterFile = BadNames.txt
 
 
#Set the path to the Scheduler.xml file.
Scheduler = C:\TCAFiles\Users\MYNAME\MYNUMBER\Bec\Config\Scheduler.xml
 
 
# Kick people who are idleing in the lobby, kick will happen after given time, Min time is 90 sec. use 0 to disable this function.
KickLobbyIdlers = 0
 
 
# If enabled. Bec will create separate chat files for each channel along with the main file.
#ChatChannelFiles = false
 
# Set the amount of Normal players who can connect. Set it to -1 to disable it. 
# If set to 0 it means only players who are listed in the Admins.xml, (or whatever you call it) will be able to connect to the server.
# Quick Example 1: server can holed 50 players. and you want to reserve 5 slots for admins. then set SlotLimit to 45.
# Quick Example 2: server can holed 50 players. and you want to reserve 5 slots for admins and 5 slots for friends. then set SlotLimit to 40,
# AND edit your admins.xml. ADD in all your frineds guid and remaining data, put them in group example 100. or whatever you feel likt.
# by using this method you can give some of your friends some access to some commands if you like or none. 
# in general this is works like .Whitelisting X player slots for admins and friends, while leaving the remaining Y slots for public.
SlotLimit = -1
 
# Set the message people will get when they try to connect and is not whitelisted. Text must be in ascii letters.
SlotLimitKickMsg = The Server has reached its player limit.
 
 
# The amount of time Bec will wait for the server to start up.
Timeout = 600
 
 
#--------------------------------------------------------------------------------------------------------
[Reporter]
#--------------------------------------------------------------------------------------------------------
# Reporter account. Fill in the username and password for your reporter account.
# GameHacks, BattlEye Hacks will be reported to a database. all players who connect will also be checked against this database.
 
# Set the Username for your account
#User = alfred
 
 
# Set the Password for your account
#Password = 123456
 
 
#--------------------------------------------------------------------------------------------------------
[ChatRestriction]
#--------------------------------------------------------------------------------------------------------
# Set max amount of chat lines a player is allowed to send for each channel. 
# Going passed the number will result in kick. -1 is disabled, 0 instant kick.
# If the number is higher than 0 players will be sent warnings.
 
Lobby = 30
Global = 5
Side = 7
Group = 9
Vehicle = 11
Command = 13
Commander = 15
Direct = 17
 
 
#--------------------------------------------------------------------------------------------------------
[ChatSpam]
#--------------------------------------------------------------------------------------------------------
 
# Set max amount of chat lines per channel allowed within given time frame.
# Set the values to 0 to disable this function(s)
 
# Quick Example:
# Lobby = 5
# Lobby_Time_Lower = 10
# Lobby_Time_Upper = 15
 
# If the time between each new chatlines from a player is less than CHANNEL_Time_Lower the spam counter increases by + 1. 
# Consider the CHANNEL (Lobby) as the spam counter.
# When a player has (CHANNEL - 1) in spam counting. a warning will be sent to whom it may concern.
# If the time between each new chatline from the player is Greater than CHANNEL_Time_Lower and Less than CHANNEL_Time_Upper the spam counter stay as it is.
# If the time since the last chatline is greater then CHANNEL_Time_Upper the spam counter is reset to 1.
# To get optimal result play around a bit with the values on your server.
 
Lobby = 0
Lobby_Time_Lower = 0
Lobby_Time_Upper = 0
 
Global = 0
Global_Time_Lower = 0
Global_Time_Upper = 0
 
Side = 0
Side_Time_Lower = 0
Side_Time_Upper = 0
 
Group = 2
Group_Time_Lower = 1
Group_Time_Upper = 3
 
Vehicle = 0
Vehicle_Time_Lower = 0
Vehicle_Time_Upper = 0
 
Command = 0
Command_Time_Lower = 0
Command_Time_Upper = 0
 
Commander = 0
Commander_Time_Lower = 0
Commander_Time_Upper = 0
 
Direct = 0
Direct_Time_Lower = 0
Direct_Time_Upper = 0
 

 

 

 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<?xml-stylesheet href="acs.xsl" type="text/xsl" ?>
 
<Scheduler>
 
<!-- Schedular to be shown all days in the week. -->
<!-- show text ingame every 10 min -->
<job id="0">
<runtime>001000</runtime>
<start>000000</start>
<day>1,2,3,4,5,6,7</day>
<loop>-1</loop> 
<cmd>say -1 Welcome to WolfPack Overpoch Chernarus Server. </cmd>
<cmdtype>0</cmdtype>
</job>
 
<!-- show text ingame every 11 min -->
<job id="1">
<runtime>002100</runtime>
<start>000000</start>
<day>1,2,3,4,5,6,7</day>
<loop>-1</loop> 
<cmd>say -1 Join us on teamspeak! 84.234.185.178 If you have any problems seek an Admin</cmd>
<cmdtype>0</cmdtype>
</job>
 
<!-- show text ingame every 45 min -->
<job id="2">
<runtime>004500</runtime>
<start>000000</start>
<day>1,2,3,4,5,6,7</day>
<loop>-1</loop> 
<cmd>say -1 Server Will Restart at these times 00:00 4:00, 8:00, 12:00, 16:00, 20:00 GMT.</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="3">
<runtime>002200</runtime>
<start>000000</start>
<day>1,2,3,4,5,6,7</day>
<loop>-1</loop> 
<cmd>say -1 AI Missions will spawn at random times</cmd>
<cmdtype>0</cmdtype>
</job>
 
 
<!-- *** RESTARTS *** -->
<!-- 10 min to the 04:00 restart -->
<job id="4">
<start>03:50:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 10 minutes! </cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="5">
<start>03:55:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 5 minutes!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="6">
<start>03:58:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 2 minutes!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="7">
<start>03:59:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 1 minutes!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="8">
<start>03:59:30</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Log out now! 30 seconds till Restart</cmd>
<cmdtype>0</cmdtype>
</job>
<!-- 04:00 restart -->
<job id="9">
<start>04:00:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>C:\a3server\Restart.bat</cmd>
<cmdtype>1</cmdtype>
</job>
    <!-- 10 min to the 08:00 restart -->
<job id="10">
<start>07:50:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 10 minutes!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="11">
<start>07:55:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 5 minutes!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="12">
<start>07:58:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 2 minutes!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="13">
<start>07:59:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 1 minutes!</cmd>
<cmdtype>0</cmdtype>
</job>
 
 
<job id="14">
<start>07:59:30</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Log out now! 30 seconds till Restart</cmd>
<cmdtype>0</cmdtype>
 
</job>
    <!-- 08:00 restart -->
<job id="15">
<start>08:00:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>C:\a3server\Restart.bat</cmd>
<cmdtype>1</cmdtype>
        </job>
    <!-- 10 min to the 12:00 restart -->
<job id="16">
<start>11:50:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 10 minutes!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="17">
<start>11:55:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 5 minutes!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="18">
<start>11:58:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 2 minutes!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="19">
<start>11:59:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 1 minutes!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="20">
<start>11:59:30</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Log out now! 30 seconds till Restart</cmd>
<cmdtype>0</cmdtype>
 
</job>
    <!-- 12:00 restart -->
<job id="21">
<start>12:00:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>C:\a3server\Restart.bat</cmd>
<cmdtype>1</cmdtype>
                  
        </job>
    <!-- 10 min to the 16:00 restart -->
<job id="22">
<start>15:50:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 10 minutes!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="23">
<start>15:55:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 5 minutes!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="24">
<start>15:58:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 2 minutes!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="25">
<start>15:59:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 1 minute!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="26">
<start>15:59:30</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Log out now! 30 seconds till Restart</cmd>
<cmdtype>0</cmdtype>
 
</job>
    <!-- 16:00 restart -->
<job id="27">
<start>16:00:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>C:\a3server\Restart.bat</cmd>
<cmdtype>1</cmdtype>
                  
        </job>
    <!-- 10 min to the 20:00 restart -->
<job id="28">
<start>19:50:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 10 minutes!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="29">
<start>19:55:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 5 minutes!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="30">
<start>19:58:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 2 minutes!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="31">
<start>19:59:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 1 minute!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="32">
<start>19:59:30</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Log out now! 30 seconds till Restart</cmd>
<cmdtype>0</cmdtype>
 
</job>
    <!-- 20:00 restart -->
<job id="33">
<start>20:00:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>C:\a3server\Restart.bat</cmd>
<cmdtype>1</cmdtype>
                  
        </job>
    <!-- 10 min to the 00:00 restart -->
<job id="34">
<start>23:50:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 10 minutes!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="35">
<start>23:55:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 5 minutes!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="36">
<start>23:58:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 2 minutes!</cmd>
<cmdtype>0</cmdtype>
 
</job>
 
<job id="37">
<start>23:59:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Server will Auto Restart in 1 minute!</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="38">
<start>23:59:30</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>say -1 Log out now! 30 seconds till Restart</cmd>
<cmdtype>0</cmdtype>
 
</job>
    <!-- 12:00 restart -->
<job id="39">
<start>00:00:00</start>
<runtime>000000</runtime>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop> 
<cmd>C:\a3server\Restart.bat</cmd>
<cmdtype>1</cmdtype>
                  
        </job>
 
<job id="40">
<runtime>001500</runtime>
<start>000000</start>
<day>1,2,3,4,5,6,7</day>
<loop>-1</loop> 
<cmd>say -1 Be sure to find a Radio as there maybe some chatter about Missions!</cmd>
<cmdtype>0</cmdtype>
</job>
 
</Scheduler>
 

 

 

 

AL=lso where can i change the color of global messages???, 

 

Thanks in advance.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

So the epoch server uses that BE path ?

Because normally it would be in arma\SC\Battleye

 

To your 2nd question : can't be done, sadly :(

What you mean arma\SC\Battleye  ...?

I am trying to get the restart messages working. 

can u spot any issues why i cant get it working?

Link to comment
Share on other sites

  • 0

This is something your host should fix, it's what you pay them for :)

 

Anyhow, remove all the <cmdtype> lines, it's no longer supported, hasn't been for a while, also check your host has blocked Bec from calling home via the hosts file, it's no longer supported.

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