Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

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
Sign in to follow this  

×