#Sound every time tempest gains a stack
66 messages · Page 1 of 1 (latest)
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
yeah ive been fucking around with this but nothing seems to work really
aite thanks
you need to enter a time
and only make it an "else if" condition if you're sure about that
i cant really figure out how the trigger works. What do i need to type into it ive tried like 100 different combos and nothing works properly
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
i meant condition
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
make the time smaller, you can even input 0
tried that already
0, 0.01, 1, 2 ,3
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
could u send me the one u said worked first just to test if my shit is just cursed or i did something wrong
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
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)
works perfectly while gaining stacks but when i go from 2 to 1 it also makes the sound which i dont want
try removing the last trigger
yeah that worked now it doesnt obviously make the sound when 2nd stack gets overwriten but its not a big deal tbh
im good with this
ty a lot again
!cleu
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
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
went to but fuck nowhere hit a dummy and lagged like shit while it logged stuff now what?
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
These are all the ones with tempest in it idk if this is what u wanted
i guess im just cursed then
the tempest one?