diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 8cadce8..104410a 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -7,6 +7,7 @@ #------------------------------------------------------------------- AiPlayerbot.Enabled = 1 + #------------------------------------------------------------------- # randombots (maps: 0=Eastern Kingdoms, 1=Kalimdor, 530=Outland, 571=Northrend) #------------------------------------------------------------------- @@ -24,6 +25,7 @@ AiPlayerbot.RandomBotMaps = 0,1,530,571 AiPlayerbot.DisableDeathKnightLogin = 1 AiPlayerbot.BotActiveAlone = 100 + #------------------------------------------------------------------- # world account bots and rotation #------------------------------------------------------------------- @@ -31,6 +33,7 @@ AiPlayerbot.EnableRotation = 0 #AiPlayerbot.RotationPoolSize = 2400 AiPlayerbot.RandomBotAccountCount = 400 + #------------------------------------------------------------------- # bots gear level limits (1 = normal, 2 = uncommon, 3 = rare, 4 = epic, 5 = legendary) #------------------------------------------------------------------- @@ -38,6 +41,7 @@ AiPlayerbot.AutoGearQualityLimit = 3 AiPlayerbot.AutoGearCommand = 1 AiPlayerbot.MaintenanceCommand = 1 + #------------------------------------------------------------------- # player summoned group/raid bots limits #------------------------------------------------------------------- @@ -45,6 +49,7 @@ AiPlayerbot.MaxAddedBots = 40 AiPlayerbot.MaxAddedBotsPerClass = 40 AiPlayerbot.AddClassAccountPoolSize = 70 + #------------------------------------------------------------------- # chat and broadcast #------------------------------------------------------------------- @@ -92,12 +97,14 @@ AiPlayerbot.RandomBotInWorldWithRotationDisabled = 31104000 #AiPlayerbot.MaxRandomBotTeleportInterval = 18000 #AiPlayerbot.RandomBotInWorldWithRotationDisabled = 31104000 + #------------------------------------------------------------------- # performance related #------------------------------------------------------------------- PlayerbotsDatabase.WorkerThreads = 1 PlayerbotsDatabase.SynchThreads = 6 + ################################################################################################# # END: custom playerbots.conf settings #################################################################################################