From 3feda9b6af99e2d8161bf8ff5a55554d290342a5 Mon Sep 17 00:00:00 2001 From: runningnak3d Date: Fri, 8 Oct 2010 20:14:12 -0600 Subject: 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 --- src/server/worldserver/worldserver.conf.dist | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/server/worldserver') 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 -- cgit v1.2.3