diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-11 20:03:22 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-11 20:03:22 +0000 |
commit | a3cd04965d83f00ee9ca0020f60bea1f5c83ac6b (patch) | |
tree | 63da4f4d60806a5eb790b7d1072e042d38872b3a /db | |
parent | 7eaf99edd466011a1ac3c909157b0422120cae4e (diff) | |
download | hercules-a3cd04965d83f00ee9ca0020f60bea1f5c83ac6b.tar.gz hercules-a3cd04965d83f00ee9ca0020f60bea1f5c83ac6b.tar.bz2 hercules-a3cd04965d83f00ee9ca0020f60bea1f5c83ac6b.tar.xz hercules-a3cd04965d83f00ee9ca0020f60bea1f5c83ac6b.zip |
- Changed a bit the MAX_ZENY checks in trade.c to prevent overflows.
- Rewrote npc_selllist for a more proper-clean implementation.
- Increased NPC_POWERUP's dex bonus to +25*lv
- Moved TK_DOWNKICK's stun time from time to time2
- Added TK_TURNKICK's stun to splash-pushed mobs. Duration is 2secs (time2)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6557 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 4 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index b955388d5..ce7e1b02b 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -26,6 +26,10 @@ -----
=========================
+
+05/11
+ * Moved TK_DOWNKICK's stun time from time to time2 [Skotlex]
+ * Added TK_TURNKICK's stun time in skill_cast_db (2secs in time2) [Skotlex]
05/09
* More Aegis X.2 drop updates [Playtester]
05/08
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index b64b13e6f..b7d116966 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -669,7 +669,9 @@ //-- TK_RUN
411,6000:5000:4000:3000:2000:1000:0:0:0:0,0,0,1000,150000
//-- TK_DOWNKICK
-415,0,0,0,3000,0
+415,0,0,0,0,3000
+//-- TK_TURNKICK
+417,0,0,0,0,2000
//-- TK_SPTIME
423,0,0,0,1800000,0
//-- TK_SEVENWIND
|