Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: nicepants on September 19, 2012, 04:55:32 am
-
I can't figure out what row Yak Chuffs sound is supposed to be in for CreatureSoundData.dbc
I'm guessing it would be "iRefID_soundWingFlapID" ?
Also the Foley Run/Walk I can't seem to figure out...
http://www.pxr.dk/wowdev/wiki/index.php ... ndData.dbc (http://www.pxr.dk/wowdev/wiki/index.php?title=CreatureSoundData.dbc" onclick="window.open(this.href);return false;)
Chuff sounds seem to be in MoP only and theres no CreatureSoundData.dbc for it
-
- make sure you copied all sounds to your wotlk client.
- Remove all data from the respective row for that model in creatureSoundData or whatever creaturemodeldata and creaturedisplayinfo link to.
- are the sounds you want to change gone?
- if yes: restore the row partly until the sound reappears. Change the row you found. You're done.
- if no: you are dealing with in-model sound events. There are multiple ways how they can be done.
- open the m2 in some editor. Look at the events section. You can find a documentation of that on pxr.dk/wowdev/wiki. You may have to look into all available events snd choose an animation where the sound happens. I randomly guess it is a $SND event. It might be a special one though. Change the data item there, which is a dbc link.