View Single Post
11-21-12, 05:00 PM   #8
warbaby
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Nov 2012
Posts: 6
Originally Posted by Nimhfree View Post
If you have an algorithm to process the quest data from Carbonite, I will try to take the pieces that Grail does not have and integrate them into Grail as a loadable addon. I just need to know how to parse the Carbonite quest data.
The data format is described in the above link. If there is any confusion because of my poor English, feel free to ask questions...

I wonder how the original team generates the quest db. The most important algorithm is to merge nearby point into an area.

And I found that in WTF/<Account>/Carbonite.lua, there are captured quest data like "
["NXCap"] = {
["Q"] = {
[24535] = "0(StartNPC)#e100^4a7d5a04d0~(EndNPC)#e100^7d5a04cf~~7d50c4f2~7d5074f2",

This contains most needed information, but still the objective point are "dots", need to be merge in to facets.