#Blistering Scales

33 messages · Page 1 of 1 (latest)

onyx stag
#

I am trying to make a weakaura Play a sound (in this case Shield, from the WA Soundpack by causese) When the spell Blistering Scales is available to be cast and the Aura is not on myself or a player in my party.

onyx stag
#

I can get the Weak Aura to work when its checking for player... but not in a party or smart group.

round iron
#

you want to play the sound only right when the ability becomes available?

#

or you want it to repeat until you apply it

onyx stag
#

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

round iron
#

meaning that no one has the buff? or at least 1 person doesn't have the buff

onyx stag
#

correct no one has the buff

round iron
#

and no repeating sound?

onyx stag
#

I dont think I need that just an one time alert is fine

round iron
#

what do you have that works?

#

!linkit

fleet lavaBOT
#

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.

onyx stag
round iron
#

!pastebin

fleet lavaBOT
#

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.

onyx stag
#

i go this to work on myself

round iron
#

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?

onyx stag
#

yes

round iron
#

then Unit Count = 0

onyx stag
#

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

round iron
#

If you're using smart group you can test alone

#

it should work the same if your'e solo in group or in raid

onyx stag
#

it worked by myself

round iron
#

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.

onyx stag
#

Thank you very much for your help!

round iron
#

if you dont specify either of these then you'll get weird results

onyx stag
#

I really appreciate it

#

how do I set this to solved?