Make AutoScaleActivity further configurable (#766)

Make AutoScaleActivity configurable
This commit is contained in:
SaW
2024-12-18 23:21:50 +01:00
committed by GitHub
parent a1b4681c58
commit 66f0cf27d3
4 changed files with 40 additions and 13 deletions

View File

@@ -1530,9 +1530,19 @@ 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.
#
# AiPlayerbot.botActiveAloneDiff
# Method: 1 - Check against average Diff
# Method: 2 - Check against Max Diff (spikes)
#
# LimitFloor - No active bot decrease below this DIFF
# LimitCeiling - Max active bot decrease above this DIFF
AiPlayerbot.botActiveAloneSmartScale = 1
AiPlayerbot.botActiveAloneSmartScaleWhenMinLevel = 1
AiPlayerbot.botActiveAloneSmartScaleWhenMaxLevel = 80
AiPlayerbot.botActiveAloneSmartScaleDiffMethod = 2
AiPlayerbot.botActiveAloneSmartScaleDiffLimitFloor = 40
AiPlayerbot.botActiveAloneSmartScaleDiffLimitCeiling = 150
# Premade spell to avoid (undetected spells)
# spellid-radius, ...
@@ -1543,7 +1553,6 @@ AiPlayerbot.MaxRandomBotsPriceChangeInterval = 172800
AiPlayerbot.MinRandomBotChangeStrategyTime = 180
AiPlayerbot.MaxRandomBotChangeStrategyTime = 720
# How often tasks are changed
AiPlayerbot.MinGuildTaskChangeTime = 172800
AiPlayerbot.MaxGuildTaskChangeTime = 432000