From f9523b89b5ed6900513155e4bb296dbe8a5f8bda Mon Sep 17 00:00:00 2001 From: Playtester Date: Thu, 18 Oct 2007 18:07:09 +0000 Subject: * Further optimization of the skill unit code - removed code for Crimson Fire Formation it now uses the same code as Fire Wall - added same knockback behavior as Fire Wall for Fire Formation - Heat now does 50 hits a second in pvp too - please let me know of any bugs that might appear git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11510 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 2 ++ db/skill_db.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/Changelog.txt b/db/Changelog.txt index a2354478d..171843732 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -33,6 +33,8 @@ 13034 Desert_Twilight Small chance to activate max Attack Speed for 7 seconds. ======================= +10/18 + * Added knockback to Crimson Fire Formation [Playtester] 10/16 * Fixed used levels of NPC_CRITICALWOUND [Playtester] 10/15 diff --git a/db/skill_db.txt b/db/skill_db.txt index 7d18ed5d2..f077f6ab6 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -574,7 +574,7 @@ 532,0,6,4,0,0x1,0,10,1,yes,0,0,0,magic,0 //NJ_BUNSINJYUTSU#NJ_BUNSINJYUTSU# 533,0,0,0,0,0,0,10,0,no,0,0,0,none,0 //NJ_NINPOU#NJ_NINPOU# 534,9,8,1,3,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0 //NJ_KOUENKA#NJ_KOUENKA# -535,0,8,4,3,0,0,10,1,yes,0,0,0,magic,0 //NJ_KAENSIN#NJ_KAENSIN# +535,0,8,4,3,0,0,10,1,yes,0,0,0,magic,1 //NJ_KAENSIN#NJ_KAENSIN# 536,9,8,1,3,0x2,2,5,3,yes,0,0,0,magic,0 //NJ_BAKUENRYU#NJ_BAKUENRYU# 537,9,8,1,1,0,0,10,3:4:5:6:7:8:9:10:11:12,yes,0,0,0,magic,0 //NJ_HYOUSENSOU#NJ_HYOUSENSOU# 538,9,6,2,0,0x1,0,10,1,yes,0,0,0,magic,0 //NJ_SUITON#NJ_SUITON# -- cgit v1.2.3-70-g09d2