This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [SOLVED] Sound inside WMOs  (Read 1209 times)

Krako

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 13
    • View Profile
[SOLVED] Sound inside WMOs
« 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!
« Last Edit: October 23, 2014, 04:25:27 pm by Admin »

Barov

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 49
    • View Profile
Re: [PROBLEM] Sound inside WMOs
« Reply #1 on: October 23, 2014, 12:02:21 pm »
I think that you can change it in the WMOareatable.dbc file.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [PROBLEM] Sound inside WMOs
« Reply #2 on: October 23, 2014, 12:55:58 pm »
WMOs have own sound DBC entrys. So you have to fix them.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Krako

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 13
    • View Profile
Re: [PROBLEM] Sound inside WMOs
« Reply #3 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...
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [PROBLEM] Sound inside WMOs
« Reply #4 on: October 23, 2014, 04:04:14 pm »
Code: [Select]
DWORD m_AmbienceID;
 DWORD m_ZoneMusic;
 DWORD m_IntroSound;
sound related.

http://wowdev.wiki/index.php?tit ... aTable.dbc
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Krako

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 13
    • View Profile
Re: [PROBLEM] Sound inside WMOs
« Reply #5 on: October 23, 2014, 04:25:05 pm »
Thank you all! I mark this as solved!
« Last Edit: January 01, 1970, 01:00:00 am by Admin »