WoW-Pro Guides

WoW-Pro Guides

3M Downloads

Horde Hellfire Peninsula

CodingDino opened this issue ยท 5 comments

commented

From Silverchief on WoW-Pro

  1. When picking up the quest "Naladu", tomtom points to the NPC called Naladu, rather than the quest giver.
  2. When doing "The Dreghood Elders", tomtom only points towards the first elder you release, and not the other two. (Now this one was interesting, because it seems that the objectives tomtom points toward are missing coordinates in the objective descriptions, while the objectives tomtom is missing have their coordinates in the description. Go figure)
  3. For the following quest pick-ups, tomtom pointed about 4000 yards away from where it should:
    -"The Umbrafen Tribe"
    -"Plants of Zangarmarsh"
    -"The Dying Balance"
    -"Disturbance at Umbrafen"
    -"A Warm Welcome"
    The next one also has the turn in pointing at a weird place:
    -"The Cenarion Expedition"
  4. For the following quest pickups there was no tomtom arrow at all:
    -"Leader of the Darkcrest"
    -"Leader of the Bloodscale"
    -"Warden Hamoot" (Getting or turning in)
    -"Source of the Corruption (Turning in)
  5. Before handing in "The Demoniac Scryer", you're told to fly to Thrallmar, even though you are in the Mag'Har outpost, where there is no flight point.
commented

I did a quick touch up on this file to fix the stuff in #3 (all missing the zone tag, so of course it's way off... :) ) and #4 (just needed mapping tags). Those changes are in my fork.

commented

Looking through this guide file, I've noticed a number of places where there are "empty" tag entries on some of the guide steps, specifically down in the Dreghood Elders quests. Is that valid? Example:

T A Traitor Among Us |QID|10367| |N|Back at Naladu|M|16.5,65.0|
commented

The "empty" tag entries are completely okay code wise. The parser just looks for, for example |N| and reads the stuff after it until another |, so it doesn't matter if there are extra spaces or |'s in between.

Thanks very much for the fixes :)

commented

Update on this: #3 #4 #5 are done. I haven't looked at #1 or #2 yet (although I think #2 is just more fixing of mapping coords).

commented

Fixed issues #1 and #2. Will upload shortly.