This add-on allows you to mute original game sounds and replace spell sounds with your own.
All you need is to edit the .lua file with some text editor (Notepad would do it) and follow the instructions in it.
Feel free to ask questions. I would also feel free not to answer them ;P
PS: Some more instructions for playing your own sounds:
- place your sounds in add-on folder
- if you want your spell to cause a sound to play, u have to get the id of a spell first. delete -- in a print(arg3) line and /reload. Now u can see the id of a spell u use in a chat window.
(restore -- again and /reload if you don't want to see the id's all the time)
- there is an example in .lua file making Autoshot (47) to play _Silence.ogg. Just replace 47 with your id and _Silence.ogg with your own sound.
- for other sounds see the lines after first example (elseif)