From 1b035a978d52bfc6c17c63bb7afd9210abd4983c Mon Sep 17 00:00:00 2001 From: shennetsind Date: Tue, 25 Jun 2013 20:44:44 -0300 Subject: Follow up 5785dbae3f513da20611e3147dadef2b9c911443 Adjusted asura, special thanks to VyLow for bringing it up. Signed-off-by: shennetsind --- src/map/battle.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/map/battle.c b/src/map/battle.c index 65c86cefd..8e4fd305c 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -1868,7 +1868,9 @@ int battle_calc_skillratio(int attack_type, struct block_list *src, struct block case MO_INVESTIGATE: skillratio += 75 * skill_lv; break; - #ifndef RENEWAL + /* modifying until malufett can adjust the formula */ + //#ifndef RENEWAL + #if 1 case MO_EXTREMITYFIST: { //Overflow check. [Skotlex] unsigned int ratio = skillratio + 100*(8 + status->sp/10); @@ -4439,7 +4441,9 @@ struct Damage battle_calc_weapon_attack(struct block_list *src,struct block_list #endif ?1:0)| (flag.arrow?2:0)| -#ifndef RENEWAL +/* modifying until malufett can adjust the formula */ +//#ifndef RENEWAL +#if 1 (skill_id == HW_MAGICCRASHER?4:0)| (skill_id == MO_EXTREMITYFIST?8:0)| #endif -- cgit v1.2.3-70-g09d2