[Spell] Searing Arrow with Curse

As far as I know, there is no reliable way to detect when Searing Arrows is used via triggers.

The cleanest solution is probably to base your ability on Black Arrow, Frost Arrow, or Incinerate (these apply a debuff). You can then use
EVENT_UNIT_DAMAGED event to detect the debuff, remove it, and finally create a dummy to cast Curse.
 
Back
Top