Update playerbots.conf

This commit is contained in:
bash
2025-04-17 22:48:26 +02:00
committed by GitHub
parent aee3522907
commit a3b7b774cf

View File

@@ -108,7 +108,7 @@ AiPlayerbot.RandomBotInWorldWithRotationDisabled = 31104000
#------------------------------------------------------------------- #-------------------------------------------------------------------
# timers # timers
#------------------------------------------------------------------- #-------------------------------------------------------------------
AiPlayerbot.IterationsPerTick = 100 AiPlayerbot.IterationsPerTick = 50
AiPlayerbot.GlobalCooldown = 500 AiPlayerbot.GlobalCooldown = 500
AiPlayerbot.MaxWaitForMove = 5000 AiPlayerbot.MaxWaitForMove = 5000
AiPlayerbot.DisableMoveSplinePath = 1 AiPlayerbot.DisableMoveSplinePath = 1
@@ -151,13 +151,13 @@ AiPlayerbot.AggroDistance = 22
#------------------------------------------------------------------- #-------------------------------------------------------------------
# performance related # performance related
#------------------------------------------------------------------- #-------------------------------------------------------------------
AiPlayerbot.BotActiveAlone = 100 AiPlayerbot.BotActiveAlone = 10
AiPlayerbot.BotActiveFreezeDuringServerInit = 1 AiPlayerbot.BotActiveFreezeDuringServerInit = 1
AiPlayerbot.BotActiveAloneForceWhenInRadius = 150 AiPlayerbot.BotActiveAloneForceWhenInRadius = 150
AiPlayerbot.BotActiveAloneForceWhenInZone = 1 AiPlayerbot.BotActiveAloneForceWhenInZone = 1
AiPlayerbot.BotActiveAloneForceWhenInMap = 0 AiPlayerbot.BotActiveAloneForceWhenInMap = 0
# BotActiveAloneForceWhenIsFriend = 1 # hasFriend logic can cause a crash # BotActiveAloneForceWhenIsFriend = 1 # hasFriend logic can cause a crash
AiPlayerbot.BotActiveAloneForceWhenIsFriend = 1 AiPlayerbot.BotActiveAloneForceWhenIsFriend = 0
AiPlayerbot.BotActiveAloneForceWhenInGuild = 1 AiPlayerbot.BotActiveAloneForceWhenInGuild = 1
AiPlayerbot.botActiveAloneSmartScale = 0 AiPlayerbot.botActiveAloneSmartScale = 0
AiPlayerbot.botActiveAloneSmartScaleDiffLimitfloor = 50 AiPlayerbot.botActiveAloneSmartScaleDiffLimitfloor = 50