Sound Macro stopped working

Death Knight. Unholy specialization. Apocalypse spell.

I have a macro that I have been using since Legion, it plays an in-game sound effect from the Lich King boss every time I use Apocalypse. One that only I can hear, obviously.

Here. #showtooltip
/cast Apocalypse
/PlaySoundFile(“Sound\Creature\LichKing\IC_Lich King_Special01.ogg”, “Dialog”)

It’s been working perfect since I made it, but since the “midnight updates” aka the recent pre-pre-pre-patch patches of the past month have made it stop working.

Any help or information would be appreciated.

/run PlaySoundFile(554003, "Dialog")
2 Likes

That absolutely fixed it. Thank you. I originally used that macro back in the day to help me track the special appearance for the apocalypse artifact weapon for unholy.

I would have never figured that out. Thank you again.

For future travelers:
You can search https://wago.tools/files using the file name, ic_lich king_special01.ogg in this case, to get the sound id.

or use an addon like:
https://www.curseforge.com/wow/addons/leatrix-sounds

2 Likes