mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 08:16:08 +00:00
feat(Map): Add open world LOS settings (#18816)
* chore. Add open world LOS settings * Name change and conditional deny * modify information in worldserver.conf.dist * Remove pvp from variables and constants
This commit is contained in:
@@ -1342,6 +1342,15 @@ vmap.petLOS = 1
|
||||
|
||||
vmap.BlizzlikePvPLOS = 1
|
||||
|
||||
#
|
||||
# vmap.BlizzlikeLOSInOpenWorld
|
||||
# Description: Check line of sight to see game objects in the open world.
|
||||
# Default: 1 (Enabled, Players will be able to cast spells through tree stumps and other objects in the open world).
|
||||
# 0 (Disabled, Players will not be able to cast spells through tree stumps and other objects in the open world).
|
||||
#
|
||||
|
||||
vmap.BlizzlikeLOSInOpenWorld = 1
|
||||
|
||||
#
|
||||
# vmap.enableIndoorCheck
|
||||
# Description: VMap based indoor check to remove outdoor-only auras (mounts etc.).
|
||||
|
||||
Reference in New Issue
Block a user