diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 884be89..fc7051e 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 = 5000 -AiPlayerbot.MaxRandomBots = 5000 +AiPlayerbot.MinRandomBots = 3000 +AiPlayerbot.MaxRandomBots = 3000 AiPlayerbot.RandomBotMinLevel = 1 AiPlayerbot.RandomBotMaxLevel = 80 AiPlayerbot.DisableDeathKnightLogin = 0 @@ -27,7 +27,7 @@ AiPlayerbot.RandomBotAllianceRatio = 50 AiPlayerbot.RandomBotHordeRatio = 50 AiPlayerbot.EnableRotation = 0 -#AiPlayerbot.RotationPoolSize = 9000 +#AiPlayerbot.RotationPoolSize = 4000 AiPlayerbot.RandomBotAccountCount = 700 AiPlayerbot.AutoTeleportForLevel = 1 @@ -68,7 +68,7 @@ AiPlayerbot.AllowGuildBots = 1 AiPlayerbot.AddClassCommand = 1 AiPlayerbot.MaxAddedBots = 40 AiPlayerbot.MaxAddedBotsPerClass = 10 -AiPlayerbot.AddClassAccountPoolSize = 10 +AiPlayerbot.AddClassAccountPoolSize = 50 #------------------------------------------------------------------- @@ -108,8 +108,7 @@ AiPlayerbot.RandomBotInWorldWithRotationDisabled = 31104000 #------------------------------------------------------------------- # timers #------------------------------------------------------------------- -AiPlayerbot.IterationsPerTick = 20 -#AiPlayerbot.IterationsPerTick = 10 +AiPlayerbot.IterationsPerTick = 10 AiPlayerbot.GlobalCooldown = 1500 AiPlayerbot.MaxWaitForMove = 3000 AiPlayerbot.DisableMoveSplinePath = 0 @@ -172,7 +171,7 @@ PlayerbotsDatabase.SynchThreads = 2 #------------------------------------------------------------------- # custom strategies #------------------------------------------------------------------- -#AiPlayerbot.RandomBotNonCombatStrategies = "+grind,+loot,+rpg" +AiPlayerbot.RandomBotNonCombatStrategies = "+grind,+loot,+rpg" ################################################################################################# # END: custom playerbots.conf settings