diff options
author | shennetsind <ind@henn.et> | 2013-06-25 20:44:44 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-25 20:44:44 -0300 |
commit | 1b035a978d52bfc6c17c63bb7afd9210abd4983c (patch) | |
tree | 369b1ca1e54c7cd9291f7cfa648090461e75ed56 | |
parent | 5785dbae3f513da20611e3147dadef2b9c911443 (diff) | |
download | hercules-1b035a978d52bfc6c17c63bb7afd9210abd4983c.tar.gz hercules-1b035a978d52bfc6c17c63bb7afd9210abd4983c.tar.bz2 hercules-1b035a978d52bfc6c17c63bb7afd9210abd4983c.tar.xz hercules-1b035a978d52bfc6c17c63bb7afd9210abd4983c.zip |
Follow up 5785dbae3f513da20611e3147dadef2b9c911443
Adjusted asura, special thanks to VyLow for bringing it up.
Signed-off-by: shennetsind <ind@henn.et>
-rw-r--r-- | src/map/battle.c | 8 |
1 files 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 |