From a3abc78c247683df83eb9e6d3b5edd629da63b0a Mon Sep 17 00:00:00 2001 From: Trus3683 <152137641+Trus3683@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:53:43 -0700 Subject: [PATCH] Visual update playerbots.conf.dist Cleanup for readability on new scaling/bot tuning implements --- conf/playerbots.conf.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/playerbots.conf.dist b/conf/playerbots.conf.dist index c7d23eed..b644c6c9 100644 --- a/conf/playerbots.conf.dist +++ b/conf/playerbots.conf.dist @@ -1460,9 +1460,11 @@ 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.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