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