From af8421488eef950de05dda7109e195687613393e Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 18 Sep 2006 18:36:36 +0000 Subject: - High-Jump is usable everywhere now, except that on maps where it previously failed, now will just make you jump in place. - Fixed TK_RUN as per packets provided by AuronX. - Corrected Ki Explosion to have range 1 and to take your weapon's element. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8797 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/map/status.h') diff --git a/src/map/status.h b/src/map/status.h index 2b74a41a5..df8adafc7 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -353,13 +353,14 @@ enum { SI_JOINTBEAT = 125, SI_DEVOTION = 130, SI_STEELBODY = 132, - //134 - Soullink-like effect which makes the character get wavy. + SI_RUN = 133, + SI_BUMP = 134, SI_READYSTORM = 135, SI_READYDOWN = 137, SI_READYTURN = 139, SI_READYCOUNTER = 141, SI_DODGE = 143, - SI_RUN = 144, + //SI_RUN = 144, //is not RUN. need info on what this is. SI_SPURT = 145, SI_SHADOWWEAPON = 146, SI_ADRENALINE2 = 147, -- cgit v1.2.3-70-g09d2