Thread: WOD/Pre-patch
View Single Post
12-08-14, 01:27 PM   #687
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
Originally Posted by ircdirk View Post
Ok, i got the continents + zones table. But i see one Zone form Zones.lua file which have continent number 8 which is not in continents from NxMapData.lua:

Code:
[737] = L["The Maelstrom"] .. "|1|85|2|8||",
Is that wrong or it has some purpose? I think The Maelstrom continent is number 5 in NxMapData.lua so it should be corrected?

Code:
[5] = {
		Name = "The Maelstrom",
		FileName = "TheMaelstromContinent",
		X = 1700,
		Y = -1500,
	},
Other thing that most Raids and Dungeons form Zones.lua are also in continent number 5 ...
Yes it should be 5. As for dungeons & raids, carbonite see's the faction 3 continent 5 and knows it needs to translate that, looking at the zoneId further in and calculating which continent it really is.