Update playerbots.conf.dist with DisabledWithoutRealPlayer context (#1340)

* Update playerbots.conf.dist with DisabledWithoutRealPlayer context

* Update playerbots.conf.dist
This commit is contained in:
NoxMax
2025-05-25 03:37:58 -06:00
committed by GitHub
parent f8660bc939
commit 45f98e52b4

View File

@@ -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