Playing WoW Sounds script?

I know this used to be very easy to do, but I cannot get it to work at all

I was under the assumption it was something like

/run PlaySoundFile(sound ID, ‘Dialog’)

So I assumed /run PlaySoundFile(4086584, ‘Dialog’) woulda played the Painsmith voiceline

But I cannot get it to work at all, do you need an addon to do this now, or am I just doing something really stupid

/run PlaySound(10123, "Dialog")

I don’t think 4086584 is a valid id.

1 Like

Hmm, wheres the best place to get the sound IDs?

I thought wow tools was it, but all of the painsmith ones don’t work from there

WoW.tools or to find/test in game
https://www.curseforge.com/wow/addons/leatrix-sounds

WoW.tools says that id was in the PTR but not listed for live as far as I can tell.

1 Like

Ah, thanks for the help