Jump to content
Sign in to follow this  
H3r0ln

server scheduler

Recommended Posts

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

Попробуй гугл. Там все есть

Try google-ing))) you need BE site

Edited by TopDen

Share this post


Link to post
Share on other sites

Попробуй гугл. Там все есть

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

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 by luggz
  • Like 1

Share this post


Link to post
Share on other sites

 

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:

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×