From 11e47ab6ff3d3ba751bf111d0c1948ac23dbb313 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 19 Oct 2006 16:21:09 +0000 Subject: - Added the Monk combos to skill_castnodex so their delay is not decreased by skills. - Added the actual skill delay of 1000ms to Triple Attack and Chain combo in skill_cast_db. Added Combo Finish and TigerFist as well with a delay of 700ms. - Phantasmic arrow now knockbacks even if it misses. - Adjusted the way Monk combo times work. The combo time is now always 300ms (adjusted by combo_delay_rate) which takes effect inmediately AFTER your current skill's canact-delay (which is why the particular skill delays were moved to skillcast_db) - Modified skill_delayfix so it performs the can-act reduction from agi/dex for combos there. - Modified pc_steal_item so that it behaves more closely to the way it does on Aegis. - Commented out the monster_noteleport mapflag from the guild castles as this is the Aegis behaviour git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9012 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/skill_cast_db.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'db/skill_cast_db.txt') diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index bcc587ea6..a037f1a35 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -414,7 +414,8 @@ 261,1000,0,0,600000,0 //-- MO_ABSORBSPIRITS 262,2000,0,0,0,0 - +//-- MO_TRIPLEATTACK +263,0,1000,0,0,0 //-- MO_INVESTIGATE 266,1000,500,0,0,0 //-- MO_FINGEROFFENSIVE @@ -427,9 +428,12 @@ 270,0,0,0,180000,0 //-- MO_EXTREMITYFIST 271,4000:3500:3000:2500:2000,3000:2500:2000:1500:1000,0,0,300000 +//-- MO_CHAINCOMBO +272,0,1000,0,0,0 +//-- MO_COMBOFINISH +273,0,700,0,0,0 //========================================== - //===== Sage =============================== //-- SA_MAGICROD 276,0,1500,0,400:600:800:1000:1200,0 @@ -595,7 +599,7 @@ //-- CH_PALMSTRIKE 370,0,300,0,0,0 //-- CH_TIGERFIST -371,0,0,0,0,2000:4000:6000:8000:10000 +371,0,700,0,0,2000:4000:6000:8000:10000 //-- CH_CHAINCRUSH 372,0,800:800:800:800:800:1000:1000:1000:1000:1000,0,0,0 //========================================== -- cgit v1.2.3-60-g2f50