#Help fixing an Old Weakaura

19 messages ยท Page 1 of 1 (latest)

rugged ridge
#

!pastebin

lime fossilBOT
#

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.

winter chasm
#

!wago

lime fossilBOT
#

Wago.io is a database of sharable World of Warcraft addon elements, like WeakAuras, ElvUI profiles, Plater mods, and more.

winter chasm
hard beacon
#

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

lime fossilBOT
#

With The War Within many functions of the API were deprecated, follow these links for more information 11.0.2 11.0.0

hard beacon
#

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

winter chasm
#

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

winter chasm
#

fixed by @nostaroi