diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 3a0c2f4..af1929a 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -34,8 +34,8 @@ AiPlayerbot.DisabledWithoutRealPlayerLogoutDelay = 300 #-------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------- -AiPlayerbot.MinRandomBots = 3000 -AiPlayerbot.MaxRandomBots = 3000 +AiPlayerbot.MinRandomBots = 7000 +AiPlayerbot.MaxRandomBots = 7000 AiPlayerbot.RandomBotMinLevel = 1 AiPlayerbot.RandomBotMaxLevel = 80 AiPlayerbot.DisableDeathKnightLogin = 0 @@ -43,7 +43,8 @@ AiPlayerbot.RandomBotAllianceRatio = 50 AiPlayerbot.RandomBotHordeRatio = 50 AiPlayerbot.EnableRotation = 0 -AiPlayerbot.RandomBotAccountCount = 500 +AiPlayerbot.RandomBotAccountCount = 0 +#AiPlayerbot.RandomBotAccountCount = 500 AiPlayerbot.RandomBotMaps = 0,1,530,571 AiPlayerbot.AutoTeleportForLevel = 1 @@ -82,9 +83,9 @@ AiPlayerbot.EnableNewRpgStrategy = 1 # Rest (Default: 5 Take a break for a while and do nothing) AiPlayerbot.RpgStatusProbWeight.WanderRandom = 15 AiPlayerbot.RpgStatusProbWeight.WanderNpc = 20 -AiPlayerbot.RpgStatusProbWeight.GoGrind = 45 +AiPlayerbot.RpgStatusProbWeight.GoGrind = 50 AiPlayerbot.RpgStatusProbWeight.GoCamp = 10 -AiPlayerbot.RpgStatusProbWeight.DoQuest = 30 +AiPlayerbot.RpgStatusProbWeight.DoQuest = 25 AiPlayerbot.RpgStatusProbWeight.TravelFlight = 15 AiPlayerbot.RpgStatusProbWeight.Rest = 5