View Single Post
10-20-13, 04:35 PM   #8
JWMcQuire
A Flamescale Wyrmkin
 
JWMcQuire's Avatar
Join Date: Jun 2013
Posts: 107
Question about "Nil" lines.

Originally Posted by Rythal View Post
it breaks down like this...

[quest ID] = {
Quest = [[Quest Name|faction|quest level|quest minimum level|next quest in series|quest category]],
Start = "NPC Id|zone id|point type|location X|location Y",
End = "NPC Id|zone id|point type|location X|location Y",
},

faction can be 0 for neutral, 1 for alliance, 2 for horde
quest category is the array number matching the categories found in QuestCats.lua
NPC Id is the NPC you talk to, which are all found in QuestNPC.lua (not necessary, and will display a '?' if the NPC name is unknown)
point type is 32 for single coordinate (always for start / end) 35 for boundry box (for objectives)
Thank you for posting that. Can you please also give the breakdown of the "nil" lines given in the "Objective" sections.

Example:
Objectives = {
#1# = {
"nil|261|35|55|89|10.02|3.34",
I get that the breakdown is as follows, . . . I think.

261 = zone
35 Point type?
55 = x
89 = y
10.02 = ?
3.34 = ?

The ones with the question marks are the ones I'd like to know or confirm.

btw, great work on what you've done with this addon.
__________________
I am not an addon author. I contribute when I can, answer questions when I am able, and post issues or ask questions now and then.

Last edited by JWMcQuire : 10-21-13 at 12:09 PM. Reason: Changed hash marks back to letters and sentenc marks originally typed.