diff --git a/conf/playerbots.conf.dist b/conf/playerbots.conf.dist index 2e0a2a69..489659d6 100644 --- a/conf/playerbots.conf.dist +++ b/conf/playerbots.conf.dist @@ -96,7 +96,9 @@ AiPlayerbot.RandomBotAccountCount = 0 # To apply this, set the number to 1 and run the Worldserver. Once deletion is complete, if you would like to recreate randombots, set the number back to 0 and rerun the Worldserver. AiPlayerbot.DeleteRandomBotAccounts = 0 -# Disabled without real player +# 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