From 2f239606aeac764ab6456c0737dce0dcab545686 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:30:45 +0200 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 39 ++++++++++++++++------------------ 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 9d14c48..4a90618 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -17,40 +17,39 @@ AiPlayerbot.RandomBotAccountPrefix = "rndbot" # 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 = 3000 -AiPlayerbot.MaxRandomBots = 3000 +AiPlayerbot.MinRandomBots = 2000 +AiPlayerbot.MaxRandomBots = 2000 AiPlayerbot.RandomBotMinLevel = 1 AiPlayerbot.RandomBotMaxLevel = 60 + +AiPlayerbot.EnableRotation = 0 +#AiPlayerbot.RotationPoolSize = 5000 +AiPlayerbot.RandomBotAccountCount = 300 + +AiPlayerbot.AutoTeleportForLevel = 1 +#AiPlayerbot.RandomBotMaps = 0,1,530,571 +AiPlayerbot.RandomBotMaps = 0,1 + AiPlayerbot.RandomBotMaxLevelChance = 0.01 AiPlayerbot.RandomBotFixedLevel = 0 AiPlayerbot.DisableRandomLevels = 0 AiPlayerbot.RandombotStartingLevel = 5 AiPlayerbot.SyncLevelWithPlayers = 0 -AiPlayerbot.AutoTeleportForLevel = 1 -#AiPlayerbot.RandomBotMaps = 0,1,530,571 -AiPlayerbot.RandomBotMaps = 0,1 AiPlayerbot.DisableDeathKnightLogin = 1 -AiPlayerbot.AllowPlayerBots = 1 -AiPlayerbot.AllowGuildBots = 1 AiPlayerbot.SyncQuestWithPlayer = 1 AiPlayerbot.AutoDoQuests = 1 #------------------------------------------------------------------- -# world account bots and rotation -#------------------------------------------------------------------- -AiPlayerbot.EnableRotation = 1 -AiPlayerbot.RotationPoolSize = 4000 -AiPlayerbot.RandomBotAccountCount = 500 - - -#------------------------------------------------------------------- -# bots gear level limits (1 = normal, 2 = uncommon, 3 = rare, 4 = epic, 5 = legendary) +# command (gear: 1 = normal, 2 = uncommon, 3 = rare, 4 = epic, 5 = legendary) #------------------------------------------------------------------- AiPlayerbot.AutoGearQualityLimit = 4 AiPlayerbot.AutoGearCommand = 1 AiPlayerbot.MaintenanceCommand = 1 +AiPlayerbot.AllowPlayerBots = 1 +AiPlayerbot.AllowGuildBots = 1 + #------------------------------------------------------------------- # player summoned group/raid bots limits @@ -79,8 +78,6 @@ AiPlayerbot.RandomBotSayWithoutMaster = 0 #------------------------------------------------------------------- # intervals #------------------------------------------------------------------- - -AiPlayerbot.RandomBotUpdateInterval = 20 AiPlayerbot.RandomBotCountChangeMinInterval = 1800 AiPlayerbot.RandomBotCountChangeMaxInterval = 7200 AiPlayerbot.MinRandomBotInWorldTime = 3600 @@ -120,11 +117,11 @@ AiPlayerbot.AggroDistance = 22 #------------------------------------------------------------------- # performance related #------------------------------------------------------------------- +AiPlayerbot.BotActiveAlone = 100 +AiPlayerbot.RandomBotUpdateInterval = 20 + PlayerbotsDatabase.WorkerThreads = 1 PlayerbotsDatabase.SynchThreads = 2 -AiPlayerbot.BotActiveAlone = 100 -AiPlayerbot.botActiveAloneAutoScale = 1 - ################################################################################################# # END: custom playerbots.conf settings