diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 365b2c2..ac9dbd6 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -49,7 +49,7 @@ AiPlayerbot.EquipmentPersistence = 1 AiPlayerbot.RandombotStartingLevel = 1 AiPlayerbot.RandomBotMinLevelChance = 0.1 AiPlayerbot.RandomBotMaxLevelChance = 0.1 -AiPlayerbot.EnableNewRpgStrategy = 0 +AiPlayerbot.EnableNewRpgStrategy = 1 #------------------------------------------------------------------- @@ -108,7 +108,7 @@ AiPlayerbot.RandomBotInWorldWithRotationDisabled = 31104000 #------------------------------------------------------------------- # timers #------------------------------------------------------------------- -AiPlayerbot.IterationsPerTick = 10 +AiPlayerbot.IterationsPerTick = 20 AiPlayerbot.GlobalCooldown = 1500 AiPlayerbot.MaxWaitForMove = 3000 AiPlayerbot.DisableMoveSplinePath = 0 @@ -151,7 +151,7 @@ AiPlayerbot.AggroDistance = 22 #------------------------------------------------------------------- # performance related #------------------------------------------------------------------- -AiPlayerbot.BotActiveAlone = 10 +AiPlayerbot.BotActiveAlone = 70 AiPlayerbot.BotActiveAloneForceWhenInRadius = 150 AiPlayerbot.BotActiveAloneForceWhenInZone = 1 AiPlayerbot.BotActiveAloneForceWhenInMap = 0 @@ -159,8 +159,8 @@ AiPlayerbot.BotActiveAloneForceWhenInMap = 0 AiPlayerbot.BotActiveAloneForceWhenIsFriend = 0 AiPlayerbot.BotActiveAloneForceWhenInGuild = 1 AiPlayerbot.botActiveAloneSmartScale = 1 -AiPlayerbot.botActiveAloneSmartScaleDiffLimitfloor = 75 -AiPlayerbot.botActiveAloneSmartScaleDiffLimitCeiling = 250 +AiPlayerbot.botActiveAloneSmartScaleDiffLimitfloor = 50 +AiPlayerbot.botActiveAloneSmartScaleDiffLimitCeiling = 200 AiPlayerbot.botActiveAloneSmartScaleWhenMinLevel = 1 AiPlayerbot.botActiveAloneSmartScaleWhenMaxLevel = 80