diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 3 | ||||
-rw-r--r-- | db/skill_require_db.txt | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index de0f39b80..9ae7ffb17 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -29,6 +29,9 @@ =========================
+02/14
+ * Jump Kick and High Jump now depend on the skill state ST_MOVE_ENABLE
+ [Skotlex]
02/13
* Updated most mobs Summon Skills to use "OnSpawn" conditions. [Poki#3]
* Fixed exp.txt for Baby Dancer, thanks to Gepard [Komurka]
diff --git a/db/skill_require_db.txt b/db/skill_require_db.txt index c7a1caab6..8772b7181 100644 --- a/db/skill_require_db.txt +++ b/db/skill_require_db.txt @@ -319,10 +319,10 @@ 418,0,0,1,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TK_READYCOUNTER
419,0,0,14:12:10:8:6:4:2,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TK_COUNTERKICK
420,0,0,1,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TK_DODGE
-421,0,0,70:60:50:40:30:20:10,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TK_JUMPKICK
+421,0,0,70:60:50:40:30:20:10,0,0,0,99,move_enable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TK_JUMPKICK
425,0,0,20:20:20:20:50:50:50,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TK_SEVENWIND
-426,0,0,50,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TK_HIGHJUMP
+426,0,0,50,0,0,0,99,move_enable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TK_HIGHJUMP
427,0,0,100,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SG_FEEL
428,0,0,20,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SG_SUN_WARM
|