diff options
| author | runningnak3d <none@none> | 2010-10-08 20:14:12 -0600 |
|---|---|---|
| committer | runningnak3d <none@none> | 2010-10-08 20:14:12 -0600 |
| commit | 3feda9b6af99e2d8161bf8ff5a55554d290342a5 (patch) | |
| tree | 048c77faf18e6e3902df5df67d7a563742f0743a /src/server/worldserver | |
| parent | a6170675c60c53d3cbc2d17d3dbd74d3e813d5b9 (diff) | |
Core/Vmaps: Remove the ability to ignore individual maps from vmap LOS /
height checking. Also add a warning if vmap.enableHeight is disabled. You
*MUST* have all LOS / height checking enabled to have a functional server.
Original patch by: Vladimir
--HG--
branch : trunk
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index dc368b598da..642b0a6b806 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -184,13 +184,6 @@ EAIErrorLevel = 2 # 0 (disable) # Default: 1 (enable) # -# vmap.ignoreMapIds -# Map id that will be ignored by VMaps -# List of ids with delimiter ',' -# If more then one id is defined and spaces are included, the string -# has to be enclosed by " -# Example: "369,0,1,530" -# # vmap.ignoreSpellIds # These spells are ignored for LoS calculation # List of ids with delimiter ',' @@ -275,7 +268,6 @@ PlayerSave.Stats.MinLevel = 0 PlayerSave.Stats.SaveOnlyOnLogout = 1 vmap.enableLOS = 1 vmap.enableHeight = 1 -vmap.ignoreMapIds = "" vmap.ignoreSpellIds = "7720" vmap.petLOS = 1 vmap.enableIndoorCheck = 1 |
