Classic rogue sounds in 8.3

So…I found this thread here

I decided to use his addon to mute the default Vanish sound:

  1. Find C:\Program Files (x86)\World of Warcraft_retail_\Interface\AddOns\Oldgunsounds\OldGunSounds.lua
  2. Edit in notepad
  3. Add this line in after line 17 - this mutes the default vanish & shadowstep sound:
    568893,-- sound/spells/shadowstepimpact.ogg
  4. Make Vanish Macro as follows:
    #showtooltip Vanish
    /run PlaySound(22905)
    /cast Vanish

Only issue is the sound plays even if the spell doesn’t come off. Is there any logic I could add that if the spell doesn’t go off then the sound doesn’t play? I did the same thing with backstab but it was quite offputting having the TBC sound play but not necessarily the spell go off.

Here’re the lines to mute the new cheap shot sounds
1311830,-- sound/spells/spell_ro_cheapshot_cast_revamp_01.ogg
1311831,-- sound/spells/spell_ro_cheapshot_cast_revamp_02.ogg
1311832,-- sound/spells/spell_ro_cheapshot_cast_revamp_03.ogg
1311833,-- sound/spells/spell_ro_cheapshot_cast_revamp_04.ogg
1311834,-- sound/spells/spell_ro_cheapshot_cast_revamp_05.ogg
1311835,-- sound/spells/spell_ro_cheapshot_impact_revamp_01.ogg
1311836,-- sound/spells/spell_ro_cheapshot_impact_revamp_02.ogg
1311837,-- sound/spells/spell_ro_cheapshot_impact_revamp_03.ogg
1311838,-- sound/spells/spell_ro_cheapshot_impact_revamp_04.ogg
1311839,-- sound/spells/spell_ro_cheapshot_impact_revamp_05.ogg

Here’s the kidney shot sound to put in your macro
/run PlaySound(58160)

Here’re the lines for new backstab/ambush
1305792,-- sound/spells/spell_ro_backstab_cast_revamp_01.ogg
1305793,-- sound/spells/spell_ro_backstab_cast_revamp_02.ogg
1305794,-- sound/spells/spell_ro_backstab_cast_revamp_03.ogg
1305795,-- sound/spells/spell_ro_backstab_cast_revamp_04.ogg
1305796,-- sound/spells/spell_ro_backstab_cast_revamp_05.ogg

and the macro to play the TBC backstab sound (I can’t find the Vanilla sound anywhere)
/run PlaySound(10018)

Working on getting old Evisc back

3 Likes