Hey all just making this as a new post as im having problems for my Scheduler to work in Bec for some reason it dont show up on the server to say when the server will restart.
So could someone please have alook to see if this is correct or what have i done wrong please.
<!-- 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>003000</start> <runtime>003000</runtime> <loop>-1</loop> <cmd>say -1 This Server Restarts Every 6 Hours</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>003200</start> <runtime>003000</runtime> <loop>-1</loop> <cmd>say -1 This Server Is PvE Only</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>003500</start> <runtime>003000</runtime> <loop>-1</loop> <cmd>say -1 There Is No Stealing In Safe Zones</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>003300</start> <runtime>003000</runtime> <loop>0</loop> <cmd>say -1 To Stay Up To Date JOIN www.whocares.com</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>000400</start> <runtime>003000</runtime> <loop>-1</loop> <cmd>say -1 Welcome To Ultimate Exile PvE (Brought To You By the boogie man)</cmd> </job>
<!-- this job will start at 05:00:00 (5 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>050000</start> <runtime>050000</runtime> <loop>0</loop> <cmd>say -1 Restarting In 1 Hour</cmd> </job>
<job id='6'> <day>1,2,3,4,5,6,7</day> <start>053000</start> <runtime>053000</runtime> <loop>0</loop> <cmd>say -1 Restarting In 30 Minutes - Start Heading To Your Base</cmd> </job>
<job id='7'> <day>1,2,3,4,5,6,7</day> <start>055000</start> <runtime>055000</runtime> <loop>0</loop> <cmd>say -1 Restarting In 10 Minutes - Start Preparing To Log Out</cmd> </job>
<job id='8'> <day>1,2,3,4,5,6,7</day> <start>055500</start> <runtime>055500</runtime> <loop>0</loop> <cmd>say -1 Restarting In 5 Minutes - Start Preparing To Log Off</cmd> </job>
<job id='9'> <day>1,2,3,4,5,6,7</day> <start>055800</start> <runtime>055800</runtime> <loop>0</loop> <cmd>say -1 Restarting In 2 Minutes - Save Gear And Logout</cmd> </job>
<job id='10'> <day>1,2,3,4,5,6,7</day> <start>055900</start> <runtime>060000</runtime> <loop>0</loop> <cmd>say -1 Restarting In 1 Minutes - Save Gear And Logout NOW</cmd> </job>
Hey all just making this as a new post as im having problems for my Scheduler to work in Bec for some reason it dont show up on the server to say when the server will restart.
So could someone please have alook to see if this is correct or what have i done wrong please.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<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>003000</start>
<runtime>003000</runtime>
<loop>-1</loop>
<cmd>say -1 This Server Restarts Every 6 Hours</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>003200</start>
<runtime>003000</runtime>
<loop>-1</loop>
<cmd>say -1 This Server Is PvE Only</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>003500</start>
<runtime>003000</runtime>
<loop>-1</loop>
<cmd>say -1 There Is No Stealing In Safe Zones</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>003300</start>
<runtime>003000</runtime>
<loop>0</loop>
<cmd>say -1 To Stay Up To Date JOIN www.whocares.com</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>000400</start>
<runtime>003000</runtime>
<loop>-1</loop>
<cmd>say -1 Welcome To Ultimate Exile PvE (Brought To You By the boogie man)</cmd>
</job>
<!-- this job will start at 05:00:00 (5 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>050000</start>
<runtime>050000</runtime>
<loop>0</loop>
<cmd>say -1 Restarting In 1 Hour</cmd>
</job>
<job id='6'>
<day>1,2,3,4,5,6,7</day>
<start>053000</start>
<runtime>053000</runtime>
<loop>0</loop>
<cmd>say -1 Restarting In 30 Minutes - Start Heading To Your Base</cmd>
</job>
<job id='7'>
<day>1,2,3,4,5,6,7</day>
<start>055000</start>
<runtime>055000</runtime>
<loop>0</loop>
<cmd>say -1 Restarting In 10 Minutes - Start Preparing To Log Out</cmd>
</job>
<job id='8'>
<day>1,2,3,4,5,6,7</day>
<start>055500</start>
<runtime>055500</runtime>
<loop>0</loop>
<cmd>say -1 Restarting In 5 Minutes - Start Preparing To Log Off</cmd>
</job>
<job id='9'>
<day>1,2,3,4,5,6,7</day>
<start>055800</start>
<runtime>055800</runtime>
<loop>0</loop>
<cmd>say -1 Restarting In 2 Minutes - Save Gear And Logout</cmd>
</job>
<job id='10'>
<day>1,2,3,4,5,6,7</day>
<start>055900</start>
<runtime>060000</runtime>
<loop>0</loop>
<cmd>say -1 Restarting In 1 Minutes - Save Gear And Logout NOW</cmd>
</job>
<job id='11'>
<day>1,2,3,4,5,6,7</day>
<start>060000</start>
<runtime>060000</runtime>
<loop>0</loop>
<cmd>C:\Servers\Exile\stopserver.bat</cmd>
</job>
</Scheduler>
Share this post
Link to post
Share on other sites