Originally Posted by
Lightbrand
NOCarrier I have a question, in your latest update you've redone the entire code for immunevents, it is now much cleaner, my question is now if I were to add say Paladin bubble spellid 642 to specialaura list.
Will your
select(11, UnitAura(unit, i, "HELPFUL|HARMFUL"))
pick it up if I were to be shooting at an hostile paladin and temporarily stops the rotation?
Because previously you used local _,_,_,_,_,_,_,_,_,_,spellId = _G['UnitDebuff'](target, i) from your NOC.hasdebufftable function (which seems to be obsolete now) that picks up only debuff so I supposed I needed a local _,_,_,_,_,_,_,_,_,_,spellId = _G['Unitbuff'](target, i) to pick up target buffs, which Bubble is considered one.
[EDIT]
Ignore all that, figured it out after couple hours.