added additional botActiveAlone confguration options (#780)

This commit is contained in:
bash
2024-12-15 19:18:36 +01:00
committed by GitHub
parent f45d03f62b
commit ea944aeefa
4 changed files with 41 additions and 18 deletions

View File

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