File Details
CritSound 2.0
- R
- Jan 13, 2012
- 299.11 KB
- 2.1K
- 4.3.0
- Retail
File Name
CritSound2.0.zip
Supported Versions
- 4.3.0
CritSound 2.0:
Type /cs or /critsound to open the option panel.
if you use the sequence mode, you can modify the aging time for collecting your critical hits.
you can edit CritSound.lua to delete or add sounds.
for example, in the line 5 to 11:
spell = {
"CriticalDamage.mp3", --first time
"Dominating.mp3", --second time
"Unstoppable.mp3", --etc.
"Wickedsick.mp3",
"Godlike.mp3",
},
if you want to add xxx.mp3, just add it below the last sound, but don't forget to add a comma after the new lines.
spell = {
"CriticalDamage.mp3", --first time
"Dominating.mp3", --second time
"Unstoppable.mp3", --etc.
"Wickedsick.mp3",
"Godlike.mp3",
"xxx.mp3",
},

