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

Title: [SOLVED] Sound inside WMOs
Post 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!
Title: Re: [PROBLEM] Sound inside WMOs
Post by: Barov on October 23, 2014, 12:02:21 pm
I think that you can change it in the WMOareatable.dbc file.
Title: Re: [PROBLEM] Sound inside WMOs
Post by: Steff on October 23, 2014, 12:55:58 pm
WMOs have own sound DBC entrys. So you have to fix them.
Title: Re: [PROBLEM] Sound inside WMOs
Post by: Krako on October 23, 2014, 03:19:13 pm
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...
Title: Re: [PROBLEM] Sound inside WMOs
Post by: schlumpf on October 23, 2014, 04:04:14 pm
Code: [Select]
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;)
Title: Re: [PROBLEM] Sound inside WMOs
Post by: Krako on October 23, 2014, 04:25:05 pm
Thank you all! I mark this as solved!