#Help fixing an Old Weakaura
19 messages ยท Page 1 of 1 (latest)
Pastebin doesn't work for sharing WAs! Other methods of sharing the import string don't let people view the Aura without logging in and importing it.
Use http://wago.io/ to share, view and edit.
!wago
Wago.io is a database of sharable World of Warcraft addon elements, like WeakAuras, ElvUI profiles, Plater mods, and more.
I'm 99% sure there exist updated interrupt tracker auras for you
And if not, use OmniCD
The error here comes from GetSpellInfo no longer existing in that way. It, along with many other spell related API functions, got moved into the C_Spell namespace.
It's C_Spell.GetSpellInfo now, and it returns a table instead of multiple values. Which would need some adjustments in the code.
!deprecated
If you search this discord for mentions of C_Spell.GetSpellInfo you'll find dozens of explanations on how to fix the code. I really don't wanna write it out the 50th time ๐
But really, I'd recommend you to simply look for an updated interrupt tracker
Or OmniCD
will try
The other tracker dont work the way i want them to =/
i dont wanna see "kick is ready" all the time ๐ Just wanna see if kick was used and if so miss or hit
fixed by @nostaroi