Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
CritSound_v2.5.4 release | 275.62 KB | Jul 19, 2018 | 8.0.1 | 5,558 | Download |
CritSound v2.5.3 release | 275.62 KB | Nov 11, 2016 | 7.1.0 | 5,207 | Download |
CritSound v2.5.2 release | 275.82 KB | Aug 4, 2016 | 7.0.3 | 3,407 | Download |
CritSound v2.5.1 release | 275.85 KB | Jul 27, 2016 | 7.0.3 | 968 | Download |
CritSound 2.7 release | 275.47 KB | Nov 17, 2014 | 6.0.3 | 8,070 | Download |
CritSound 2.6 release | 301.29 KB | Jun 7, 2013 | 5.3.0 | 7,283 | Download |
CritSound 2.6 release | 301.29 KB | Dec 8, 2012 | 5.1.0 | 3,598 | Download |
CritSound v2.6 release | 301.29 KB | Oct 15, 2012 | 5.0.5 | 1,992 | Download |
CritSound 2.5 release | 301.30 KB | Mar 25, 2012 | 4.3.0 | 3,833 | Download |
CritSound 2.0 release | 299.11 KB | Jan 13, 2012 | 4.3.0 | 2,072 | Download |
CritSound 1.7.1 release | 298.46 KB | Oct 15, 2011 | 4.2.0 | 4,259 | Download |
CritSound 1.7 release | 244.20 KB | Oct 14, 2011 | 4.2.0 | 437 | Download |
CritSound 1.6 release | 107.55 KB | Oct 12, 2011 | 4.2.0 | 699 | Download |
CritSound 1.6 lite release | 32.99 KB | Oct 12, 2011 | 4.2.0 | 181 | Download |
CritSound 1.5 lite release | 32.94 KB | Jul 15, 2011 | 4.1.0 | 185 | Download |
CritSound 1.5 release | 107.54 KB | Jul 15, 2011 | 4.1.0 | 233 | Download |
CritSound 1.4 release | 107.51 KB | Dec 29, 2010 | 4.0.3a | 4,111 | Download |
CritSound 1.4 lite release | 32.92 KB | Dec 29, 2010 | 4.0.3a | 205 | Download |
CritSound 1.3 lite release | 32.93 KB | Nov 21, 2008 | 3.0.3 | 559 | Download |
CritSound 1.3 release | 97.92 KB | Nov 21, 2008 | 3.0.3 | 392 | Download |
CritSound 1.0 lite release | 33.01 KB | Apr 6, 2008 | 2.4.0 | 87 | Download |
CritSound 1.0 release | 97.83 KB | Apr 6, 2008 | 2.4.0 | 180 | Download |
Description
plays a sound when you perform a critical hit or healing.
includes your physical damage ,spell damage, ranged damage, healing and your damage shield.
CritSound 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.
Use /cs or /critsound to open the controlpanel.
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.ogg", –first time
"Dominating.ogg", –second time
"Unstoppable.ogg", –etc.
"Wickedsick.ogg",
"Godlike.ogg",
},
if you want to add xxx.ogg, just add it below the last sound, but don't forget to add a comma after the new lines.
from WoD, you 'must' use ogg instead of mp3.
spell = {
"CriticalDamage.ogg", –first time
"Dominating.ogg", –second time
"Unstoppable.ogg", –etc.
"Wickedsick.ogg",
"Godlike.ogg",
"xxx.ogg",
},
Add a comment