diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index 6c2f666..cc851e8 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -31,8 +31,15 @@ AiPlayerbot.DisableDeathKnightLogin = 0 AiPlayerbot.RandomBotAllianceRatio = 50 AiPlayerbot.RandomBotHordeRatio = 50 +# Disable randombots when no real players are logged in +# Default: 0 (randombots will login when server starts) +# If enabled, randombots will only log in 30 seconds (default) after a real player logs in, and will log out 300 seconds (default) after all real players log out +AiPlayerbot.DisabledWithoutRealPlayer = 0 +AiPlayerbot.DisabledWithoutRealPlayerLoginDelay = 30 +AiPlayerbot.DisabledWithoutRealPlayerLogoutDelay = 300 + AiPlayerbot.EnableRotation = 0 -AiPlayerbot.RandomBotAccountCount = 500 +AiPlayerbot.RandomBotAccountCount = 0 AiPlayerbot.RandomBotMaps = 0,1,530,571 AiPlayerbot.AutoTeleportForLevel = 1