From 69ba9d116ac753fa3d75b8cd134b1816417a7d52 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Fri, 11 Apr 2025 23:11:49 +0200 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 00c56f0..111cdb7 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -18,8 +18,8 @@ AiPlayerbot.LimitTalentsExpansion = 0 # cause lag if not worse, due the design of level 1 areas they will cluster # which is hard for the server to deal with. #------------------------------------------------------------------- -AiPlayerbot.MinRandomBots = 4500 -AiPlayerbot.MaxRandomBots = 4500 +AiPlayerbot.MinRandomBots = 4000 +AiPlayerbot.MaxRandomBots = 4000 AiPlayerbot.RandomBotMinLevel = 1 AiPlayerbot.RandomBotMaxLevel = 80 AiPlayerbot.DisableDeathKnightLogin = 0 @@ -32,13 +32,12 @@ AiPlayerbot.RandomBotAccountCount = 600 AiPlayerbot.AutoTeleportForLevel = 1 AiPlayerbot.RandomBotMaps = 0,1,530,571 -AiPlayerbot.ProbTeleToBankers = 0.25 +AiPlayerbot.ProbTeleToBankers = 0.20 AiPlayerbot.RandomBotRpgChance = 0.20 +AiPlayerbot.RandomBotGroupNearby = 0 -AiPlayerbot.RandomBotMaxLevelChance = 0.01 AiPlayerbot.RandomBotFixedLevel = 0 AiPlayerbot.DisableRandomLevels = 0 -AiPlayerbot.RandombotStartingLevel = 5 AiPlayerbot.SyncLevelWithPlayers = 0 AiPlayerbot.SyncQuestWithPlayer = 1 @@ -47,6 +46,11 @@ AiPlayerbot.AutoDoQuests = 1 AiPlayerbot.AutoLearnQuestSpells = 1 AiPlayerbot.EquipmentPersistence = 1 +AiPlayerbot.RandombotStartingLevel = 3 +AiPlayerbot.RandomBotMinLevelChance = 0.1 +AiPlayerbot.RandomBotMaxLevelChance = 0.1 +AiPlayerbot.EnableNewRpgStrategy = 1 + #------------------------------------------------------------------- # command (gear: 1 = normal, 2 = uncommon, 3 = rare, 4 = epic, 5 = legendary) @@ -147,14 +151,14 @@ AiPlayerbot.AggroDistance = 22 #------------------------------------------------------------------- # performance related #------------------------------------------------------------------- -AiPlayerbot.BotActiveAlone = 10 +AiPlayerbot.BotActiveAlone = 50 AiPlayerbot.BotActiveAloneForceWhenInRadius = 150 AiPlayerbot.BotActiveAloneForceWhenInZone = 1 AiPlayerbot.BotActiveAloneForceWhenInMap = 0 # BotActiveAloneForceWhenIsFriend = 1 # hasFriend logic can cause a crash AiPlayerbot.BotActiveAloneForceWhenIsFriend = 0 AiPlayerbot.BotActiveAloneForceWhenInGuild = 1 -AiPlayerbot.botActiveAloneSmartScale = 0 +AiPlayerbot.botActiveAloneSmartScale = 1 AiPlayerbot.botActiveAloneSmartScaleDiffLimitfloor = 80 AiPlayerbot.botActiveAloneSmartScaleDiffLimitCeiling = 200 AiPlayerbot.botActiveAloneSmartScaleWhenMinLevel = 1 @@ -169,13 +173,6 @@ PlayerbotsDatabase.SynchThreads = 2 #------------------------------------------------------------------- AiPlayerbot.RandomBotNonCombatStrategies = "+grind,+loot,+rpg" -#testing -AiPlayerbot.DisableRandomLevels = 0 -AiPlayerbot.RandombotStartingLevel = 1 -AiPlayerbot.RandomBotMinLevelChance = 0.1 -AiPlayerbot.RandomBotMaxLevelChance = 0.1 -AiPlayerbot.EnableNewRpgStrategy = 1 - ################################################################################################# # END: custom playerbots.conf settings #################################################################################################