From 32645379b64e7dcad23574c0562c61f7416ebce4 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 27 Mar 2006 16:14:00 +0000 Subject: - HW_GANBANTEIN now also removes traps. - PF_DOUBLECASTING takes effect amotion time after the initial cast instead of amotion*div - SG_KNOWLEDGE now lasts time1 after you quit a map before it clears out (defaults to 10 mins currently) - Modified Intravision to modify the status-change packet to specify SI_INTRAVISION instead of cloaking/hiding/chasewalk. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5774 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/status.h') diff --git a/src/map/status.h b/src/map/status.h index 58a142a2a..6501b0a9f 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -240,6 +240,7 @@ enum { SC_KAENSIN, SC_SUITON, SC_NEN, + SC_KNOWLEDGE, SC_MAX, //Automatically updated max, used in for's and at startup to check we are within bounds. [Skotlex] }; @@ -362,7 +363,7 @@ enum { SI_STAR_COMFORT = 171, SI_PRESERVE = 181, SI_BATTLEORDERS = 182, -// 184 = WTF?? creates the black shape of 4_m_02 NPC, with NPC talk cursor + SI_INTRAVISION = 184, //WTF?? creates the black shape of 4_m_02 NPC, with NPC talk cursor. Supposedly intravision shows this. SI_DOUBLECAST = 186, SI_MAXOVERTHRUST = 188, SI_TAROT = 191, // the icon allows no doubt... but what is it really used for ?? [DracoRPG] -- cgit v1.2.3-70-g09d2