#Sound every time tempest gains a stack

66 messages · Page 1 of 1 (latest)

lunar wave
#

My goal is to get my tempest weak aura to make a sound every time tempest gains a stack. Been fucking around and trying to find out on my own but can't really figure it out.

full nimbus
#

is it an ability or an aura?

#

if it's the former, there's the spell -> charges changed event trigger

#

if it's the latter, aura triggers have a "since stack gained" condition

lunar wave
full nimbus
#

it works

#

export what you have and I can take a look later, in a key now

lunar wave
full nimbus
#

you need to enter a time

#

and only make it an "else if" condition if you're sure about that

lunar wave
full nimbus
#

not the trigger, the condition

#

your condition doesnt have a time in it

#

and don't make it an "else if" condition if you have no reason to like I said

lunar wave
#

i meant condition

#

DENTGE getting a bit late

#

yeah i removed the else if and it didnt have a number in it when i exported it apparently but ive tried it with a number

#

sometimes it never makes the sound when i gain a stack sometimes it does but only on 1 stack sometimes 2 sometimes when i overcap and refresh the 2nd stack

full nimbus
#

make the time smaller, you can even input 0

lunar wave
#

0, 0.01, 1, 2 ,3

full nimbus
#

works just fine for me 🤷‍♂️

#

you can go around that by making a trigger for combat log -> spell aurra applied and combat log -> spell aura applied dose

#

the first is when you gain the aura, the 2nd when you gain a stack

#

if refresh at max stacks is relevant then spell -> aura refresh IIRC

#

and then make a condition for any of these being active -> play your sound

lunar wave
full nimbus
#

I don't have a shaman, I meant as in: the condition in general works just fine for me on my own stuff

#

I'll make one for you after this key

lunar wave
#

ah aite

#

would be great if u can thanks

full nimbus
#

here

#

I copied the spell ID from your aura, I'm assuming that's the right one (and also that you have a good reason to use spell ID in the first place and not name)

lunar wave
full nimbus
#

try removing the last trigger

lunar wave
#

im good with this

#

ty a lot again

full nimbus
#

!cleu

pastel bloomBOT
#

https://warcraft.wiki.gg/wiki/COMBAT_LOG_EVENT

function(event, timestamp, subEvent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, ...)

You can use this Aura, https://wago.io/CLEU-IN-ETRACE (works fine in all game versions, not just retail), to add the detailed info into the Etrace tool.
For more info on Events and Etrace see #pins message

full nimbus
#

get that WA and do /etrace in chat

#

and hit dummies until your stuff happens
ideally in your garrison or somewhere where no one is around

#

if you're bored that is

#

what you removed is the aura refresh trigger, that shouldn't fire when losing a stack

#

so it'd be curious to see what happens under the hood

lunar wave
#

went to but fuck nowhere hit a dummy and lagged like shit while it logged stuff now what?

full nimbus
#

you're gonna have thousands of those logged:

#

COMBAT_LOG_EVENT_UNFILTERED

#

look for the ones that happen when you drop a stack

#

since you said that's where you had an issue

#

you can hover over them to get a breakdown of what exactly happened (you're obviously only looking for stuff regarding tempest)

#

at the top you can write SPELL_AURA into the filter to get rid of the useless stuff

lunar wave
#

These are all the ones with tempest in it idk if this is what u wanted

full nimbus
#

curious yeah

#

dose removed and refresh happen at the same time

lunar wave
#

i guess im just cursed then

full nimbus
#

nah sec

#

update the aura from the same link

lunar wave
full nimbus
#

ye

#

that should work for the refresh on full stacks as well

#

and not make a sound when losing a stack

lunar wave
#

yeah now its perfect

#

the weak aura wizard