Update playerbots.conf

This commit is contained in:
bash
2024-10-07 12:09:00 +02:00
committed by GitHub
parent b688838f1e
commit 497c47b1ff

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 = 3000
AiPlayerbot.MaxRandomBots = 3000
AiPlayerbot.MinRandomBots = 3200
AiPlayerbot.MaxRandomBots = 3200
AiPlayerbot.RandomBotMinLevel = 1
AiPlayerbot.RandomBotMaxLevel = 60
AiPlayerbot.RandomBotMaxLevelChance = 0.01
@@ -39,9 +39,9 @@ AiPlayerbot.AutoDoQuests = 1
#-------------------------------------------------------------------
# world account bots and rotation
#-------------------------------------------------------------------
AiPlayerbot.EnableRotation = 0;
#AiPlayerbot.RotationPoolSize = 4500
AiPlayerbot.RandomBotAccountCount = 400
AiPlayerbot.EnableRotation = 1
AiPlayerbot.RotationPoolSize = 4200
AiPlayerbot.RandomBotAccountCount = 500
#-------------------------------------------------------------------
@@ -63,7 +63,7 @@ AiPlayerbot.AddClassAccountPoolSize = 40
#-------------------------------------------------------------------
# chat and broadcast (default; RepeatDelay = 2000)
#-------------------------------------------------------------------
AiPlayerbot.RepeatDelay = 2000
#AiPlayerbot.RepeatDelay = 2000
AiPlayerbot.EnableBroadcasts = 0
AiPlayerbot.RandomBotTalk = 0
AiPlayerbot.RandomBotEmote = 0
@@ -122,8 +122,8 @@ AiPlayerbot.AggroDistance = 22
#-------------------------------------------------------------------
PlayerbotsDatabase.WorkerThreads = 1
PlayerbotsDatabase.SynchThreads = 2
AiPlayerbot.BotActiveAlone = 50
AiPlayerbot.botActiveAloneAutoScale = 0
AiPlayerbot.BotActiveAlone = 100
AiPlayerbot.botActiveAloneAutoScale = 1
#################################################################################################