View Single Post
10-18-13, 06:51 AM   #3
Nimhfree
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 267
I bet one could process the Grail quest database information to create a basic set of quest data for Carbonite for levels 85-90. However, it would not contain any objectives information as Grail does not have that. The only real issue I can see is I do not understand some of the fields that Carbonite uses in its quest files. For example:


[3087] = {
Quest = [[Etched Parchment|2|3|3|25139|19]],
Start = "163|4|32|43.22|68.21",
End = "177|4|32|42.86|69.27",
},

In the Quest line, what is the "2" and what is the "19"? The 25139 seems to be a "follow-on" quest but Grail records 25139 as having a prerequisite of 3087 so that should not be an issue.
In the Start line what is the "163" and the "32"?
In the End line what is the "177" and the "32"?