Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => "Retro-Porting" => Topic started by: Snike on December 05, 2018, 02:03:57 pm

Title: Subzones on the world map
Post by: Snike on December 05, 2018, 02:03:57 pm
Hi, everybody. I need professional help. I moved the map of the lost Islands from MOP to 3.3.5, set the coordinates of the border and everything works. But I can't figure out which DBC files to edit to open the subzones on the world map, so the map was filling up during the flyby of the subzones. Thank you in advance for your help. (sorry for my English)
Title: Re: Subzones on the world map
Post by: schlumpf on December 05, 2018, 06:26:08 pm
That's WorldMapOverlay which defines the uncoverable areas per WorldMapArea. Note that in BfA this system was completely rewritten and now is in UiMap*, working roughly the same but no longer being a copy+paste job for retroporting.
Title: Re: Subzones on the world map
Post by: Snike on December 07, 2018, 12:35:58 pm
Thanks. I hope it will work.
Title: Re: Subzones on the world map
Post by: Snike on December 07, 2018, 07:03:57 pm
that didn't help. Do I need to change maps, mmaps, vmaps?
Title: Re: Subzones on the world map
Post by: schlumpf on December 07, 2018, 07:44:03 pm
What doesn’t work?
Title: Re: Subzones on the world map
Post by: Snike on December 07, 2018, 08:08:00 pm
Does not open subzones on the map.
Title: Re: Subzones on the world map
Post by: schlumpf on December 07, 2018, 09:04:58 pm
Exploration is done via the associated https://wowdev.wiki/DB/AreaTable record‘s area bit. The server needs to know those, which probably is extracted maps. If .gps or alike knows the area name/id, it should work.
Title: Re: Subzones on the world map
Post by: Snike on December 08, 2018, 02:34:17 am
I realized my problem: the server does not see the zone and the area on the map. But the extractor doesn't help. GPS still zone 0 and area 0
Title: Re: Subzones on the world map
Post by: Snike on December 08, 2018, 06:39:52 pm
Hello professionals. Need your help. I did everything by the book. Moved the map Kezan. Added map to Map.dbc added areas to AreaTable.dbc, moved these DBC to the ruRU-3 patch.MPQ and export the maps folder, vmaps for the server. But still, when you are on the map, the server determines the map, the zone, but does not correctly determine the area on the zone. Writes: Map: 804 (Kezan) Zone: 5045 (Kezan) Area: 5045 (Kezan) although area should be 5053. What have I done wrong? Thanks in advance.
Title: Re: Subzones on the world map
Post by: Snike on December 08, 2018, 06:50:28 pm
Here maps.dbc and AreaTable.dbc
Title: Re: Subzones on the world map
Post by: schlumpf on December 09, 2018, 01:13:31 am
most likely the extractor didn't even pick up the mpq. that's the most common issue with that thing.
Title: Re: Subzones on the world map
Post by: Snike on December 09, 2018, 06:45:11 pm
Thanks for your help. It worked.