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 --- db/Changelog.txt | 2 ++ db/skill_db.txt | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'db') diff --git a/db/Changelog.txt b/db/Changelog.txt index ce8eb430b..e311a7a72 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,8 @@ ========================= 09/18 + * Corrected Ki Explosion to have range 1 and to take your weapon's element. + [Skotlex] * Fixing Holden combo not draining sp correctly [Playtester] * Added official Rachel Sanctuary mob stats [Playtester] * Fixed the order of mob skills thanks to [Leon] [Playtester] diff --git a/db/skill_db.txt b/db/skill_db.txt index 97fbba41e..0ddc19ac8 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -1,7 +1,7 @@ //id,range,hit,inf,pl,nk,splash,max,list_num,castcancel,cast_defence_rate,inf2,maxcount,skill_type,blow_count // 01 ID // 02 range (combo skills do not check for range when used, if 0 and skill is -// not inf = 4, use base weapon's range) +// not inf = 4, use attack range) // 03 hit (8- repeated hitting, 6- single-hit) // 04 inf (0- passive, 1- enemy, 2- place, 4- self, 16- friend, 32- trap) // 05 pl attributes (0- nothing, 1- water, 2- earth, 3- fire, 4- wind, @@ -585,7 +585,7 @@ 1013,0,6,4,0,3,2,1,0,no,0,1,0,weapon,0 //BS_GREED#Greed# 1014,0,6,4,6,3,14,1,0,yes,0,1,0,magic,0 //PR_REDEMPTIO#Redemptio# 1015,9,6,16,0,1,0,1,1,no,0,1025,0,weapon,0 //MO_KITRANSLATION#Ki Translation# -1016,0,6,1,0,2,1,1,1,no,0,1,0,weapon,5 //MO_BALKYOUNG#Ki Explosion# +1016,-1,6,1,-1,2,1,1,1,no,0,1,0,weapon,5 //MO_BALKYOUNG#Ki Explosion# 1017,9,6,1,2,1,0,1,1,yes,0,1,0,magic,0 //SA_ELEMENTGROUND#Elemental Change Earth# 1018,9,6,1,3,1,0,1,1,yes,0,1,0,magic,0 //SA_ELEMENTFIRE#Elemental Change Fire# 1019,9,6,1,4,1,0,1,1,yes,0,1,0,magic,0 //SA_ELEMENTWIND#Elemental Change Wind# -- cgit v1.2.3-70-g09d2