Jump to content

Recommended Posts

Posted

Hello all :)

I want to ask one thing:

1. I want to make one debuff to be applied to the target. Done ~>

if (auraSpellInfo->Id == "ID")
{
  trigger_spell_id = "ID";
  target = pVictim;
  basepoints[0] = damage * 45 / 150;
}

2. if magic spell or dot hits the target the 45/150 + normal dmg is applied and the debuff should be removed.

my answer is how? can someone make one example?

Thanks in advanced :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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