anM392 Posted June 30 Share Posted June 30 Hi all, no matter what I try with "c_announce()" the periodic message just keep sending won't stop? The periodic message was set to 10 seconds interval. Am I doing anything wrong or is it a bug? Thanks! Link to comment Share on other sites More sharing options...
Daniel86268 Posted June 30 Share Posted June 30 c_announce() is used to broadcast a message once. For example c_announce("Hello World!") sends the Message "Hello World!" to everyone on the Server once. Therefore I assume you have some other program, mod or script running that keeps sending your message every 10 seconds. And unless you reconfigure that, or delete it, it won't stop sending that message. Link to comment Share on other sites More sharing options...
anM392 Posted June 30 Author Share Posted June 30 34 minutes ago, Daniel86268 said: c_announce() is used to broadcast a message once. For example c_announce("Hello World!") sends the Message "Hello World!" to everyone on the Server once. Therefore I assume you have some other program, mod or script running that keeps sending your message every 10 seconds. And unless you reconfigure that, or delete it, it won't stop sending that message. Sorry I should be more precise. I was using c_announce("test",10) for that, which will make the server send this announcement every 10 seconds. However issuing another c_annonuce() command suppose to stop it? Thanks! Link to comment Share on other sites More sharing options...
Daniel86268 Posted June 30 Share Posted June 30 Ah, gotcha, I didn't know about the periodic sending function. From what I've read up on now, c_announce() (without anything in the bracket) is supposed to stop it. If this doesn't work, it might be a bug. As a workaround could also try rebooting your DST server, as that might stop the timer as well. Link to comment Share on other sites More sharing options...
anM392 Posted June 30 Author Share Posted June 30 1 hour ago, Daniel86268 said: Ah, gotcha, I didn't know about the periodic sending function. From what I've read up on now, c_announce() (without anything in the bracket) is supposed to stop it. If this doesn't work, it might be a bug. As a workaround could also try rebooting your DST server, as that might stop the timer as well. Yes, the the periodic sending function is actually pretty good saves me from adding another mod. I guess it is bug then, it suppose to stop the periodic sending haha. Yes, or just send the interval to something max to reduce the rate or reboot for now I guess. Anyway, thanks! BTW, do you know how to report bug to Klei team? Thanks again! Link to comment Share on other sites More sharing options...
Daniel86268 Posted June 30 Share Posted June 30 You can go to the DST Bug tracker and do a post there: https://forums.kleientertainment.com/klei-bug-tracker/dont-starve-together/ Link to comment Share on other sites More sharing options...
anM392 Posted July 1 Author Share Posted July 1 19 hours ago, Daniel86268 said: You can go to the DST Bug tracker and do a post there: https://forums.kleientertainment.com/klei-bug-tracker/dont-starve-together/ Done. Thank you very much! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.