Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: Degen on June 24, 2015, 09:37:38 am
-
I'm using Herod's room in old SM (Map 44) as a hub for my personal project, but while indoors there is no music or ambience. I've googled around and found that I need to edit something in the WMOAreaTable.dbc, but I have no way of finding the ID for the WMO used in this map. Can anyone with the resources and know-how check that for me?
-
Still no luck finding the .wmo id of old SM so I can add indoor ambience. If anyone can help I'd greatly appreciate it. My starting area is so quiet. :s
-
pxr.dk/wowdev/wiki, wmo, group, header, id
-
The armory WMO is "Monastery_war.wmo" in WorldWmoAzerothBuildingsDungeonld_scarletmonastery.
His group come from 000 to 019.
For the ID you just have to extract the WMO and open it in 010Editor.
For the WMO it's just here http://puu.sh/iI0tp/adb3f8ef02.png (http://puu.sh/iI0tp/adb3f8ef02.png" onclick="window.open(this.href);return false;), take the correct hexa (or you can use the
WMO template and open the MOHD header.) Dont take the screen for the armory, it's not.
And for the group it's here http://puu.sh/iI0zp/e7c7dac31b.png (http://puu.sh/iI0zp/e7c7dac31b.png" onclick="window.open(this.href);return false;). (Reproduce for every parts of the group, but usually, the sound is mainly controled in the Root. Some ambiance change are sometimes dones in the group, not really more than that.) and ofc it's not the screen for the armory group. It's just a random WMO that I found to show you.
And if you don't know already : If you don't take the ID from the Template (I don't have any template for the WMO group btw) don't forget to invert the numbers.
=> http://puu.sh/iI0Fc/5a64b49d69.png (http://puu.sh/iI0Fc/5a64b49d69.png" onclick="window.open(this.href);return false;) is becoming : 9754
Once it's done, go on a website like that : http://www.statman.info/conversions/hexadecimal.html (http://www.statman.info/conversions/hexadecimal.html" onclick="window.open(this.href);return false;), paste your hexa result and hit "To decimal".
Here you have some work mate.
And I was assuming you were a totally newbie in WMOAreaTable, So don't take it badly if I did too much "details".
I'm not a pro neither, I'm just working hard on the understanding of WMOAreaTable, but at least if you're not going to create a new ambiance for a new custom WMO. You shouldn't have any problem.
Regards.
-
Thank you Mak! I wasn't looking for the Armory map, but the old Scarlet Monastery where all of the stages are connected. I found it pretty quickly though thanks to your help, and now there's finally ambient noise and music in my zone. :D That has been bugging me for a week.