Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2015
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. <Scheduler>
  2.  
  3. <!-- this job will start after 10 minutes and run forever with a 1 hour and 30 minutes interval between the jobs -->
  4. <job id='0'>
  5. <day>1,2,3,4,5,6,7</day>
  6. <start>002000</start>
  7. <runtime>010000</runtime>
  8. <loop>2</loop>
  9. <cmd>say -1 Join us on TS3 at orderormastertools.com</cmd>
  10. </job>
  11.  
  12. <!-- this job will start after 30 seconds and will only run once. note that the runtime tag is ignored when loop is 0 -->
  13. <job id='1'>
  14. <day>1,2,3,4,5,6,7</day>
  15. <start>004000</start>
  16. <runtime>010000</runtime>
  17. <loop>2</loop>
  18. <cmd>say -1 Join us on Steam, Order of Master Tools Gaming, just search for our public group.</cmd>
  19. </job>
  20.  
  21. <!-- this job will start after 15 seconds and will run every 25 sec. total times the message will be show is 6 times -->
  22. <job id='2'>
  23. <day>1,2,3,4,5,6,7</day>
  24. <start>001000</start>
  25. <runtime>010000</runtime>
  26. <loop>2</loop>
  27. <cmd>say -1 Report hackers to an admin on TS3 or on sidechat.</cmd>
  28. </job>
  29.  
  30.  
  31. <!-- this job will start at 06:00:00 (6 am) and will only run once a day at set time -->
  32. <job id='3'>
  33. <day>1,2,3,4,5,6,7</day>
  34. <start>003000</start>
  35. <runtime>010000</runtime>
  36. <loop>2</loop>
  37. <cmd>say -1 Find our rules listed on our TS3 server, or in-game with the server menu in your scroll wheel menu</cmd>
  38. </job>
  39.  
  40. <!-- 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 -->
  41. <job id='4'>
  42. <day>1,2,3,4,5,6,7</day>
  43. <start>005000</start>
  44. <runtime>010000</runtime>
  45. <loop>2</loop>
  46. <cmd>say -1 Got a script/feature request? Contact Col Klutz or another admin and let us know!</cmd>
  47. </job>
  48.  
  49. <!-- this job will start at 08:00:00 (8 am) and will repeat itself every 15 min forever for defined days -->
  50. <job id='5'>
  51. <day>1,2,3,4,5,6,7</day>
  52. <start>010000</start>
  53. <runtime>000000</runtime>
  54. <loop>0</loop>
  55. <cmd>say -1 Server will automatically restart in 2 hours.</cmd>
  56. </job>
  57.  
  58. <job id='6'>
  59. <day>1,2,3,4,5,6,7</day>
  60. <start>020000</start>
  61. <runtime>000000</runtime>
  62. <loop>0</loop>
  63. <cmd>say -1 Server will automatically restart in 1 hours.</cmd>
  64. </job>
  65.  
  66. <job id='7'>
  67. <day>1,2,3,4,5,6,7</day>
  68. <start>023000</start>
  69. <runtime>000000</runtime>
  70. <loop>0</loop>
  71. <cmd>say -1 Server will automatically restart in 30 minutes.</cmd>
  72. </job>
  73.  
  74. <job id='8'>
  75. <day>1,2,3,4,5,6,7</day>
  76. <start>024500</start>
  77. <runtime>000000</runtime>
  78. <loop>0</loop>
  79. <cmd>say -1 Server will automatically restart in 15 minutes.</cmd>
  80. </job>
  81.  
  82. <job id='9'>
  83. <day>1,2,3,4,5,6,7</day>
  84. <start>024900</start>
  85. <runtime>000000</runtime>
  86. <loop>0</loop>
  87. <cmd>say -1 Server will automatically restart in 10 minutes.</cmd>
  88. </job>
  89.  
  90. <job id='10'>
  91. <day>1,2,3,4,5,6,7</day>
  92. <start>025500</start>
  93. <runtime>000000</runtime>
  94. <loop>0</loop>
  95. <cmd>say -1 Server will automatically restart in 5 minutes please logout now to ensure no gear or progress is lost.
  96. </cmd>
  97. </job>
  98.  
  99. <job id='11'>
  100. <day>1,2,3,4,5,6,7</day>
  101. <start>025800</start>
  102. <runtime>000000</runtime>
  103. <loop>0</loop>
  104. <cmd>say -1 Server will automatically restart in 2 minutes. Logout now! Admins are not responsible for lost gear or progress due to restarts!</cmd>
  105. </job>
  106.  
  107. <job id='12'>
  108. <day>1,2,3,4,5,6,7</day>
  109. <start>030000</start>
  110. <runtime>030000</runtime>
  111. <loop>0</loop>
  112. <cmd>C:\overpoch\server_restart.bat</cmd>
  113. <cmdtype>1</cmdtype>
  114. </job>
  115.  
  116. </Scheduler>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement