Update playerbots.conf

This commit is contained in:
bash
2025-04-13 02:53:58 +02:00
committed by GitHub
parent d75f5001df
commit 848f13da6b

View File

@@ -49,7 +49,7 @@ AiPlayerbot.EquipmentPersistence = 1
AiPlayerbot.RandombotStartingLevel = 1 AiPlayerbot.RandombotStartingLevel = 1
AiPlayerbot.RandomBotMinLevelChance = 0.1 AiPlayerbot.RandomBotMinLevelChance = 0.1
AiPlayerbot.RandomBotMaxLevelChance = 0.1 AiPlayerbot.RandomBotMaxLevelChance = 0.1
AiPlayerbot.EnableNewRpgStrategy = 0 AiPlayerbot.EnableNewRpgStrategy = 1
#------------------------------------------------------------------- #-------------------------------------------------------------------
@@ -108,7 +108,7 @@ AiPlayerbot.RandomBotInWorldWithRotationDisabled = 31104000
#------------------------------------------------------------------- #-------------------------------------------------------------------
# timers # timers
#------------------------------------------------------------------- #-------------------------------------------------------------------
AiPlayerbot.IterationsPerTick = 10 AiPlayerbot.IterationsPerTick = 20
AiPlayerbot.GlobalCooldown = 1500 AiPlayerbot.GlobalCooldown = 1500
AiPlayerbot.MaxWaitForMove = 3000 AiPlayerbot.MaxWaitForMove = 3000
AiPlayerbot.DisableMoveSplinePath = 0 AiPlayerbot.DisableMoveSplinePath = 0
@@ -151,7 +151,7 @@ AiPlayerbot.AggroDistance = 22
#------------------------------------------------------------------- #-------------------------------------------------------------------
# performance related # performance related
#------------------------------------------------------------------- #-------------------------------------------------------------------
AiPlayerbot.BotActiveAlone = 10 AiPlayerbot.BotActiveAlone = 70
AiPlayerbot.BotActiveAloneForceWhenInRadius = 150 AiPlayerbot.BotActiveAloneForceWhenInRadius = 150
AiPlayerbot.BotActiveAloneForceWhenInZone = 1 AiPlayerbot.BotActiveAloneForceWhenInZone = 1
AiPlayerbot.BotActiveAloneForceWhenInMap = 0 AiPlayerbot.BotActiveAloneForceWhenInMap = 0
@@ -159,8 +159,8 @@ AiPlayerbot.BotActiveAloneForceWhenInMap = 0
AiPlayerbot.BotActiveAloneForceWhenIsFriend = 0 AiPlayerbot.BotActiveAloneForceWhenIsFriend = 0
AiPlayerbot.BotActiveAloneForceWhenInGuild = 1 AiPlayerbot.BotActiveAloneForceWhenInGuild = 1
AiPlayerbot.botActiveAloneSmartScale = 1 AiPlayerbot.botActiveAloneSmartScale = 1
AiPlayerbot.botActiveAloneSmartScaleDiffLimitfloor = 75 AiPlayerbot.botActiveAloneSmartScaleDiffLimitfloor = 50
AiPlayerbot.botActiveAloneSmartScaleDiffLimitCeiling = 250 AiPlayerbot.botActiveAloneSmartScaleDiffLimitCeiling = 200
AiPlayerbot.botActiveAloneSmartScaleWhenMinLevel = 1 AiPlayerbot.botActiveAloneSmartScaleWhenMinLevel = 1
AiPlayerbot.botActiveAloneSmartScaleWhenMaxLevel = 80 AiPlayerbot.botActiveAloneSmartScaleWhenMaxLevel = 80