View Single Post
01-24-15, 10:42 AM   #17
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
I AM working on this... But the data entry/database part is taking up a lot of time..

The chests are loot once per toon, so I'm including the quest/item id for use with IsQuestFlaggedCompleted

If anyone wants to help speed up the process, then could they write the database in the following format..

nodes[1] = { 947, 35280, 27.1, 2.5, "Stolen Treasure" }
nodes[2] = { 947, 34174, 26.5, 5.7, "Fantastic Fish" }
nodes[3] = { 947, 35279, 28.8, 7.1, "Sunken Treasure" }

nodes[1] = {Zone id, quest/item id, x/y co-ord, " note ",}

the "nodes[1]" need to be in sequence...
The entrys above are 3 real chests...

ANY help writing these will be credited and greatly appreciated..
__________________
I still say a church steeple with a lightning rod on top shows a lack of confidence. Doug McLeod


  Reply With Quote