Item Info

Make the messages the bots send regarding items they loot etc configurable
This commit is contained in:
Revision
2024-07-05 17:27:14 +02:00
parent 205dcef71b
commit e8b5b1fcb4
4 changed files with 8 additions and 0 deletions

View File

@@ -317,6 +317,7 @@ bool PlayerbotAIConfig::Initialize()
syncLevelWithPlayers = sConfigMgr->GetOption<bool>("AiPlayerbot.SyncLevelWithPlayers", false);
freeFood = sConfigMgr->GetOption<bool>("AiPlayerbot.FreeFood", true);
randomBotSayWithoutMaster = sConfigMgr->GetOption<bool>("AiPlayerbot.RandomBotSayWithoutMaster", false);
sayWhenCollectingItems = sConfigMgr->GetOption<bool>("AiPlayerbot.SayWhenCollectingItems", true);
randomBotGroupNearby = sConfigMgr->GetOption<bool>("AiPlayerbot.RandomBotGroupNearby", true);
// arena