From 0a71eefcf3ff8dd9baecfdf76f2225876334f046 Mon Sep 17 00:00:00 2001 From: Vicious Date: Mon, 7 Aug 2006 15:12:05 +0000 Subject: mpeg's ninja work http://gpegon.free.fr/ea/ninja_08-07-06_mpeg.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8160 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/map/skill.h') diff --git a/src/map/skill.h b/src/map/skill.h index 48e88033d..b9e082a76 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -23,7 +23,8 @@ //Constants to identify a skill's nk value. //The NK value applies only to non INF_GROUND_SKILL skills. #define NK_NO_DAMAGE 0x1 -#define NK_SPLASH 0x2 +#define NK_SPLASH (0x2|0x4) // 0x4 = splash & split +#define NK_SPLASHSPLIT 0x4 //A skill with 3 would be no damage + splash: area of effect. //Constants to identify a skill's inf2 value. #define INF2_QUEST_SKILL 1 @@ -938,9 +939,9 @@ enum { UNT_SPIDERWEB, UNT_GRAVITATION, UNT_HERMODE, - UNT_TATAMIGAESHI, //0xba //Temporary setting until correct value is found. + UNT_DESPERADO, //0xba //Temporary setting until correct value is found. UNT_SUITON = 0xbb, - UNT_DESPERADO, //NJ_TATAMIGAESHI is 0xbc as well? + UNT_TATAMIGAESHI, UNT_KAENSIN, //0xbe, 0xc0, 0xc1 //Maybe the other elements of Ground Drift? UNT_GROUNDDRIFT = 0xc2, -- cgit v1.2.3-70-g09d2