ski
Well-Known Member
- Joined
- Feb 12, 2010
- Messages
- 3,720
I'm having an issue with this code:
Unfortunately, this always returns true, even if I do or don't have the temporary backlash buff. I'm wondering if its picking up the passive Backlash buff from the talent (its not shown in the buffs, but I assume there is a hidden one).
Is there a way to do that buff check on the temporary version's spellID instead?
Code:
if (Me.Buffs.ContainsKey("Backlash")) {
slog("Destruction: Backlash, casting Incinerate");
Incinerate();
}
Unfortunately, this always returns true, even if I do or don't have the temporary backlash buff. I'm wondering if its picking up the passive Backlash buff from the talent (its not shown in the buffs, but I assume there is a hidden one).
Is there a way to do that buff check on the temporary version's spellID instead?