WeakAuras

WeakAuras

206M Downloads

GetSpellInfo(spellID/name) support for Status - Cast

Causese opened this issue ยท 2 comments

commented

Is your feature request related to a problem? Please describe.
Occasionally you can't tell the correct spellID since wowhead tends to offer multiple that have "cast" in their tooltip, e.g
https://www.wowhead.com/spell=318971/dark-matter
https://www.wowhead.com/spell=319259/dark-matter

so instead of making multiple triggers, it might be neat if spellIDs that are put into the Spell Name box are converted to names, similar to how Aura handles it

Describe the solution you'd like

  • SpellId (GetSpellInfo) support for Spell Name
  • Renaming Spell Id to Exact Spell Id

Describe alternatives you've considered
making multiple triggers. not sure how that affects performance

commented

That's already how the cast trigger's spellid field works

commented

or trigger_spellId ~= "" and GetSpellInfo(trigger_spellId) ~= spell