Bringer Posted August 22, 2018 Posted August 22, 2018 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); Quote
0 Ninja Posted August 22, 2018 Posted August 22, 2018 Are you asking for anything? I'm not sure how to help you Quote
0 Bringer Posted August 23, 2018 Author Posted August 23, 2018 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 !! Quote
-1 TrustGTX Posted October 29, 2018 Posted October 29, 2018 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? Quote
Question
Bringer
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.