diff --git a/playerbot/PlayerbotAIConfig.cpp b/playerbot/PlayerbotAIConfig.cpp index ea9f08ee..d2c03e4e 100644 --- a/playerbot/PlayerbotAIConfig.cpp +++ b/playerbot/PlayerbotAIConfig.cpp @@ -511,8 +511,8 @@ bool PlayerbotAIConfig::Initialize() broadcastChanceGuildManagement = config.GetIntDefault("AiPlayerbot.BroadcastChanceGuildManagement", 30000); //////////////////////////// - toxicLinksRepliesChance = config.GetIntDefault("AiPlayerbot.ToxicLinksRepliesChance", 100); //0-100 - thunderfuryRepliesChance = config.GetIntDefault("AiPlayerbot.ThunderfuryRepliesChance", 100); //0-100 + toxicLinksRepliesChance = config.GetIntDefault("AiPlayerbot.ToxicLinksRepliesChance", 30); //0-100 + thunderfuryRepliesChance = config.GetIntDefault("AiPlayerbot.ThunderfuryRepliesChance", 40); //0-100 guildRepliesRate = config.GetIntDefault("AiPlayerbot.GuildRepliesRate", 100); //0-100 botAcceptDuelMinimumLevel = config.GetIntDefault("AiPlayerbot.BotAcceptDuelMinimumLevel", 10); diff --git a/playerbot/aiplayerbot.conf.dist.in b/playerbot/aiplayerbot.conf.dist.in index 8d4b6a21..f422d169 100644 --- a/playerbot/aiplayerbot.conf.dist.in +++ b/playerbot/aiplayerbot.conf.dist.in @@ -286,9 +286,9 @@ AiPlayerbot.RandomBotQuestIds = 7848,3802,5505,6502,7761,9378 ################################################################################## # Chance to reply to toxic links with toxic links (0-100) -# AiPlayerbot.ToxicLinksRepliesChance = 100 +# AiPlayerbot.ToxicLinksRepliesChance = 30 # Chance to reply to thunderfury with thunderfury (0-100) -# AiPlayerbot.ThunderfuryRepliesChance = 100 +# AiPlayerbot.ThunderfuryRepliesChance = 40 # Bots will chat in guild about certain events (int) (0-100) # AiPlayerbot.GuildRepliesRate = 100 # Reply someone saying something. diff --git a/playerbot/aiplayerbot.conf.dist.in.tbc b/playerbot/aiplayerbot.conf.dist.in.tbc index f0ad13fd..c1d140f6 100644 --- a/playerbot/aiplayerbot.conf.dist.in.tbc +++ b/playerbot/aiplayerbot.conf.dist.in.tbc @@ -268,9 +268,9 @@ AiPlayerbot.RandomBotQuestIds = 7848,3802,5505,6502,7761 ################################################################################## # Chance to reply to toxic links with toxic links (0-100) -# AiPlayerbot.ToxicLinksRepliesChance = 100 +# AiPlayerbot.ToxicLinksRepliesChance = 30 # Chance to reply to thunderfury with thunderfury (0-100) -# AiPlayerbot.ThunderfuryRepliesChance = 100 +# AiPlayerbot.ThunderfuryRepliesChance = 40 # Bots will chat in guild about certain events (int) (0-100) # AiPlayerbot.GuildRepliesRate = 100 # Reply someone saying something. diff --git a/playerbot/aiplayerbot.conf.dist.in.wotlk b/playerbot/aiplayerbot.conf.dist.in.wotlk index 020fe725..b6177d40 100644 --- a/playerbot/aiplayerbot.conf.dist.in.wotlk +++ b/playerbot/aiplayerbot.conf.dist.in.wotlk @@ -271,9 +271,9 @@ AiPlayerbot.RandomBotQuestIds = 7848,3802,5505,6502,7761 ################################################################################## # Chance to reply to toxic links with toxic links (0-100) -# AiPlayerbot.ToxicLinksRepliesChance = 100 +# AiPlayerbot.ToxicLinksRepliesChance = 30 # Chance to reply to thunderfury with thunderfury (0-100) -# AiPlayerbot.ThunderfuryRepliesChance = 100 +# AiPlayerbot.ThunderfuryRepliesChance = 40 # Bots will chat in guild about certain events (int) (0-100) # AiPlayerbot.GuildRepliesRate = 100 # Reply someone saying something.