Prevent auto-mute when spawning many bots

Locked
User avatar
agarr
Posts: 12

Prevent auto-mute when spawning many bots

Post 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.
User avatar
Solo
Site Admin
Posts: 282

Re: Prevent auto-mute when spawning many bots

Post 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.
Locked