disabled smartscale by default for now (#663)

* disabled smartscale by default for now

* disabled smartscale by default for now
This commit is contained in:
bash
2024-11-01 22:03:04 +01:00
committed by GitHub
parent b6f26d36c4
commit dc55bdd8dc
2 changed files with 2 additions and 2 deletions

View File

@@ -1460,7 +1460,7 @@ AiPlayerbot.BotActiveAlone = 100
# 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.
AiPlayerbot.botActiveAloneSmartScale = 1
AiPlayerbot.botActiveAloneSmartScale = 0
AiPlayerbot.botActiveAloneSmartScaleWhenMinLevel = 1
AiPlayerbot.botActiveAloneSmartScaleWhenMaxLevel = 80