From a09b9f87fa701f19001c2fb312c88c2496816197 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 5 Mar 2007 22:00:01 +0000 Subject: - Added NK value 0x80: ignore target's cards (0x8 will now only ignore attacker's cards). - Corrected the NK values of skills (0x08 -> 0x80): Self Destruction, Smoking, Pressure, Fling, Zeny Nage, BioExplosion - Soul Burn & Gravitation got NK 0x80 (previously hardcoded) - Corrected Soul Breaker ignoring target's cards instead of the caster's. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9967 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/skill.h') diff --git a/src/map/skill.h b/src/map/skill.h index dc1bcbe23..bc850af21 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -26,10 +26,11 @@ #define NK_NO_DAMAGE 0x01 #define NK_SPLASH (0x02|0x04) // 0x4 = splash & split #define NK_SPLASHSPLIT 0x04 -#define NK_NO_CARDFIX 0x08 +#define NK_NO_CARDFIX_ATK 0x08 #define NK_NO_ELEFIX 0x10 #define NK_IGNORE_DEF 0x20 #define NK_IGNORE_FLEE 0x40 +#define NK_NO_CARDFIX_DEF 0x08 //A skill with 3 would be no damage + splash: area of effect. //Constants to identify a skill's inf2 value. -- cgit v1.2.3-70-g09d2