#/y when player in raid dies.
31 messages · Page 1 of 1 (latest)
The trigger looks fine. There's Chat Message options in Actions
I have other WAs that the chat message in options works just fine.
For this one however I feel I have tried every combination of %n and I believe the tooltip also said 1.%n neither work. Even removing the player name for testing would have expected some chat message but nothing.
That is why I suspected the trigger was not working.
should be %1.n not 1.%n
also are you testing inside an instance? remember /s and /y can't send messages in the open world
Yes, inside an instance.
Share you aura if you want more specific help
Yeah, absolutely. I will share in a bit once I am back on my PC. Honestly when first making this I thought I would be done in 2 minutes this in theory should be way more simple than others I have made.
yeah should be pretty simple
Found a low level to go die in ragefire chasm for me. The issue is now that the name doesnt actually show up in the /y it is just blank like this.
!WA:2!1rvZUTTrq4OQdPGTOnsP1fUTgGobja9pJKGg3ESHoKUQqwYLMko(e9sUlj3uYDxS7shRCuOh6zDVx05Espc5qpti0Na)gu)e0zjzCmsT1bPz39B08nZ3mthV(f9X9X)Xxl5L6CkJihpjy4GrURqL6mUCSqt5mL1smvjYrtdiNQNFVhU1i7VZ(EJKthNKOi6olrSya9(CkthTJ7OaxFH9LCjmHllq6qrOMwqAp1rCR4sLMxyqmrGrAIp5ectFgeBoaGgFifRZCEcCuIIRzY2(knsQFM4Zkikfk9n)zHJAnCyCgrS(78kW4wZQEV(nVPNkioh5oC4cmpS9YJLTgIBpEVDTRtvQYgZFjBZn30HYOAROe4hvMx1TR(KQ1e9(FaR6x1R6tZMPL00uIu9r3x2A(3oMGopMxeH0580ZuLr158bLjj0tFVQpyXo1VzpKN6ZqazSwQ4LYyIxokvjhW2fKkX5Lks4LU)4zkbjpFawzD2BFAcW2SlcX(sceI5tgnii8PdCF6RnaXeLUgMtj8DKrWiYfyseWNaGQYF2D4(EtgoVK1McwIEgT4esqZ594yYFDdXxCLYDJHVr1XNdnhejdL)mOKaA5FohXOgzMZ2U6J9Q2aKgcsroqljSuD2nxHlL1pxRusfjMZWQzgmgQv1ZParz1ow993S6XvBx9dG56V7nxj3EB)GtcNPf3YtsFL9VwIWqmr2bblG6Mpj10095RvTXk4yek(3sHYpd7KZryphf9vK18lkZ1ulhqbIxR6NS8JZrkLXksJYHcVXCMjihaWx)kzd7c2SsLHGMON3mz1ncY5eAQ1cznvm5TJgCSf2rnW(YBiUZ1pUvWXHqsroEHPasBMOf396DqijXuJe1D2l5s8HsKy2HTgIV569dpf6yPXH6mjrLXZXtNRi5jnRfCghemEp5lGrEAYuNHUEbl084tAAgE)V9FVdfVACrQDgPDmAzIegaG2bqq6EEZkgpZvMQq0b7476oYpMNZL)sx4ZJkP4L4D)Qh8KJkspm)rYtB3oj24kO8L3iSSPyUt9FvNoD6Uagui46Tp)(hUKYAac00sC)Rp9ZjPO4PHj5CUmRVk6XB9WFCRh0)K)55)3p
!linkit
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.
I probably want to use %sourceName or %destName. Whichever has the character name in the CLEU event. You can check which on the wiki
!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
so then what is it? Is it one of those ones from the aurabot post at 9:57? I thought N was just a return off of the trigger.
my guess is on sourceName but I can use that trace to run that down if that is the correct path.
if you use %1.n as a text replacement, that symbolises name
if you're using combatlog for death, the unit that dies is the destination unit, the source is what killed it
right so if I am following the line in the /y should be "omg %destName is down!"? If wow was up right now I could go try and test.
I guess %1.n in this case if it return name that is just nothing since its not a paramater.
I always make it a practice to use the trigger number included in my text replacements
I'm not sure if it's necessary at all times, or if it's bad at other, but it hasn't failed me yet
you would also need to probably change the trigger to include destination affiliation
instead of source affiliation
%1.destName then is the current plan to try.
I think the affiliation works it does cause my character to /y when someone dies in an instance. Its just not saying the players name.
mouseover the textbox. it tells you the options
%1.destName was the answer. Got it to work on retail while classic servers down. Assuming it works the same there. Appreciate the help.