diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-20 08:22:52 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-20 08:22:52 +0000 |
commit | 6f700c626efe9253ce77865667d1d5e598daab65 (patch) | |
tree | 39181382b553076654fe401c9e8d6116f81852d9 /db/skill_db.txt | |
parent | e0812d1de5710c08e5242e0a958e675d1bce0829 (diff) | |
download | hercules-6f700c626efe9253ce77865667d1d5e598daab65.tar.gz hercules-6f700c626efe9253ce77865667d1d5e598daab65.tar.bz2 hercules-6f700c626efe9253ce77865667d1d5e598daab65.tar.xz hercules-6f700c626efe9253ce77865667d1d5e598daab65.zip |
* Changed Asura Strike/Jump Kick to target skill to get rid of the "target delay". (bugreport:2174)
- skill tree will be re-sent on status change to handle using these two skills during combo.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13900 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_db.txt')
-rw-r--r-- | db/skill_db.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/skill_db.txt b/db/skill_db.txt index 4573d5015..b2a026acb 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -313,7 +313,7 @@ 268,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0, MO_STEELBODY,Mental Strength 269,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0, MO_BLADESTOP,Root 270,0,6,4,0,0x1,0,5,0,no,0,0,0,weapon,0, MO_EXPLOSIONSPIRITS,Fury -271,-2,6,4,0,0x60,0,5,1,yes,0,0x200,0,weapon,0, MO_EXTREMITYFIST,Asura Strike +271,-2,6,1,0,0x60,0,5,1,yes,0,0,0,weapon,0, MO_EXTREMITYFIST,Asura Strike 272,-2,8,4,-1,0,0,5,-4,no,0,0x200,0,weapon,0, MO_CHAINCOMBO,Raging Quadruple Blow 273,-2,6,4,-1,0x2,2,5,1,no,0,0x200,0,weapon,0, MO_COMBOFINISH,Raging Thrust 274,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0, SA_ADVANCEDBOOK,Study @@ -463,7 +463,7 @@ 418,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0, TK_READYCOUNTER,Counter Kick Stance 419,-2,8,4,-1,0x40,0,7,-3,no,0,0x200,0,weapon,0, TK_COUNTER,Counter Kick 420,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0, TK_DODGE,Tumbling -421,9,8,4,-1,0,0,7,-3,no,0,0x200,0,weapon,0, TK_JUMPKICK,Flying Kick +421,9,8,1,-1,0,0,7,-3,no,0,0,0,weapon,0, TK_JUMPKICK,Flying Kick 422,0,0,0,0,0,1,10,0,no,0,0,0,none,0, TK_HPTIME,Peaceful Break 423,0,0,0,0,0,1,10,0,no,0,0,0,none,0, TK_SPTIME,Happy Break 424,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0, TK_POWER,Kihop |