Update playerbots.conf

This commit is contained in:
bash
2025-04-18 00:23:31 +02:00
committed by GitHub
parent 1d31b0f6e8
commit 9c935affea

View File

@@ -90,7 +90,7 @@ AiPlayerbot.SayWhenCollectingItems = 0
#-------------------------------------------------------------------
# intervals
#-------------------------------------------------------------------
AiPlayerbot.RandomBotUpdateInterval = 1
AiPlayerbot.RandomBotUpdateInterval = 20
AiPlayerbot.RandomBotCountChangeMinInterval = 1800
AiPlayerbot.RandomBotCountChangeMaxInterval = 7200
AiPlayerbot.MinRandomBotInWorldTime = 3600
@@ -108,7 +108,7 @@ AiPlayerbot.RandomBotInWorldWithRotationDisabled = 31104000
#-------------------------------------------------------------------
# timers
#-------------------------------------------------------------------
AiPlayerbot.IterationsPerTick = 10
AiPlayerbot.IterationsPerTick = 1000
AiPlayerbot.GlobalCooldown = 500
AiPlayerbot.MaxWaitForMove = 5000
AiPlayerbot.DisableMoveSplinePath = 1
@@ -116,7 +116,7 @@ AiPlayerbot.MaxMovementSearchTime = 3
AiPlayerbot.ExpireActionTime = 5000
AiPlayerbot.DispelAuraDuration = 700
AiPlayerbot.ReactDelay = 100
AiPlayerbot.DynamicReactDelay = 1
AiPlayerbot.DynamicReactDelay = 0
AiPlayerbot.PassiveDelay = 5000
AiPlayerbot.RepeatDelay = 3000
AiPlayerbot.ErrorDelay = 100