mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
This reverts commit 66f0cf27d3.
This commit is contained in:
@@ -1530,19 +1530,9 @@ 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, ...
|
||||
@@ -1553,6 +1543,7 @@ AiPlayerbot.MaxRandomBotsPriceChangeInterval = 172800
|
||||
AiPlayerbot.MinRandomBotChangeStrategyTime = 180
|
||||
AiPlayerbot.MaxRandomBotChangeStrategyTime = 720
|
||||
|
||||
|
||||
# How often tasks are changed
|
||||
AiPlayerbot.MinGuildTaskChangeTime = 172800
|
||||
AiPlayerbot.MaxGuildTaskChangeTime = 432000
|
||||
|
||||
Reference in New Issue
Block a user