diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 111cdb7..eae8c1f 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -49,7 +49,7 @@ AiPlayerbot.EquipmentPersistence = 1 AiPlayerbot.RandombotStartingLevel = 3 AiPlayerbot.RandomBotMinLevelChance = 0.1 AiPlayerbot.RandomBotMaxLevelChance = 0.1 -AiPlayerbot.EnableNewRpgStrategy = 1 +AiPlayerbot.EnableNewRpgStrategy = 0 #------------------------------------------------------------------- @@ -151,14 +151,14 @@ AiPlayerbot.AggroDistance = 22 #------------------------------------------------------------------- # performance related #------------------------------------------------------------------- -AiPlayerbot.BotActiveAlone = 50 +AiPlayerbot.BotActiveAlone = 20 AiPlayerbot.BotActiveAloneForceWhenInRadius = 150 AiPlayerbot.BotActiveAloneForceWhenInZone = 1 AiPlayerbot.BotActiveAloneForceWhenInMap = 0 # BotActiveAloneForceWhenIsFriend = 1 # hasFriend logic can cause a crash AiPlayerbot.BotActiveAloneForceWhenIsFriend = 0 AiPlayerbot.BotActiveAloneForceWhenInGuild = 1 -AiPlayerbot.botActiveAloneSmartScale = 1 +AiPlayerbot.botActiveAloneSmartScale = 0 AiPlayerbot.botActiveAloneSmartScaleDiffLimitfloor = 80 AiPlayerbot.botActiveAloneSmartScaleDiffLimitCeiling = 200 AiPlayerbot.botActiveAloneSmartScaleWhenMinLevel = 1