summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-27 16:14:00 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-27 16:14:00 +0000
commit32645379b64e7dcad23574c0562c61f7416ebce4 (patch)
treed5fdb52bf708268150367bdcb69e1375782d5d49 /src/map/status.h
parent50e31d2860fe8f754d186a35ac1b4b61f653af5a (diff)
downloadhercules-32645379b64e7dcad23574c0562c61f7416ebce4.tar.gz
hercules-32645379b64e7dcad23574c0562c61f7416ebce4.tar.bz2
hercules-32645379b64e7dcad23574c0562c61f7416ebce4.tar.xz
hercules-32645379b64e7dcad23574c0562c61f7416ebce4.zip
- 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
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h3
1 files changed, 2 insertions, 1 deletions
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]