From a3cd04965d83f00ee9ca0020f60bea1f5c83ac6b Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 11 May 2006 20:03:22 +0000 Subject: - 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 --- db/Changelog.txt | 4 ++++ db/skill_cast_db.txt | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'db') 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 -- cgit v1.2.3-70-g09d2