From 45d32ccefc10730ea173523732750f480cb53cf5 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:41:54 +0200 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 3798f6d..14ce6be 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -17,10 +17,10 @@ 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 = 3200 -AiPlayerbot.MaxRandomBots = 3200 +AiPlayerbot.MinRandomBots = 2480 +AiPlayerbot.MaxRandomBots = 2500 AiPlayerbot.RandomBotMinLevel = 1 -AiPlayerbot.RandomBotMaxLevel = 80 +AiPlayerbot.RandomBotMaxLevel = 70 AiPlayerbot.RandomBotMaxLevelChance = 0.01 AiPlayerbot.RandomBotFixedLevel = 1 AiPlayerbot.DisableRandomLevels = 0 @@ -36,8 +36,8 @@ AiPlayerbot.BotActiveAlone = 100 #------------------------------------------------------------------- # world account bots and rotation #------------------------------------------------------------------- -AiPlayerbot.EnableRotation = 0 -#AiPlayerbot.RotationPoolSize = 3500 +AiPlayerbot.EnableRotation = 1 +AiPlayerbot.RotationPoolSize = 3500 AiPlayerbot.RandomBotAccountCount = 500