mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
added additional botActiveAlone confguration options (#780)
This commit is contained in:
@@ -1511,6 +1511,12 @@ AiPlayerbot.RandombotsWalkingRPG.InDoors = 0
|
||||
# enforced to 100%
|
||||
AiPlayerbot.BotActiveAlone = 100
|
||||
|
||||
# Force botActiveAlone when bot is ... of real player
|
||||
AiPlayerbot.BotActiveAloneForceWhenInRadius = 150;
|
||||
AiPlayerbot.BotActiveAloneForceWhenInZone = 1;
|
||||
AiPlayerbot.BotActiveAloneForceWhenIsFriend = 1;
|
||||
AiPlayerbot.BotActiveAloneForceWhenInGuild = 1;
|
||||
|
||||
# Specify smart scaling is enabled or not.
|
||||
# The default is 1. When enabled (smart) scales the 'BotActiveAlone' value.
|
||||
# Only when botLevel is between WhenMinLevel and WhenMaxLevel.
|
||||
|
||||
Reference in New Issue
Block a user