From 98cabc236656a475473c7b4c07a81210a1eb9541 Mon Sep 17 00:00:00 2001 From: rud0lp20 Date: Mon, 23 Jul 2012 15:00:12 +0000 Subject: Updated most Ranger skills to its official behavior and damage formula.(bugreport:5272, bugreport:6249, bugreport:5548, bugreport:5888) Fixed issues with traps: (bugreport:5906) - if RA_REASERCHTRAP is learned Alloy Traps can now be used to Hunter traps. - if Hunter traps expire it will now return either Booby Trap or Alloy Trap depending on item used. - some traps should now give full damage to plants. - update list of skills that can hit/damage/affect traps. - damage through skills can now be shown when hitting traps. - proper knock back behaviors - proper animation when triggers and triggering of item bonus script 'bHPDrainRate' Fixed an issues where some skills cannot damage UNT_REVERBERATION/UNT_POEMOFNETHERWORLD and doesn't deal 1 damage Updated some official behavior where informational must shown when hitting, targeting, casting skills to targets. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16483 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index f918ce9ca..007c4ee67 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -4789,7 +4789,8 @@ int pc_checkallowskill(struct map_session_data *sd) SC_ADRENALINE, SC_ADRENALINE2, SC_DANCING, - SC_GATLINGFEVER + SC_GATLINGFEVER, + SC_FEARBREEZE }; const enum sc_type scs_list[] = { SC_AUTOGUARD, -- cgit v1.2.3-60-g2f50