From 94bad013f7075b5888d3f1f6a148fe6e2d3f5cb1 Mon Sep 17 00:00:00 2001 From: rud0lp20 Date: Thu, 26 Jul 2012 18:08:30 +0000 Subject: Updated NJ_HUUMA to renewal behavior.(bugreport:6330) Updated some wizard skills(WZ_METEOR,WZ_HEAVENDRIVE,WZ_VERMILION) to its RE damage ratio.(bugreport:6334,bugreport:6329, bugreport:6333) Fixed bugreport:6321 where skill ratio of RK_HUNDREDSPEAR is adjusted too much. Follow up r16492 where damage dealt to traps should now show/display w/o affecting other skills behavior. Fixed a glitch in UNT_DUMMYSKILL where it triggers multiple time that causes multiple damage something related with bugreport:6201. Added some Kagerou/Oboro skills and more to come :). (KO_YAMIKUMO, KO_RIGHT, KO_LEFT, KO_JYUMONJIKIRI, KO_SETSUDAN, KO_BAKURETSU, KO_HAPPOKUNAI, KO_MUCHANAGE) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16506 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/map/status.h') diff --git a/src/map/status.h b/src/map/status.h index 41010a34b..8b27af328 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -621,6 +621,19 @@ typedef enum sc_type { SC_INCMHP, SC_INCMSP, SC_PARTYFLEE, // 531 + /** + * Kagerou & Oboro [malufett] + **/ + SC_MEIKYOUSISUI, + SC_JYUMONJIKIRI, + SC_KYOUGAKU, + SC_IZAYOI, + SC_KAGEHUMI, + SC_KYOMU, + SC_KAGEMUSYA, + SC_ZANGETSU, + SC_OBOROGENSOU, + SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; -- cgit v1.2.3-60-g2f50