#Blistering Scales
33 messages · Page 1 of 1 (latest)
I can get the Weak Aura to work when its checking for player... but not in a party or smart group.
you want to play the sound only right when the ability becomes available?
or you want it to repeat until you apply it
and when the aura / buff is missing
so i want the sound when the spell is avalible and the buff is not on me or my party
meaning that no one has the buff? or at least 1 person doesn't have the buff
correct no one has the buff
and no repeating sound?
I dont think I need that just an one time alert is fine
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.
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
!pastebin
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.
i go this to work on myself
Wago.io is a database of sharable World of Warcraft addon elements
You should be able to change trigger 1 on that to smart group then use Unit Count > 0
or match count > 0 would also work in this situation
or you want to know if it's missing right?
yes
then Unit Count = 0
I want the aura to load or play if the buff is missing and the spell is ready to be cast
going to find somone to group with the test it
If you're using smart group you can test alone
it should work the same if your'e solo in group or in raid
it worked by myself
The thing you were missing is that if you're using smart group as your unit(or any other unit that contains multiple units as their subjects) it makes the trigger into a cloning trigger. Which means you HAVE to specify Unit Count or match Count.
Thank you very much for your help!
if you dont specify either of these then you'll get weird results