mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-18 11:15:43 +00:00
Rewrote scaling, moving away from cmangos solutions
This commit is contained in:
@@ -1459,14 +1459,10 @@ AiPlayerbot.BotActiveAlone = 100
|
||||
|
||||
# Specify smart scaling is enabled or not.
|
||||
# The default is 1. When enabled (smart) scales the 'BotActiveAlone' value.
|
||||
AiPlayerbot.botActiveAloneSmartScale = 1
|
||||
# Only when botLevel is between WhenMinLevel and WhenMaxLevel.
|
||||
AiPlayerbot.botActiveAloneSmartScale = 1
|
||||
AiPlayerbot.botActiveAloneSmartScaleWhenMinLevel = 1
|
||||
AiPlayerbot.botActiveAloneSmartScaleWhenMaxLevel = 80
|
||||
# The server will tune bot activity to reach the desired server tick speed (in ms)
|
||||
# bots will only join battleground when there is no lag based on latency diffs below
|
||||
AiPlayerbot.botActiveAloneSmartScaleDiffWithPlayer = 100
|
||||
AiPlayerbot.botActiveAloneSmartScaleDiffEmpty = 200
|
||||
|
||||
# Premade spell to avoid (undetected spells)
|
||||
# spellid-radius, ...
|
||||
|
||||
Reference in New Issue
Block a user