View Single Post
10-19-13, 01:24 AM   #4
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
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)