mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 00:58:33 +00:00
[Configuration] Disable death knight login
This commit is contained in:
@@ -49,7 +49,7 @@ AiPlayerbot.RandomBotMinLevel = 1
|
||||
AiPlayerbot.RandomBotMaxLevel = 80
|
||||
|
||||
# Enable/Disable rotation of bots (randomly select a bot from the bots pool to go online and rotate them periodically)
|
||||
# Need reset rndbot after changing the setting
|
||||
# Need to reset rndbot after changing the setting (.playerbot rndbot reset)
|
||||
# default: 0 (disable, the online bots are fixed)
|
||||
AiPlayerbot.EnableRotation = 0
|
||||
|
||||
@@ -108,6 +108,10 @@ AiPlayerbot.RandombotStartingLevel = 5
|
||||
# Server XP Rate * AiPlayerbot.KillXPRate
|
||||
AiPlayerbot.KillXPRate = 1
|
||||
|
||||
# Disable death knight for bots login
|
||||
# Need to reset rndbot after changing the setting (.playerbot rndbot reset)
|
||||
AiPlayerbot.DisableDeathKnightLogin = 0
|
||||
|
||||
# Specify percent of active bots
|
||||
# The default is 10. With 10% of all bots going active or inactive each minute.
|
||||
AiPlayerbot.BotActiveAlone = 100
|
||||
@@ -213,8 +217,8 @@ AiPlayerbot.SyncQuestForPlayer = 0
|
||||
AiPlayerbot.SyncLevelWithPlayers = 0
|
||||
|
||||
# Give free food to random bots
|
||||
# Default: 1 (enabled)
|
||||
AiPlayerbot.FreeFood = 1
|
||||
# Default: 0 (disabled)
|
||||
AiPlayerbot.FreeFood = 0
|
||||
|
||||
# Bot automatically trains spells when talking to trainer (yes = train all available spells as long as the bot has the money, free = auto trains with no money cost, no = only list spells)
|
||||
# Only for random bots
|
||||
|
||||
Reference in New Issue
Block a user