File Details
CritSound 1.7
- R
- Oct 14, 2011
- 244.20 KB
- 477
- 4.2.0
- Retail
File Name
CritSound1.7.zip
Supported Versions
- 4.2.0
CritSound 1.7 includes three mode:
1.single mode: always plays the first sound in the list.
2.sequence mode: plays the sounds in the list one by one when you perform a critical hit continually.
3.random mode: plays the sounds in the list randomly.
you can use "/cs mode" to switch the modes.
if you use the sequence mode, you can use "/cs aging" to 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
"CriticalDamage.mp3", --second time
"Wickedsick.mp3", --etc.
"Godlike.mp3",
"CritHeal.mp3"
},
if you want to add xxx.mp3, just add it below the last sond, but don't forget to add a comma after the line 10.
spell = {
"CriticalDamage.mp3", --first time
"CriticalDamage.mp3", --second time
"Wickedsick.mp3", --etc.
"Godlike.mp3",
"CritHeal.mp3",
"xxx.mp3"
},

