Jump to content
  • 0

Reflect damage not reduced with 'after damage adjustments for WoE and BG


anjasoleil1

Question


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  65
  • Reputation:   0
  • Joined:  05/11/14
  • Last Seen:  

Hi guys! I've reported an issue regarding reflect damage in correlation with decreased battleground and woe damage calculation. (here's my report: https://github.com/rathena/rathena/issues/5331) I was wondering if you guys have any solutions?

battle.cpp LINE 7380

Quote

    if (flag & BF_SHORT) {//Bounces back part of the damage.
        if ( (skill_get_inf2(skill_id, INF2_ISTRAP) || !status_reflect) && sd && sd->bonus.short_weapon_damage_return ) {
            rdamage += damage * sd->bonus.long_weapon_damage_return / 100;
            rdamage = i64max(rdamage,1);
        }

I suspect we need to change the calculation. Any thoughts?

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...