Jump to content
SirShaggy

In Game Server Messages

Recommended Posts

Hello Dayz community! 
I'm currently having trouble getting my in game messages to work. Not only to display server/discord info but to also display server restart warnings... I have Automated tasks set for the server to restart every 6 hours and id like the server messages to alert survivors a head of time to prevent any issues. Thanks

Share this post


Link to post
Share on other sites
3 hours ago, SirShaggy said:

I'm currently having trouble getting my in game messages to work. Not only to display server/discord info but to also display server restart warnings... I have Automated tasks set for the server to restart every 6 hours and id like the server messages to alert survivors a head of time to prevent any issues.

show your current messages program, you have written, for debugging

Share this post


Link to post
Share on other sites

</message>
    <message>
        <delay>2</delay>
        <onconnect>1</onconnect>
        <repeat>45</repeat>
        <text>Welcome to #name - https://discord.gg/qQqFafh</text>
    </message>
    <message>
        <deadline>360</deadline>
        <shutdown>1</shutdown>
        <countdown>60</countdown>
        <text>! TRIPLE A RUTHLESS WARZONE ! Will restart in #tmin minutes! </text>
    </message>
    <message>
        <delay>15</delay>
        <repeat>30</repeat>
        <text>Remember to join our discord!! You never know what else is in the making! ;)</text>
    </message>
    <message>
        <delay>10</delay>
        <repeat>30</repeat>
        <text>! TRIPLE A RUTHLESS WARZONE ! ; NO RULES ;)</text>
    </message>
</messages>

Share this post


Link to post
Share on other sites

<messages>
    <message>
        <delay>10</delay>
        <onconnect>1</onconnect>
        <repeat>45</repeat>
        <text>Welcome to #name - https://discord.gg/qQqFafh</text>
    </message>


    <message>
        <deadline>360</deadline>
        <shutdown>1</shutdown>
        <countdown>60</countdown>
        <text>! TRIPLE A RUTHLESS WARZONE ! Will restart in #tmin minutes! </text>
    </message>


    <message>
        <delay>15</delay>

        <onconnect>1</onconnect>
        <repeat>30</repeat>
        <text>Remember to join our discord!! You never know what else is in the making! ;)</text>
    </message>


    <message>
        <delay>12</delay>

        <onconnect>1</onconnect>
        <repeat>30</repeat>
        <text>! TRIPLE A RUTHLESS WARZONE ! ; NO RULES ;)</text>
    </message>
</messages>

 

 

 

try the above

  • Like 1

Share this post


Link to post
Share on other sites

I suspect countdown should only be "1" as well not "60"

Share this post


Link to post
Share on other sites

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<messages>
    <message>
        <deadline>358</deadline>
        <shutdown>1</shutdown>
        <text>#name will shutdown in #tmin minutes.</text>
    </message>
    <message>
        <repeat>20</repeat>
        <text>Thanks for choosing Pell's Rest to survive the apocolypse! Have fun survivor!</text>
    </message>
    <message>
        <repeat>21</repeat>
        <text>NO kill on sight or Base Griefing! Remember making friends is easy, keeping enemies from shooting you from long distance is hard!</text>
    </message>
     <message>
        <repeat>22</repeat>
        <text>PLEASE CHANGE YOUR IN GAME NAME BY FOLLOWING THE STEPS IN OUR DISCORD.  Players who do not do this are subject to being kicked</text>
    </message>
    <message>
        <delay>5</delay>
        <repeat>60</repeat>
        <onconnect>1</onconnect>
        <text>Please read our discord for our rules and current Mods https://discord.gg/QvakKfB </text>
    </message>
    <message>
        <delay>2</delay>
        <onconnect>1</onconnect>
        <text>Welcome to Pell's Rest.   For Any issues or suggestions please join our discord https://discord.gg/QvakKfB </text>
    </message>
</messages>

 

this is our messages and works every time  

 

please note that we have the shut down message at 358 rather than 360 (6 hours) so that it times up with the correct time for restart as it takes a min or two for the restart at the beginning

 

try copy and pasting mine but put your own stuff where ours is

 

hope this helps 

Share this post


Link to post
Share on other sites

also make sure there are no spaces between each line AND that you have a space (1 will do) after a discord address

bugs the program out and wont work if the underline is all the way through

Share this post


Link to post
Share on other sites
18 hours ago, aux7 said:

I suspect countdown should only be "1" as well not "60"

thank you!

 

Share this post


Link to post
Share on other sites
48 minutes ago, mother1977 said:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<messages>
    <message>
        <deadline>358</deadline>
        <shutdown>1</shutdown>
        <text>#name will shutdown in #tmin minutes.</text>
    </message>
    <message>
        <repeat>20</repeat>
        <text>Thanks for choosing Pell's Rest to survive the apocolypse! Have fun survivor!</text>
    </message>
    <message>
        <repeat>21</repeat>
        <text>NO kill on sight or Base Griefing! Remember making friends is easy, keeping enemies from shooting you from long distance is hard!</text>
    </message>
     <message>
        <repeat>22</repeat>
        <text>PLEASE CHANGE YOUR IN GAME NAME BY FOLLOWING THE STEPS IN OUR DISCORD.  Players who do not do this are subject to being kicked</text>
    </message>
    <message>
        <delay>5</delay>
        <repeat>60</repeat>
        <onconnect>1</onconnect>
        <text>Please read our discord for our rules and current Mods https://discord.gg/QvakKfB </text>
    </message>
    <message>
        <delay>2</delay>
        <onconnect>1</onconnect>
        <text>Welcome to Pell's Rest.   For Any issues or suggestions please join our discord https://discord.gg/QvakKfB </text>
    </message>
</messages>

 

this is our messages and works every time  

 

please note that we have the shut down message at 358 rather than 360 (6 hours) so that it times up with the correct time for restart as it takes a min or two for the restart at the beginning

 

try copy and pasting mine but put your own stuff where ours is

 

hope this helps 

Thank you!! I think its working properly now!
 

 

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

×