1. How to mute Succubus sound?

    Is there any way to mute this god damn pet saying "uuuuh ahhh" whiping all the time and yelling?

  2. 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?

  3. If you type 'succ' into this creature sound file, you'll see all succubus sounds:
    https://github.com/fondlez/wow-sound...-Creature3.csv

    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]])
    I think the famous idle whip one is SuccubusStand2A. The ones that are "VO" are actual words/lines.
    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •