+-+-+-+-+-+ +-+-+-+-+-+ +-+-+-+ +-+-+-+-+-+-+
Sound Files and Macros
+-+-+-+-+-+ +-+-+-+-+-+ +-+-+-+ +-+-+-+-+-+-+
By Moofman
This guide will talk about sound files, and how to incorporate them into macros to make your spells and abilities more entertaining.
Here is a download link to a complete list of the text commands.
Download WoW Sounds!
If you've downloaded the WoWsoundfiles.txt from this link, you've skipped a long and painful extraction process and now have most, if not all, World of Warcraft sound files.
These files range from the noises mobs and NPCs make when aggro'd, to scripted end-game raid boss introductions and death sequences, including everything in between.
I made this guide for two reasons;
1. To listen to end-game raid content that I will most likely never hear.
For most of us this will never happen. We may never hear what these bosses will have to say in this new day and era of WoTLK.
(For some of you it's not a big deal, that's fine)
An alternative might be youtube.com, but too often have videos been submitted with crappy soundtracks dubbed over them, or incredibly awkward teenagers raging at each other over vent, drowning out whatever is going on in-game.
These are some samples from The Temple of Ahn'Qiraj's final boss, C'Thun.
Open up your chat box in-game, and copy paste this;
/script PlaySoundFile("Sound\\Creature\\CThun\\CThunDeathIsClose.wav")
"Death is close."
/script PlaySoundFile("Sound\\Creature\\CThun\\YourHeartWill.wav")
"Your heart will explode."
Note: No one else but you can hear these sound files.
2. To make my spells more entertaining by using macros along with these sound files.
Using the two examples above, I will show you some examples of what macros my warlock is currently using.
#showtooltip
/cast Death Coil
/script PlaySoundFile("Sound\\Creature\\CThun\\YourHeartWill.wav")
Now every time I cast Death Coil, the sound clip "Your heart will explode." will play.
#showtooltip
/cast Shadowfury
/script PlaySoundFile("Sound\\Creature\\CThun\\CThunDeathIsClose.wav")
Now every time I cast Shadowfury, the sound clip "Death is close." will play.
In the end, making these macros may be of help to you, but are mostly just for fun. If anyone can think of some really cool things for this, please share them here.