View Single Post
01-10-11, 10:11 AM   #5
Paprika
A Black Drake
Join Date: Sep 2008
Posts: 86
Originally Posted by carboniteaddon View Post
I will look at it, but if the format is not easy to parse, then I will probably not support it.
Since i'm not a programmer and not familiar with the way Carbonite stores it's nodes, i can't help you with the parsing stuff, but I took a look at the DB_WowheadData.lua. Here's an excerpt:

Code:
ARATHI_HIGHLANDS = {
		[2046] = {
			077706,104488,105489,106649,123337,124594,125593,140400,
			171302,180378,199350,206194,206195,219333,243454,243455,
			256231,265342,268264,268265,284637,285639,319350,322442,
			342500,347452,352318,353417,359669,364774,365774,372431,
			403709,405373,405837,406375,412789,429383,430386,434732,
			435732,444783,446830,452379,461689,464364,464807,477738,
			479518,487375,494663,507745,508744,522484,554323,555323,
			563449,598282,642281,687502,692274,692275,709287,720334,
			720335,724454,724455,725453,742359,742385,743383,790373,
		},
-ARATHI_HIGHLANDS is the Zone.
-[2046] is the object. (http://www.wowhead.com/object=2046)
-The rest are the coords, 077706 = 7.7, 70.6

-Check it yourself: http://www.wowhead.com/object=2046 (Choose Arathi Highlands) and select the coordinate in the bottom left corner. You will see the previously mentioned coordinate.

You can grab the latest DB here:
http://www.gathereraddon.com/dl/GathererDB/

Last edited by Paprika : 01-10-11 at 10:18 AM.