shagu/pfQuest-turtle

The Shield's Owner not tracking objectives

zeress opened this issue · 2 comments

zeress commented

Quest ID: 40554

The quest does not track where to go. It requires interacting with three NPCs

  1. 60949
  2. 60950
  3. 60951

Outside of this, the quest tracking works correctly as obtaining all reports correctly points you back to the turn in.

[40554] = {
["end"] = {
["U"] = { 4944 },
},
["lvl"] = 35,
["min"] = 30,
["obj"] = {
["U"] = { 60385, 60386, 60387 },
},
["pre"] = { 40553 },
["start"] = {
["U"] = { 4944 },
},
},

Wrong Units assigned, should be:

[40554] = {
["end"] = {
["U"] = { 4944 },
},
["lvl"] = 35,
["min"] = 30,
["obj"] = {
["U"] = { 60949, 60950, 60951 },
},
["pre"] = { 40553 },
["start"] = {
["U"] = { 4944 },
},
},

zeress commented

Tested and confirmed that the above fix addresses this issue.

Note: pfQuest does now indicate that the above target NPCs are kill targets, as well as not tracking partial progress but I am unsure if either if these are particular pfQuest-turtle issues or not