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:
Walter Pagani
2024-05-04 12:10:24 -03:00
committed by GitHub
parent 1621d6b477
commit 715b290cb7
5 changed files with 20 additions and 0 deletions

View File

@@ -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.).