So I successfully set up auto restarts earlier on my Vilayer.com hosted server.
My automated server emssages however wont show up...
my Scheduler.xml
<?xml version="1.0"?>
<Scheduler>
<job id="0">
<time>034500</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>1</loop>
<cmd>say -1 Server will Auto restart in 15 minutes</cmd>
<cmdtype>0</cmdtype>
</job>
<job id="1">
<time>035000</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>1</loop>
<cmd>say -1 Server will Auto restart in 10 minutes</cmd>
<cmdtype>0</cmdtype>
</job>
<job id="2">
<time>035500</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>1</loop>
<cmd>say -1 Server will Auto restart in 5 minutes. Log out early to ensure gear saved</cmd>
<cmdtype>0</cmdtype>
</job>
<job id="3">
<time>035800</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>1</loop>
<cmd>say -1 Server will Auto restart in 1 minute. Log out now to ensure gear saved</cmd>
<cmdtype>0</cmdtype>
</job>
<job id="4">
<time>035930</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>1</loop>
<cmd>say -1 Server restarting now</cmd>
<cmdtype>0</cmdtype>
</job>
<job id="5">
<time>001000</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>1</loop>
<cmd>say -1 Server restarts are every 4 hours starting 9:00am GMT </cmd>
<cmdtype>0</cmdtype>
</job>
</Scheduler>
My config.cfg file
#----------------------------------------------------
[Misc]
#----------------------------------------------------
# Set the color,height and with on bec's console window
ConsoleColor = 0f
ConsoleHeight = 30
ConsoleWidth = 100
#AsciiNickOnly = True
#DisallowPlayerNameChars = [](){}<>/\^|§!#%&@£¤¨
#MaxPlayerNameLength = 16
#Warnings = 4
#AsciiChatOnly = True
#IgnoreChatChars = æøå
ChatChannelFiles = true
#KickLobbyIdlers = 300
#WordFilterFile = BadWords.txt
#WhiteListFile = WhiteList.txt
#NickFilterFile = BadNames.txt
# Set the amount of time Bec will wait on the server on startup - DO NOT EDIT
Timeout = 60
# 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 will be able to connect to the server.
# Quick Example 1: server can hole 50 players. and you want to reserve 5 slots for admins. then set SlotLimit to 45.
# Quick Example 2: server can hole 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 and put them in group example 100.
SlotLimit = -1
# Flood control system. There are 2 types of flood control and only one can be in use.
# Type 1 is based on how many players are in the lobby.
# If the player count is greater than what FloodControl is set to the server will autolock until the number of players are less that what FloodControl is set to.
# Type 2 is based on the number of connection within given time. The server will also be locked for given time.
# Quick Examples:
# Type 1
#FloodControl = 5
# Locks the server when there is 5 or more players in the lobby.
# Type 2 .
#FloodControl = 10
#FloodSampleTime = 3
#FloodLockTime = 5
# Locks the server if 10 or more players connect within 3 sec. the server will be locked for 5 seconds.
# Set the path to the Scheduer.xml file.
Scheduler = Scheduler.xml
Question
JuiceRIfle
So I successfully set up auto restarts earlier on my Vilayer.com hosted server.
My automated server emssages however wont show up...
my Scheduler.xml
My config.cfg file
Link to comment
Share on other sites
16 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