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

jesterj8

BEC Scheduler semi not working..

Recommended Posts

Ok I'm having a wierd problem with BEC scheduler..

why would this

<?xml version="1.0"?>

<Scheduler>

<job id="0">

<time>000030</time>

<day>1,2,3,4,5,6,7</day>

<loop>0</loop>

<cmd>say -1 TESTING</cmd>

<cmdtype>0</cmdtype>

</job>

</Scheduler>

..be working in game

but not this one..

<?xml version="1.0"?>

<Scheduler>

<job id="0">

<time>24:30</time>

<day>1,2,3,4,5,6,7</day>

<loop>0</loop>

<cmd>say -1 TESTING</cmd>

<cmdtype>0</cmdtype>

</job>

</Scheduler>

I have tried other military times and none work?

Share this post


Link to post
Share on other sites

<time>24:30</time>

This is the 24 hour clock, not a countdown.

24:30 doesn't exist on the 24 hour clock, so it isn't working.

The guide does clearly state this.

<time>00:30</time>

Would be the correct way to do it.

@ 00:30 every day, the server will announce your message.

Edited by KaMikaZeDaN

Share this post


Link to post
Share on other sites

So I tried this and this does not work either...


<?xml version="1.0"?>
<Scheduler>
<job id="0">
<time>04:30</time>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 TESTING</cmd>
<cmdtype>0</cmdtype>
</job>
</Scheduler>

Share this post


Link to post
Share on other sites

×