From 2b4f29931162cd748c07588fcae9220b02f672ed Mon Sep 17 00:00:00 2001 From: Inkfish Date: Fri, 5 Jun 2009 00:22:12 +0000 Subject: * Fixed turning off a skill needed to meet the requirements. (bugreport:3175) * Skills used through items not having aftercast delay or cast time now don't overwrite the former canact_tick. (topic:220921) * Multiple autoscripts now can trigger at once. * Applied a temp fix for autoscripts crashing server.(bugreport:3154) * Implemented SC_JEXPBOOST (thanks to GMJobbie for the diff). (bugreport:3177) * Implemented SC_IGNOREDEF. (topic:217330) * SC_DEFRATIOATK won't affect boss monsters. (topic:217330) * Fixed skip_teleport_lv1_menu made lv2 skip menu as well. (bugreport:3183) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13844 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/map/status.h') diff --git a/src/map/status.h b/src/map/status.h index 6a3f89004..f79deca6f 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -310,8 +310,10 @@ typedef enum sc_type { SC_HPDRAIN, SC_SKILLATKBONUS, SC_ITEMSCRIPT, - SC_S_LIFEPOTION, + SC_S_LIFEPOTION, //290 SC_L_LIFEPOTION, + SC_JEXPBOOST, + SC_IGNOREDEF, SC_HELLPOWER, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. @@ -632,7 +634,7 @@ enum si_type { // SI_REUSE_LIMIT_E = 309, // SI_REUSE_LIMIT_F = 310, // SI_INVINCIBLE = 311, -// SI_CASH_PLUSONLYJOBEXP = 312, + SI_CASH_PLUSONLYJOBEXP = 312, // SI_PARTYFLEE = 313, // SI_ANGEL_PROTECT = 314, }; -- cgit v1.2.3-60-g2f50