From c1d7d16b0e4010b27591f37ee93a1ca8d1137ecb Mon Sep 17 00:00:00 2001 From: Inkfish Date: Fri, 19 Jun 2009 13:26:50 +0000 Subject: * Implemented script command "areamobuseskill" and skill NPC_INVINCIBLE and NPC_INVINCIBLEOFF. (topic:217330) * Using items no longer cancels invincibility(but using target and ground skills through items does). (bugreport:3259) * Fixed Butterfly Wings not working during GVG. (bugreport:3264) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13897 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/map/status.h') diff --git a/src/map/status.h b/src/map/status.h index 389817a65..2d45b2626 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -315,6 +315,8 @@ typedef enum sc_type { SC_JEXPBOOST, SC_IGNOREDEF, SC_HELLPOWER, + SC_INVINCIBLE, //295 + SC_INVINCIBLEOFF, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; @@ -633,7 +635,7 @@ enum si_type { // SI_REUSE_LIMIT_D = 308, // SI_REUSE_LIMIT_E = 309, // SI_REUSE_LIMIT_F = 310, -// SI_INVINCIBLE = 311, + SI_INVINCIBLE = 311, SI_CASH_PLUSONLYJOBEXP = 312, // SI_PARTYFLEE = 313, // SI_ANGEL_PROTECT = 314, -- cgit v1.2.3-70-g09d2