Jump to content

[bug] Rune Strike


Guest AngryKid

Recommended Posts

Rune Strike skill do not avalible to use when parry or dodge attack.

case MELEE_HIT_DODGE:
           damageInfo->TargetState  = VICTIMSTATE_DODGE;
           damageInfo->procEx|=PROC_EX_DODGE;
           damageInfo->cleanDamage += damageInfo->damage;
           damageInfo->damage = 0;
           break;

change to this for set all flags in client:

case MELEE_HIT_DODGE:
           damageInfo->TargetState  = VICTIMSTATE_DODGE+65533;
           damageInfo->procEx|=PROC_EX_DODGE+65519;
           damageInfo->cleanDamage += damageInfo->damage;
           damageInfo->damage = 0;
           break;

I thing this is bad:) This is not work.

Tell me please that flags needs to be set for avalable to use Rune Strike.

Sorry for Eanglish.

Link to comment
Share on other sites

  • 3 months later...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use