Modcraft - The community dedicated to quality WoW modding!
Content creation => Level Design => Topic started by: wowman on October 23, 2011, 11:43:20 pm
-
I have had a great time using your tutorials and have a level built with water, npc's, doodads and buildings. I can change the music also for the zone but I can not use flying mounts and I can not change the weather. Could someone help me to understand how to make the zone work with weather and flying mounts please?
-
Both is controlled serverside.
Weather is in the database.
Flying is either hardcoded in the core or specified by a flag in AreaTable.dbc, depending on your server. The client checks for the flag in AreaTable.dbc.
Check pxr.dk/wowdev/wiki for information.
-
Thank you very much. I will check into this.