diff options
author | Guilherme G. Menaldo <guilherme.menaldo@outlook.com> | 2018-10-01 13:48:10 -0300 |
---|---|---|
committer | Guilherme G. Menaldo <guilherme.menaldo@outlook.com> | 2018-10-20 22:40:58 -0300 |
commit | b0be3f023a024a4f8cc9903d52add7c81961303a (patch) | |
tree | e3a101a36c11d1787786fd9376f705bbd94332a6 /conf/map/battle/skill.conf | |
parent | 852c13305f67948531bd0277eb1922dbd02b1f26 (diff) | |
download | hercules-b0be3f023a024a4f8cc9903d52add7c81961303a.tar.gz hercules-b0be3f023a024a4f8cc9903d52add7c81961303a.tar.bz2 hercules-b0be3f023a024a4f8cc9903d52add7c81961303a.tar.xz hercules-b0be3f023a024a4f8cc9903d52add7c81961303a.zip |
Added option to make hunter traps invisible
Diffstat (limited to 'conf/map/battle/skill.conf')
-rw-r--r-- | conf/map/battle/skill.conf | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/conf/map/battle/skill.conf b/conf/map/battle/skill.conf index d258567a0..6923e729b 100644 --- a/conf/map/battle/skill.conf +++ b/conf/map/battle/skill.conf @@ -138,10 +138,13 @@ skill_nofootset: 1 // Default on official servers: true for player-traps gvg_traps_target_all: 1 -// Some traps settings (add as necessary): -// 1: Traps are invisible to those who come into view of it. When unset, all traps are visible at all times. -// (Invisible traps can be revealed through Hunter's Detecting skill) -traps_setting: 0 +// Hunter's traps visibility setting (with HiddenTrap: true on skill_db.conf) +// 0: Traps are always visible to everyone (Hercules/Pre-renewal) +// 1: Traps with HiddenTrap: true are hidden in versus maps (PvP/GvG/BG) +// 2: Traps with HiddenTrap: true are always invisible (Renewal) (Default) +// Notes: Invisibility applies to players that are not in caster's party. +// Invisible traps can be made visible to everyone with Hunter's Detecting skill. +trap_visibility: 2 // Restrictions applied to the Alchemist's Summon Flora skill (add as necessary) // 1: Enable players to damage the floras outside of versus grounds. |