Jump to content
  • 0

Blocked By Auto Guard or Parrying Still receiving Reflect Damage


Question

Posted

Sample Champion Asura Strike the Lord Knight Blocked by Parrying Miss But the Champion receiving Reflect

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



 

3 answers to this question

Recommended Posts

  • 0
Posted
11 hours ago, Ninja said:

Are you asking for anything? I'm not sure how to help you

yes asking for help i want Revert the Code of return damage of Bonus item

Even you attack or skill on player blocked by autoguard or parrying or any blocking skill Player will never receiving Reflect Damage WHY because is MISS !!

  • -1
Posted
On 8/22/2018 at 2:22 PM, Bringer said:

Sample Champion Asura Strike the Lord Knight Blocked by Parrying Miss But the Champion receiving Reflect


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



 

is this solved?

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...