mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-06-20 15:39:25 +02:00
fix(Conf): Add missing AiPlayerbot.WalkDistance to playerbots.conf.dist
This commit is contained in:
parent
6ce047ab6a
commit
5436bb11c5
@ -390,6 +390,14 @@ AiPlayerbot.AggroDistance = 22
|
|||||||
AiPlayerbot.TooCloseDistance = 5.0
|
AiPlayerbot.TooCloseDistance = 5.0
|
||||||
AiPlayerbot.MeleeDistance = 0.75
|
AiPlayerbot.MeleeDistance = 0.75
|
||||||
AiPlayerbot.FollowDistance = 1.5
|
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.WhisperDistance = 6000.0
|
||||||
AiPlayerbot.ContactDistance = 0.45
|
AiPlayerbot.ContactDistance = 0.45
|
||||||
AiPlayerbot.AoeRadius = 10
|
AiPlayerbot.AoeRadius = 10
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user