From f1c4780376953eae3c5e38b7615c06e07b178431 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 1 Jun 2010 23:01:54 +0000 Subject: * Implemented the Manuk and Splendide item status effects, thanks to Epoque. * Implemented Manuk and Splendide consumable items. * Added Splendide and Manuk merchants. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14327 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/map/status.h') diff --git a/src/map/status.h b/src/map/status.h index ae9cb0ee2..664fcd520 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -317,6 +317,12 @@ typedef enum sc_type { SC_HELLPOWER = 294, SC_INVINCIBLE, //295 SC_INVINCIBLEOFF, + SC_MANU_ATK, + SC_MANU_DEF, + SC_SPL_ATK, + SC_SPL_DEF, //300 + SC_MANU_MATK, + SC_SPL_MATK, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; @@ -706,13 +712,15 @@ enum si_type { SI_NEUTRALBARRIER_MASTER = 378, SI_STEALTHFIELD = 379, SI_STEALTHFIELD_MASTER = 380, +*/ SI_MANU_ATK = 381, SI_MANU_DEF = 382, SI_SPL_ATK = 383, SI_SPL_DEF = 384, - SI_REPRODUCE = 385, +// SI_REPRODUCE = 385, SI_MANU_MATK = 386, SI_SPL_MATK = 387, +/* SI_STR_SCROLL = 388, SI_INT_SCROLL = 389, SI_LG_REFLECTDAMAGE = 390, -- cgit v1.2.3-70-g09d2