Is there any way to mute this god damn pet saying "uuuuh ahhh" whiping all the time and yelling?
'); document.write(''); var yuipath = 'clientscript/yui'; var yuicombopath = ''; var remoteyui = false; } else // Load Rest of YUI remotely (where possible) { var yuipath = 'https://ajax.googleapis.com/ajax/libs/yui/2.9.0/build'; var yuicombopath = ''; var remoteyui = true; if (!yuicombopath) { document.write(''); } } var SESSIONURL = "s=8d8f8b1835135293a978541a51f4bff9&"; var SECURITYTOKEN = "guest"; var IMGDIR_MISC = "warmane/misc"; var IMGDIR_BUTTON = "warmane/buttons"; var vb_disable_ajax = parseInt("0", 10); var SIMPLEVERSION = "422"; var BBURL = "https://forum.warmane.com"; var LOGGEDIN = 0 > 0 ? true : false; var THIS_SCRIPT = "showthread"; var RELPATH = "showthread.php?p=3239747&t=472126&viewfull=1"; var PATHS = { forum : "", cms : "", blog : "" }; var AJAXBASEURL = "https://forum.warmane.com/"; var CoTTooltips = { rename: true, icons: false, iconsize: 15, qualitycolor: true, overridecolor: { spells: '#839309', items: '', npcs: '#fff', objects: '#fff', quests: '#ffb100', achievements: '#fff' } }; // -->
Is there any way to mute this god damn pet saying "uuuuh ahhh" whiping all the time and yelling?
https://forum.warmane.com/showthread...=1#post3100879
You will have to find the path to that sound though. Probably around Sound\Creature\Succubus or something?
If you type 'succ' into this creature sound file, you'll see all succubus sounds:
https://github.com/fondlez/wow-sound...-Creature3.csv
I think the famous idle whip one is SuccubusStand2A. The ones that are "VO" are actual words/lines.Code:/script PlaySoundFile([[SoundCreatureSuccubusVOSUCCUBUS_DISMISS03.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusVOSUCCUBUS_DISMISS04.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusVOSUCCUBUS_FUNNY.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusVOSUCCUBUS_KILL01.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusVOSUCCUBUS_KILL02.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusVOSUCCUBUS_KILL03.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusVOSUCCUBUS_KILL04.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusVOSUCCUBUS_ORDER01.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusVOSUCCUBUS_ORDER02.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusVOSUCCUBUS_ORDER03.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusVOSUCCUBUS_ORDER04.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusVOSUCCUBUS_SUMMON01.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusVOSUCCUBUS_SUMMON02.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusVOSUCCUBUS_SUMMON03.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusVOSUCCUBUS_SUMMON04.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusSuccubusAggroA.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusSuccubusAttackA.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusSuccubusAttackB.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusSuccubusAttackC.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusSuccubusAttackD.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusSuccubusDeathA.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusSuccubusStand2A.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusSuccubusWoundA.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusSuccubusWoundB.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusSuccubusWoundC.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusSuccubusWoundCritA.wav]]) /script PlaySoundFile([[SoundCreatureSuccubusSuccubusWoundD.wav]])
So, if you only care about the frequent non-word noises and ignore the rarer lines, you can make either manually make an empty file at the path shown under the "Data" folder of your WoW directory, or you can download and extract specific empty files from this general mute pack of all sounds in WotLK:
https://github.com/fondlez/wow-sound....3.5.12340.zip