From ecbf3fdec24ad38a91e39c75b936fc019dd84b00 Mon Sep 17 00:00:00 2001 From: bash Date: Sat, 30 May 2026 20:26:05 +0200 Subject: [PATCH] fix(Conf): Add missing AiPlayerbot.WalkDistance to playerbots.conf.dist --- conf/playerbots.conf.dist | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/conf/playerbots.conf.dist b/conf/playerbots.conf.dist index 5f8b8aba4..7e94f9f90 100644 --- a/conf/playerbots.conf.dist +++ b/conf/playerbots.conf.dist @@ -390,6 +390,14 @@ AiPlayerbot.AggroDistance = 22 AiPlayerbot.TooCloseDistance = 5.0 AiPlayerbot.MeleeDistance = 0.75 AiPlayerbot.FollowDistance = 1.5 +# +# WalkDistance +# Description: When the master is walking and within this many yards +# of the bot, the bot matches their walk pace instead of +# running. Set to 0 to disable pace-matching. +# Default: 5.0 +# +AiPlayerbot.WalkDistance = 5.0 AiPlayerbot.WhisperDistance = 6000.0 AiPlayerbot.ContactDistance = 0.45 AiPlayerbot.AoeRadius = 10