From 2a0f10a6f77e1df9490f0181fb84f91e7591c412 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 20 Jul 2006 20:34:06 +0000 Subject: - Corrected Cloaking level 1-2 not letting you move across walls. - updated cloaking code so that when you set "enable cloaking without walls", the code will consider you as "always next to a wall", thus you get the wall-speed bonus always. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7778 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/battle/skill.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'conf-tmpl/battle') diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index 7cb33a613..cf1ea6ac8 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -138,17 +138,17 @@ traps_setting: 2 // (Makes it so that Storm Gust/Lord of Vermillion/etc when casted next to a wall, won't hit on the other side) skill_wall_check: yes -// When a player is cloaking, Whether the wall is checked or not. (Note 1) -// Note: When set to no players can always cloak away from walls and move around -// freely even if the skill level is below 3. -// no or 0 = doesn't check for walls (you can cloak without walls) +// When cloaking, Whether the wall is checked or not. (Note 1) +// Note: When the skill does not checks for walls, you will always be considered +// as if you had a wall-next to you (you always get the wall-based speed). +// When "cloaking lasts forever" is set, it means attacking or using skills +// won't uncloak you, but being hit does. +// 0 = doesn't check for walls // 1 = it checks for walls // 2 = it doesn't checks for walls + your cloaking lasts forever -// 3 = it checks for walls + your cloaking lasts forever (it is not cancelled on attack) +// 3 = it checks for walls + your cloaking lasts forever player_cloak_check_type: 1 - -// When a monster is cloaking, Whether the wall is checked or not. (Note 1) -monster_cloak_check_type: no +monster_cloak_check_type: 0 // Can't place unlimited land skills at the same time (Note 4) land_skill_limit: 1 -- cgit v1.2.3-70-g09d2