mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 08:37:17 +00:00
Update playerbots.conf
This commit is contained in:
@@ -108,16 +108,16 @@ AiPlayerbot.RandomBotInWorldWithRotationDisabled = 31104000
|
||||
#-------------------------------------------------------------------
|
||||
# timers
|
||||
#-------------------------------------------------------------------
|
||||
AiPlayerbot.IterationsPerTick = 10
|
||||
AiPlayerbot.GlobalCooldown = 1500
|
||||
AiPlayerbot.MaxWaitForMove = 3000
|
||||
AiPlayerbot.DisableMoveSplinePath = 0
|
||||
AiPlayerbot.IterationsPerTick = 1000
|
||||
AiPlayerbot.GlobalCooldown = 500
|
||||
AiPlayerbot.MaxWaitForMove = 5000
|
||||
AiPlayerbot.DisableMoveSplinePath = 1
|
||||
AiPlayerbot.MaxMovementSearchTime = 3
|
||||
AiPlayerbot.ExpireActionTime = 3000
|
||||
AiPlayerbot.ExpireActionTime = 5000
|
||||
AiPlayerbot.DispelAuraDuration = 700
|
||||
AiPlayerbot.ReactDelay = 100
|
||||
AiPlayerbot.DynamicReactDelay = 0
|
||||
AiPlayerbot.PassiveDelay = 8000
|
||||
AiPlayerbot.DynamicReactDelay = 1
|
||||
AiPlayerbot.PassiveDelay = 5000
|
||||
AiPlayerbot.RepeatDelay = 3000
|
||||
AiPlayerbot.ErrorDelay = 100
|
||||
AiPlayerbot.RpgDelay = 8000
|
||||
@@ -165,8 +165,8 @@ AiPlayerbot.botActiveAloneSmartScaleDiffLimitCeiling = 200
|
||||
AiPlayerbot.botActiveAloneSmartScaleWhenMinLevel = 1
|
||||
AiPlayerbot.botActiveAloneSmartScaleWhenMaxLevel = 80
|
||||
|
||||
PlayerbotsDatabase.WorkerThreads = 1
|
||||
PlayerbotsDatabase.SynchThreads = 1
|
||||
PlayerbotsDatabase.WorkerThreads = 2
|
||||
PlayerbotsDatabase.SynchThreads = 2
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user