diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 658a932..fef7208 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -72,7 +72,7 @@ AiPlayerbot.RandomBotMaxLevelChance = 0.1 # Randombots will behave more like real players (experimental) # This option will override AiPlayerbot.AutoDoQuests, RandomBotTeleLowerLevel, and RandomBotTeleHigherLevel # Default: 1 (enabled) -AiPlayerbot.EnableNewRpgStrategy = 1 +AiPlayerbot.EnableNewRpgStrategy = 0 # WanderRandom (Default: 15 Move randomly nearby to find and kill mobs) # WanderNpc (Default: 20 Randomly interact with nearby NPCs​) @@ -157,8 +157,8 @@ AiPlayerbot.SayWhenCollectingItems = 0 #-------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------- -AiPlayerbot.RandomBotUpdateInterval = 20 -#AiPlayerbot.RandomBotUpdateInterval = 1 +#AiPlayerbot.RandomBotUpdateInterval = 20 +AiPlayerbot.RandomBotUpdateInterval = 1 AiPlayerbot.RandomBotCountChangeMinInterval = 1800 AiPlayerbot.RandomBotCountChangeMaxInterval = 7200 AiPlayerbot.MinRandomBotInWorldTime = 3600