
Originally Posted by
mozzer
only enabled vmaps in the conf and added the sql update file and the server crashes almost instantly?!
vmaps, maps, dbc and buildings all compiled properly.
As Noble said it is optional however you have to make sure you have the correct things enabled for it to work properly.
If you want to enable Vmaps and have it used correctly then this is what you need to edit in the mangos.conf file:
Code:
vmap.enableLOS = 0
vmap.enableHeight = 0
vmap.ignoreMapIds = "369"
vmap.ignoreSpellIds = "7720"
DetectPosCollision = 0
Should look like:
Code:
vmap.enableLOS = 1
vmap.enableHeight = 1
vmap.ignoreMapIds = "369"
vmap.ignoreSpellIds = "7720"
DetectPosCollision = 1
Bookmarks