diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-01 05:01:15 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-01 05:01:15 +0000 |
commit | b8b2214648b6408c15cd9018a05a6dc63de45535 (patch) | |
tree | 3846be19a7c8632ac81a426003a408b226673aec /db | |
parent | b571f42591a62f67623f7e419353196b79125860 (diff) | |
download | hercules-b8b2214648b6408c15cd9018a05a6dc63de45535.tar.gz hercules-b8b2214648b6408c15cd9018a05a6dc63de45535.tar.bz2 hercules-b8b2214648b6408c15cd9018a05a6dc63de45535.tar.xz hercules-b8b2214648b6408c15cd9018a05a6dc63de45535.zip |
- Skills with the move_enable state won't get the walkdelay increased on a skill-cast.
- Changed TK_RUN's state from none to move_enable.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6425 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/skill_require_db.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 416951389..01551c496 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -27,6 +27,7 @@ =========================
04/30
+ * Changed TK_RUN's state from none to move_enable. [Skotlex]
* Added Hellion Revenant [Playtester]
- his skills are still missing
* Changed chance of Demon Pungus Card and Killer Mantis Card to 10% [Playtester]
diff --git a/db/skill_require_db.txt b/db/skill_require_db.txt index 605868ba4..80cee4043 100644 --- a/db/skill_require_db.txt +++ b/db/skill_require_db.txt @@ -311,7 +311,7 @@ 408,0,0,1,0,-10,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WE_BABY##
409,0,0,1,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WE_CALLPARENT##
410,0,0,1,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WE_CALLBABY##
-411,0,0,100:90:80:70:60:50:40:30:20:10,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TK_RUN
+411,0,0,100:90:80:70:60:50:40:30:20:10,0,0,0,99,0,0,move_enable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TK_RUN
412,0,0,1,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TK_READYSTORM
413,0,0,14:12:10:8:6:4:2,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TK_STORMKICK
414,0,0,1,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TK_READYDOWN
|