mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
feat(NPC): add configuration for creature repositioning during NPC combat (#22973)
Co-authored-by: Andrew <47818697+Nyeriah@users.noreply.github.com>
This commit is contained in:
@@ -3000,6 +3000,15 @@ ListenRange.TextEmote = 40
|
||||
|
||||
ListenRange.Yell = 300
|
||||
|
||||
#
|
||||
# Creature.RepositionAgainstNpcs
|
||||
# Description: Enables circling and backwards repositioning during NPC versus NPC combat.
|
||||
# Set to 0 to keep the legacy optimization that disables these moves for NPCs.
|
||||
# Default: 1 - (Enabled, uses more CPU, but looks better)
|
||||
# 0 - (Disabled, uses less CPU)
|
||||
|
||||
Creature.RepositionAgainstNpcs = 1
|
||||
|
||||
#
|
||||
# Creature.MovingStopTimeForPlayer
|
||||
# Description: Time (in milliseconds) during which creature will not move after
|
||||
|
||||
Reference in New Issue
Block a user