Combat Sound Silencer

0 Downloads

Description

A simple WeakAura that mutes all the terrible combat sounds of your choosing.

Pls add my races sounds

You can do that yourself because everyone has different preferences, like this:

  • Go to 'https://wow.tools/files/#search=&page=1&sort=0&desc=asc' and in the search box in the top right type your race and gender separated with underscores, e.g. 'zandalari_troll_male'

  • Click 'Next' until you reach the page with combat sounds on it.

  • Right click the page and select 'Inspect'.

  • Go to the 'Console' tab and enter this code (if needing multiple FD ID's):

    //This code takes the FD ID from each table row of the returned search and prints an array of the data. var ids = Array.from(document.getElementsByClassName("sorting_1")); var a = []; for (var i = 0; i < ids.length; i++) { a.push(ids[i].textContent) } console.log(a)

  • Copy and paste the output somewhere like Notepad++ or VSCode.

  • Repeat this process and then merge the lists you've taken note of such that they look like this:

    {"2699264", "2699266", "2699267", "2699268"}

  • Once you have all the sound id's you want to mute from 'wow.tools', add them into aura_env.soundTable and '/reload' your UI.

Whats in by default?

  • Zandalari Male
  • Zandalari Female

Because they're fucking garbage.