Siggy (DayZ) 95 Posted January 10, 2013 Hey guys, can anyone give me there working automatic restart script for TC Admin? I had one but the restart msges were broadcasting at the wrong times so the server was restarting without notice.Would like 1 so it restarts every 6-8 hours with a msg broadcast letting players know.If anyone can help me out it would be greatly appreciated. Share this post Link to post Share on other sites
Wotuu 11 Posted January 10, 2013 (edited) This is stuff for BEC, don't know if you got that installed on your server:<job id="0"><time>05:45</time><day>1,2,3,4,5,6,7</day><loop>1</loop> <cmd>say -1 Server auto-restarting in 15 minutes.</cmd> <cmdtype>0</cmdtype> </job><job id="1"><time>05:50</time><day>1,2,3,4,5,6,7</day><loop>1</loop> <cmd>say -1 Server auto-restarting in 10 minutes.</cmd> <cmdtype>0</cmdtype> </job><job id="2"><time>05:55</time><day>1,2,3,4,5,6,7</day><loop>1</loop> <cmd>say -1 Server auto-restarting in 5 minutes.</cmd> <cmdtype>0</cmdtype> </job><job id="3"><time>05:59</time><day>1,2,3,4,5,6,7</day><loop>1</loop> <cmd>say -1 Server auto-restarting in 1 minute. Log out to prevent item loss!</cmd> <cmdtype>0</cmdtype> </job><job id="4"><time>06:00</time><day>1,2,3,4,5,6,7</day><loop>1</loop> <cmd>#restart</cmd> <cmdtype>0</cmdtype> </job>If you're with Vilayer and have the ACPLayer (which I think is the same as the TCAdmin), you can set up Scheduled Service Restarts there (main page). Edited January 10, 2013 by Wotuu Share this post Link to post Share on other sites