Update playerbots.conf

This commit is contained in:
bash
2024-09-26 18:51:28 +02:00
committed by GitHub
parent 3cf3cbd977
commit 457429cf9d

View File

@@ -17,10 +17,10 @@ AiPlayerbot.RandomBotAccountPrefix = "rndbot"
# cause lag if not worse, due the design of level 1 areas they will cluster # cause lag if not worse, due the design of level 1 areas they will cluster
# which is hard for the server to deal with. # which is hard for the server to deal with.
#------------------------------------------------------------------- #-------------------------------------------------------------------
AiPlayerbot.MinRandomBots = 2480 AiPlayerbot.MinRandomBots = 3200
AiPlayerbot.MaxRandomBots = 2500 AiPlayerbot.MaxRandomBots = 3200
AiPlayerbot.RandomBotMinLevel = 1 AiPlayerbot.RandomBotMinLevel = 1
AiPlayerbot.RandomBotMaxLevel = 64 AiPlayerbot.RandomBotMaxLevel = 70
AiPlayerbot.RandomBotMaxLevelChance = 0.01 AiPlayerbot.RandomBotMaxLevelChance = 0.01
AiPlayerbot.RandomBotFixedLevel = 0 AiPlayerbot.RandomBotFixedLevel = 0
AiPlayerbot.DisableRandomLevels = 0 AiPlayerbot.DisableRandomLevels = 0
@@ -29,7 +29,7 @@ AiPlayerbot.SyncLevelWithPlayers = 0
AiPlayerbot.AutoTeleportForLevel = 1 AiPlayerbot.AutoTeleportForLevel = 1
AiPlayerbot.RandomBotMaps = 0,1,530,571 AiPlayerbot.RandomBotMaps = 0,1,530,571
#AiPlayerbot.RandomBotMaps = 0,1 #AiPlayerbot.RandomBotMaps = 0,1
AiPlayerbot.DisableDeathKnightLogin = 1 AiPlayerbot.DisableDeathKnightLogin = 0
AiPlayerbot.BotActiveAlone = 100 AiPlayerbot.BotActiveAlone = 100
AiPlayerbot.AllowPlayerBots = 1 AiPlayerbot.AllowPlayerBots = 1
@@ -37,9 +37,9 @@ AiPlayerbot.AllowPlayerBots = 1
#------------------------------------------------------------------- #-------------------------------------------------------------------
# world account bots and rotation # world account bots and rotation
#------------------------------------------------------------------- #-------------------------------------------------------------------
AiPlayerbot.EnableRotation = 1 AiPlayerbot.EnableRotation = 0
AiPlayerbot.RotationPoolSize = 3500 #AiPlayerbot.RotationPoolSize = 3500
AiPlayerbot.RandomBotAccountCount = 500 AiPlayerbot.RandomBotAccountCount = 400
#------------------------------------------------------------------- #-------------------------------------------------------------------
@@ -55,7 +55,7 @@ AiPlayerbot.MaintenanceCommand = 1
#------------------------------------------------------------------- #-------------------------------------------------------------------
AiPlayerbot.MaxAddedBots = 40 AiPlayerbot.MaxAddedBots = 40
AiPlayerbot.MaxAddedBotsPerClass = 40 AiPlayerbot.MaxAddedBotsPerClass = 40
AiPlayerbot.AddClassAccountPoolSize = 50 AiPlayerbot.AddClassAccountPoolSize = 70
#------------------------------------------------------------------- #-------------------------------------------------------------------