Hi, ever since a couple of updates ago I've been having issues with a weakaura i made to track elemental spirits. Elemental spirits consists of a random assortment of 3 (frost, fire or lightning) buffs (can be duplicates) every time u use feral spirits. The buffs do not show any sort of duration and it's linked to the duration of the spirits themselves, however there is also a feral spirit buff which is active while the spirits are up, which does show a duration. Based of this, I wanted to show which buffs are active via an icon and a duration of of the buff via duration text taken from the feral spirits buff. This works, however sometimes when the spirits are active, no icon will show what so ever. I'm not sure what the issue is, I've tried using 'all triggers' and also 'function(trigger)
return trigger[2];
end'
in an attempt to make these icons show correctly 100% of the time, still however they do not load 100% of the time they should. Any idea what the issue could be?
#Elemental spirits randomly not showing
10 messages · Page 1 of 1 (latest)
Elemental spirits randomly not showing
tl:dr im tracking a buff (which does not show a duration) and using a second buff (which is always active at the same time) to show it's duration, most of the time this works fine, but sometimes it just doesn't show anything for seemling no reason.
!linkit
WeakAuras doesn't show anything by default, it's just the framework that lets you import or create "Auras" to display things. If you're having an issue with an Aura, and/or want opinions on it, then you need to share the specific Aura. The best way to do this is to link it through https://wago.io/.
If you only imported the aura, you may right click the aura in-game and select Copy URL and paste it here. If you have modified the aura or created your own, you may instead select Export to string... and upload the string to https://wago.io/. This does not require an account.
You can now paste the import string directly into Discord (with no other text, only the string) and a bot will import it for you and link the wago.
Wago.io is a database of sharable World of Warcraft addon elements
ignore 'eathern might' its irrelevent
'Earthen weapon' also doesnt work preperally
I think this might be a problem with the talent load condition
There was a few problems with it related to classes that had talent changes and iirc enhancement had talents change in 10.1 Try removing the talent load condition and using spell known with the name of the talent instead.