What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[HowTo] Fix 'Could not generate path to <0,0,0>' for QuestOrder Profiles

Apoc

Well-Known Member
Joined
Jan 16, 2010
Messages
2,790
Reaction score
94
Since this bug has been popping up more and more, and the next release isn't scheduled for possibly a few more days, I decided to make this quick write-up on how to fix it.

No, it's not a 'good' fix, however, it's a fix none-the-less.

Why the bug occurs:

Currently, due to a coding error, Honorbuddy searches for the TurnIn ID for all objects in the object manager. Consequently; this may end up matching an item in your bags, or one you're wearing, instead of an object/unit.

Example of the bug:
http://bugtracker.buddyforum.de/viewissue.php?issue_no=112

Notice the 'TurnInId'. These match the items Frayed Pants, and Frayed Gloves.

The fix:

When the bug occurs (yes, you may need to babysit, or temporarily have a plugin/addon delete these items), look at which turnin it's trying to get to. Then simply check WoWHead for the ITEM with the matching ID.

For example:
Code:
<TurnIn QuestName="The Grizzled Den" QuestId="313" TurnInName="Pilot Stonegear" TurnInId="1377" />

Would match:

http://www.wowhead.com/item=1377

With that said; simply delete that item from your inventory, and you should be good to go. (I'd suggest stopping then starting HB just to make sure you clear the current POI)

It's not a pretty fix, but hey, it works!

As I said before; this is already fixed in the current development builds, so it WILL be fixed for the next release.
 
Back
Top