View Single Post
10-21-13, 06:26 PM   #13
Coasty
A Flamescale Wyrmkin
Join Date: Aug 2009
Posts: 116
Originally Posted by JWMcQuire View Post
Thanks for explaining what you meant.

Before I tried this, I usually edited the coordinates in the "nil" commands in the quest objective sections to provide more accurate locations to objectives.

For this one, I cutting back to the one objective and changing the coordinates to the location of the entrance to Hive Regal that gets you to the crystal and the Mistress.

By default without the objective section, the goto points automatically to the location of those two within Regal Hive leaving the quester to search for the correct entrance location.

I hope this helps. :-)
Ah OK, I didn't get that the first time around.

I looked at the objective section "nil' lines again, and maybe (as in finally!!!) a light bulb went off for me.

The original line for the first quest looked like this:

[8309] = {
Quest = [[Glyph Chasing|0|56|54|0|0]],
Start = "341|261|32|46.39|79.03",
End = "341|261|32|46.4|79.03",
Objectives = {
[1] = {
"nil|261|35|54.5|25.5|5.01|6.68",
},
[2] = {
"nil|261|35|42.5|56.5|5.01|3.34",
},
[3] = {
"nil|261|35|55.5|90|5.01|6.68",
},
},
},

I think the 3rd and 4th numbers are the coords so If I understand things correctly what the edited code for the two quests should look like is this:

[8309] = {
Quest = [[Glyph Chasing|0|56|54|0|0]],
Start = "341|261|32|46.39|79.03",
End = "341|261|32|46.4|79.03",
Objectives = {
[1] = {
"nil|261|35|58.2|78.6|5.01|6.68",
},
},
},
[8310] = {
Quest = [[Breaking the Code|0|56|54|0|0]],
Start = "342|261|32|46.02|79.32",
End = "342|261|32|46|79.33",
Objectives = {
[1] = {
"nil|261|35|58.2|78.6|5.01|6.68",
},
},
},

Would that be correct?
__________________
Paul Stout
nUI User and Contributor
[email protected]

Last edited by Coasty : 10-21-13 at 06:53 PM.