Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: detonatorss on April 11, 2013, 11:18:08 am

Title: How i add new custom areatable id's in TrinityCpre or MaNGOS
Post by: detonatorss on April 11, 2013, 11:18:08 am
How i add the new custom id's of my areatable in TrinityCore or MaNGOS can anyone help me?
Title: Re: How i add new custom areatable id's in TrinityCpre or Ma
Post by: Ascathos on April 11, 2013, 02:43:48 pm
oO Edit the areatable.dbc and add it to your .dbc files, both client- and server-side ? Apply them with Noggit with the area id tool and opening the area id window (press x) ?

o.o.
Title: Re: How i add new custom areatable id's in TrinityCpre or Ma
Post by: detonatorss on April 11, 2013, 03:53:40 pm
but in game in the characters windows the area is hidden TT
Title: Re: How i add new custom areatable id's in TrinityCpre or Ma
Post by: Ascathos on April 11, 2013, 04:12:29 pm
Quote from: "detonatorss"
but in game in the characters windows the area is hidden TT
No, it shouldn't. Make sure that you place it onto an area and that you add it to ALL the DBCs, client, server, etc. Consider re-extracting Maps, as they are included. Maybe that solves your problem. Make sure that it is not a WMO, as WMO have their own area table.
Title: Re: How i add new custom areatable id's in TrinityCpre or Ma
Post by: detonatorss on April 12, 2013, 02:03:34 pm
i have to put in the emulator the MapID I supose that's the problem and rextract all the things, i supose that are the problems, but i don't know how to put the map in the Srouce XD, i supose that can be, Map.cpp and Map.h but i don't know it XD
Title: Re: How i add new custom areatable id's in TrinityCpre or Ma
Post by: Ascathos on April 12, 2013, 03:23:30 pm
In all honesty, that's bull. I use custom ids myself and it works properly without modifications (server-side wise beside dbc).
Title: Re: How i add new custom areatable id's in TrinityCpre or Ma
Post by: Steff on April 13, 2013, 05:06:54 pm
Have you also added the new IDs to your ADTs with noggit?