Page 1 of 1

Prevent auto-mute when spawning many bots

Posted: Fri Jan 13, 2023 8:04 pm
by agarr
When you spam add bots in a 40-man raid, you easily get muted for 10 sec for spam. This can be fixed easily by raising the msg cap for auto-mute.

If this is CMangos, you can increase the cap to e.g. 40 msg instead of 10 to fix this problem:
In src/game/World/World.cpp
line 629: setConfig(CONFIG_UINT32_CHATFLOOD_MESSAGE_COUNT, "ChatFlood.MessageCount", 10);

If you could increase the 10 value to 40 or more that would be really appreciated.

Re: Prevent auto-mute when spawning many bots

Posted: Fri Jan 13, 2023 8:53 pm
by Solo
This is not cmangos and it doesn't require a core edit, there is a simpe setting in the conf which can be adjusted and reloaded. But thanks for the suggestion.

Edit: Fixed.