H3r0ln 1 Posted October 12, 2014 hey can someone plz share a scheduling setup for 2 hour restart that works fine? Share this post Link to post Share on other sites
TopDen 411 Posted October 13, 2014 (edited) Попробуй гугл. Там все естьTry google-ing))) you need BE site Edited October 13, 2014 by TopDen Share this post Link to post Share on other sites
H3r0ln 1 Posted October 13, 2014 Попробуй гугл. Там все естьTry google-ing))) you need BE site yeah i know. it works fine for my vilayer server. they have much better controll panel than the fragnet has. harder to get it work correct on fragnet Share this post Link to post Share on other sites
luggz 9 Posted October 13, 2014 (edited) start replaces time and runtime replaces delay. 00:00:00 First two are hours second two are mins 3rd two are seconds. So at <start>000500</start> five mins and so on an so on.OLD FORMAT<!-- 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> <time>001000</time> <delay>013000</delay> <loop>-1</loop> <cmd>say -1 job:0 forever</cmd> </job>NEW FORMAT<job id="3"> <start>000400</start> <!-- run every 5 mins --> <runtime>000300</runtime> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>say -1 Victory Gamerz Members Are Friendly</cmd> <cmdtype>0</cmdtype> </job> Edited October 13, 2014 by luggz 1 Share this post Link to post Share on other sites
H3r0ln 1 Posted October 21, 2014 start replaces time and runtime replaces delay. 00:00:00 First two are hours second two are mins 3rd two are seconds. So at <start>000500</start> five mins and so on an so on.OLD FORMAT<!-- 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> <time>001000</time> <delay>013000</delay> <loop>-1</loop> <cmd>say -1 job:0 forever</cmd> </job>NEW FORMAT<job id="3"> <start>000400</start> <!-- run every 5 mins --> <runtime>000300</runtime> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>say -1 Victory Gamerz Members Are Friendly</cmd> <cmdtype>0</cmdtype> </job>thx :thumbsup: 1 Share this post Link to post Share on other sites