diff options
| author | megamage <none@none> | 2009-05-25 12:51:14 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-25 12:51:14 -0500 |
| commit | 00f50798d365c0318b10a012c8985edb3c1f87c7 (patch) | |
| tree | c26543841923604c6bc4ea382a99127d971327fd /src/trinitycore | |
| parent | dfd041dd578df2a7d431831aa00676ab6b543b97 (diff) | |
| parent | fcbcf595113bb9b2c256fd5652adafa79ba89b78 (diff) | |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore')
| -rw-r--r-- | src/trinitycore/trinitycore.conf.dist | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist index 25f716a77a9..510ffb9d6d2 100644 --- a/src/trinitycore/trinitycore.conf.dist +++ b/src/trinitycore/trinitycore.conf.dist @@ -146,7 +146,12 @@ EAIErrorLevel = 2 # vmap.ignoreSpellIds # These spells are ignored for LoS calculation # List of ids with delimiter ',' -# +# +# vmap.petLOS +# Check LOS for pets, to avoid them going through walls etc. +# Default: 0 (disable, less CPU usage) +# 1 (enable, each pet attack command will check for LOS) +# # DetectPosCollision # Check final move position, summon position, etc for visible collision with other objects or # wall (wall only if vmaps are enabled) @@ -201,6 +206,7 @@ vmap.enableLOS = 0 vmap.enableHeight = 0 vmap.ignoreMapIds = "369" vmap.ignoreSpellIds = "7720" +vmap.petLOS = 0 DetectPosCollision = 1 TargetPosRecalculateRange = 1.5 UpdateUptimeInterval = 10 |
