Update playerbots.conf

This commit is contained in:
bash
2024-09-23 18:59:49 +02:00
committed by GitHub
parent 5e09d2e297
commit 4756e6a631

View File

@@ -17,8 +17,8 @@ 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 = 3200 AiPlayerbot.MinRandomBots = 2300
AiPlayerbot.MaxRandomBots = 3200 AiPlayerbot.MaxRandomBots = 2400
AiPlayerbot.RandomBotMinLevel = 1 AiPlayerbot.RandomBotMinLevel = 1
AiPlayerbot.RandomBotMaxLevel = 70 AiPlayerbot.RandomBotMaxLevel = 70
AiPlayerbot.RandomBotMaxLevelChance = 0.01 AiPlayerbot.RandomBotMaxLevelChance = 0.01
@@ -36,8 +36,8 @@ AiPlayerbot.BotActiveAlone = 100
# world account bots and rotation # world account bots and rotation
#------------------------------------------------------------------- #-------------------------------------------------------------------
AiPlayerbot.EnableRotation = 0 AiPlayerbot.EnableRotation = 0
#AiPlayerbot.RotationPoolSize = 3500 #AiPlayerbot.RotationPoolSize = 2500
AiPlayerbot.RandomBotAccountCount = 400 AiPlayerbot.RandomBotAccountCount = 280
#------------------------------------------------------------------- #-------------------------------------------------------------------
@@ -53,7 +53,7 @@ AiPlayerbot.MaintenanceCommand = 1
#------------------------------------------------------------------- #-------------------------------------------------------------------
AiPlayerbot.MaxAddedBots = 40 AiPlayerbot.MaxAddedBots = 40
AiPlayerbot.MaxAddedBotsPerClass = 40 AiPlayerbot.MaxAddedBotsPerClass = 40
AiPlayerbot.AddClassAccountPoolSize = 70 AiPlayerbot.AddClassAccountPoolSize = 40
#------------------------------------------------------------------- #-------------------------------------------------------------------