Update playerbots.conf

This commit is contained in:
bash
2024-10-05 23:18:23 +02:00
committed by GitHub
parent e6a05fc490
commit d8baeca5ed

View File

@@ -17,8 +17,8 @@ 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 = 4000
AiPlayerbot.MaxRandomBots = 4000
AiPlayerbot.MinRandomBots = 3000
AiPlayerbot.MaxRandomBots = 3000
AiPlayerbot.RandomBotMinLevel = 1
AiPlayerbot.RandomBotMaxLevel = 70
AiPlayerbot.RandomBotMaxLevelChance = 0.01
@@ -80,7 +80,7 @@ AiPlayerbot.RandomBotSayWithoutMaster = 0
# intervals
#-------------------------------------------------------------------
AiPlayerbot.RandomBotUpdateInterval = 10
AiPlayerbot.RandomBotUpdateInterval = 20
AiPlayerbot.RandomBotCountChangeMinInterval = 1800
AiPlayerbot.RandomBotCountChangeMaxInterval = 7200
AiPlayerbot.MinRandomBotInWorldTime = 3600
@@ -122,8 +122,8 @@ AiPlayerbot.AggroDistance = 22
#-------------------------------------------------------------------
PlayerbotsDatabase.WorkerThreads = 1
PlayerbotsDatabase.SynchThreads = 2
AiPlayerbot.BotActiveAlone = 100
AiPlayerbot.botActiveAloneAutoScale = 1
AiPlayerbot.BotActiveAlone = 50
AiPlayerbot.botActiveAloneAutoScale = 0
#################################################################################################