Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: ladiszlai on October 17, 2015, 11:55:56 am

Title: Where can I find this weapon sound ?
Post by: ladiszlai on October 17, 2015, 11:55:56 am
Hello, Modcraft Community

In the wow, the sword weapons' have got sound effect when I am pull out the sword.

Where can I find this sound in the mpqs ? or what is the name  ?
Title: Re: Where can I find this weapon sound ?
Post by: Amaroth on October 17, 2015, 12:16:17 pm
All such sounds are stored in SoundEntries.dbc. You can find name and location of file you need there. Which MPQ... most likely some from Locales, but I am not sure.
Title: Re: Where can I find this weapon sound ?
Post by: ladiszlai on October 17, 2015, 12:46:45 pm
Quote from: "Amaroth"
All such sounds are stored in SoundEntries.dbc. You can find name and location of file you need there. Which MPQ... most likely some from Locales, but I am not sure.

But I don't know what line is it in sound entries...

I need the name of the WAV
Title: Re: Where can I find this weapon sound ?
Post by: schlumpf on October 17, 2015, 01:33:29 pm
There is http://pxr.dk/wowdev/wiki/index.php?tit ... Sounds.dbc (http://pxr.dk/wowdev/wiki/index.php?title=WeaponImpactSounds.dbc" onclick="window.open(this.href);return false;), http://pxr.dk/wowdev/wiki/index.php?tit ... ounds2.dbc (http://pxr.dk/wowdev/wiki/index.php?title=WeaponSwingSounds2.dbc" onclick="window.open(this.href);return false;), http://pxr.dk/wowdev/wiki/index.php?tit ... bClass.dbc (http://pxr.dk/wowdev/wiki/index.php?title=ItemSubClass.dbc" onclick="window.open(this.href);return false;) and http://pxr.dk/wowdev/wiki/index.php?title=Material.dbc (http://pxr.dk/wowdev/wiki/index.php?title=Material.dbc" onclick="window.open(this.href);return false;) which defines the sound ids

And there was http://pxr.dk/wowdev/wiki/index.php?tit ... ookups.dbc (http://pxr.dk/wowdev/wiki/index.php?title=SheatheSoundLookups.dbc" onclick="window.open(this.href);return false;) at some point
Title: Re: Where can I find this weapon sound ?
Post by: ladiszlai on October 17, 2015, 01:55:50 pm
Quote from: "schlumpf"
There is http://pxr.dk/wowdev/wiki/index.php?tit ... Sounds.dbc (http://pxr.dk/wowdev/wiki/index.php?title=WeaponImpactSounds.dbc" onclick="window.open(this.href);return false;), http://pxr.dk/wowdev/wiki/index.php?tit ... ounds2.dbc (http://pxr.dk/wowdev/wiki/index.php?title=WeaponSwingSounds2.dbc" onclick="window.open(this.href);return false;), http://pxr.dk/wowdev/wiki/index.php?tit ... bClass.dbc (http://pxr.dk/wowdev/wiki/index.php?title=ItemSubClass.dbc" onclick="window.open(this.href);return false;) and http://pxr.dk/wowdev/wiki/index.php?title=Material.dbc (http://pxr.dk/wowdev/wiki/index.php?title=Material.dbc" onclick="window.open(this.href);return false;) which defines the sound ids

And there was http://pxr.dk/wowdev/wiki/index.php?tit ... ookups.dbc (http://pxr.dk/wowdev/wiki/index.php?title=SheatheSoundLookups.dbc" onclick="window.open(this.href);return false;) at some point

Thanks