Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: Krako on October 22, 2014, 11:28:18 pm
-
Hi there Modcraft! I've been modding a little bit some areas of Blizzard and a lot of my own and i have noticed something. Everytime i walk in some of the WMO i've placed, especially the human wmo like human_farm or humantwostory the background music and ambient sounds change from the Goldshire ones (in this case in particular) to the ones from Duskwood. Is this normal? Is a bug? Can i fix it? Thank you!
-
I think that you can change it in the WMOareatable.dbc file.
-
WMOs have own sound DBC entrys. So you have to fix them.
-
Thank you! But, how can i fix that? I have looked inside the WMOareatable.dbc file, as Barov suggested, but i don't really know what to change in that DBC...
-
DWORD m_AmbienceID;
DWORD m_ZoneMusic;
DWORD m_IntroSound;
sound related.
http://pxr.dk/wowdev/wiki/index.php?tit ... aTable.dbc (http://pxr.dk/wowdev/wiki/index.php?title=WMOAreaTable.dbc" onclick="window.open(this.href);return false;)
-
Thank you all! I mark this as solved!