mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Do not disband alt bots group when master goes away (#702)
* Do not disband alt bots group when master goes away * This update makes the original PR functionality optional, which prevents alternative bots (random bots) from automatically leaving the group when the master leaves. * Fix --------- Co-authored-by: bash <31279994+hermensbas@users.noreply.github.com>
This commit is contained in:
@@ -130,6 +130,11 @@ AiPlayerbot.AddClassAccountPoolSize = 50
|
||||
# Default: 1 (accept based on level)
|
||||
AiPlayerbot.GroupInvitationPermission = 1
|
||||
|
||||
# Keep alt bots in the party even when the master leaves
|
||||
# 0 = disabled (default behavior)
|
||||
# 1 = enabled (prevents bots from automatically leaving the group)
|
||||
AiPlayerbot.KeepAltsInGroup = 0
|
||||
|
||||
# Auto-login all player alts as altbots on player login
|
||||
AiPlayerbot.BotAutologin = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user