#Healthstone "applause"

1 messages · Page 1 of 1 (latest)

regal maple
#

With "uses Healthstones" you mean he summons the green cookies that everybody can take one from?

Trigger: Combat Log
Subevent: Spell
Subevent Suffix: Cast Success
Fill in the spellname/id of the cast.
Source Name: Your warlock
Timer: something very short. 0.1 sec

Actions: On Show
Chat Message: Raid
%sourceName remembered to summon Healthstones. Well done!

kind spruce
#

That's what I meant, yeah. Thanks a lot, I'm forever grateful if I make this work! Which of the categories do I chose to make it? (group, icon, model etc)

regal maple
#

a text and then remove all text so its not displaying anything

kind spruce
#

I also made sure I was in a raid group

kind spruce
#

If anyone else has any idea feel free to let me know 🙏

olive junco
#

main thing that comes to mind is spell ID/name might be wrong, i'd guess you want "Ritual of Souls" which is the spell that creates soulwells for healthstones.

#

!etrace best to find out through event tracing with the CLEU in etrace WA installed

reef lanternBOT
#

See this message #pins message for info on tracking the various game events fired by the API

olive junco
#

for the emote tick "Custom" under On Show in actions tab and put in:

if aura_env.state.sourceName then
  DoEmote("CLAP",aura_env.state.sourceName)
end

not 100% sure if that properly works so might need more editing.
https://warcraft.wiki.gg/wiki/API_DoEmote

kind spruce
#

A bit tricky since I don't have a lock. Tried these two IDs. Also tried to change to "cast start" as Im fine with the WA triggering before the healthstones shows up

#

Maybe it might be "summon" or "create"?

#

The spell IDs are from the wowhead Cata page for each spell and may very much be wrong as you have suggested but having a lock download a WA is a bit sketchy if I dont know them

olive junco
#

^ best to use event tracing instead of trying to guess what is right. like for example this is what shows up when i use berserker rage on my warrior

#

the warlock won't need to install any WA, it's only you that needs it.

#

just need to have event tracing running when he casts the soulwell

#

!cleu the wiki page has more detailed info on what all those args stand for, the relevant ones are 2 (subevent) 5 (sourceName) 12 (spellID) 13 (spellName)

reef lanternBOT
#

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 into into the Etrace tool.
For more info on Events and Etrace see #pins message

kind spruce
#

Any way to filter out stuff? The filter window is blank for me

olive junco
#

click the X and it'll filter those events out

kind spruce
#

Is the only one I found

#

But dont get any hits on 25540

olive junco
#

that's CHAT_MSG_SAY which is the event for chat messages in /say chat. needs to be from COMBAT_LOG_EVENT_UNFILTERED

kind spruce
#

Oh wait

#

Found it! Will try again now

#

But it still doesnt seem to work

#

Either with realm name behind and not

olive junco
#

how does your trigger look like atm?

kind spruce
olive junco
#

etrace shows SPELL_CREATE but you're using Spell - Cast Start, need to change that to Spell - Create

kind spruce
#

Still doesnt work

olive junco
#

🤔

#

link the aura by uploading it to wago.io

#

but also good to grab bugsack & buggrabber

kind spruce
olive junco
#

code's in the wrong place, should be here

#

source name has realm added to it, the etrace would show the realm name if it was needed so no need to add that

#

spell id & spell name are both enabled which might cause problems, only have 1 of those enabled

kind spruce
#

Or the emote one

olive junco
#

the emote one

kind spruce
olive junco
#

what i mean is this, both spell ID & spell name are ticked on

kind spruce
#

And when I added the code in the bottom custom box it copied itself into the top one

#

Oh

#

It still doesnt work, but it also says lua error still

olive junco
#

top one is still there, need to click "Accept" after removing its contents (or untick the box)

#

i'll link an updated aura, 1 sec

kind spruce
#

The emote isnt too important to be fair so if that may be incorrect we can remove it

#

Either emote or text is fine but I should assume text is easier

olive junco
kind spruce
#

Omg

#

It worked

olive junco
#

think the problem was that "Required for Activation" at top of trigger tab was set to custom, needed to be set back to Trigger 1

#

did the emote also work?

kind spruce
#

Yep, everything!

olive junco
#

neat

kind spruce
#

Would make me even happier 😄

olive junco
#

no need, i'm happy to help

kind spruce
#

Thank you so much, I have no words