Jump to content

[quest fix]As the Crow Flies


Recommended Posts

Posted

What bug does the patch fix? What features does the patch add?

As the Crow Flies

For which repository revision was the patch created?

7809

Is there a thread in the bug report section or at lighthouse?

Just in UDB's forum:

- http://udbforums.org/index.php?topic=11993.0

- http://udbforums.org/index.php?topic=11436.0

Who has been writing this patch?

Anubisss

diff --git a/src/game/TaxiHandler.cpp b/src/game/TaxiHandler.cpp
index 0450ccb..8eeafc9 100644
--- a/src/game/TaxiHandler.cpp
+++ b/src/game/TaxiHandler.cpp
-204,6 +204,10 @@ void WorldSession::HandleTaxiNextDestinationOpcode(WorldPacket& /*recv_data*/)
    if(!curDest)
        return;

+    // TaxiNode: 96 -> Zangarmarsh - Quest - As the Crow Flies - End | quest support: As the Crow Flies
+    if(curDest == 96 && GetPlayer()->GetQuestStatus(9718) == QUEST_STATUS_INCOMPLETE)
+        GetPlayer()->CompleteQuest(9718);
+
    TaxiNodesEntry const* curDestNode = sTaxiNodesStore.LookupEntry(curDest);

    // far teleport case

paste: http://pastebin.com/f2ca15b8b

Its hackly a bit. :)

Posted
Not sure how this possible implement by scripts

As far as I know you click on a quest item near the quest NPC when this quest is accepted, and the player will be morphed into a bird and follow a flight path. This should not be impossible, or am I completely wrong? :)

Posted

Yes, but patch related to way how related zone explored as expected by quest. In patch suggested by taxi destination node check that not have another similar cases and then hack like. But code have examples for do specific steps at dummy aura apply/remove and this expected for dummy auras...

Posted

could probably just use a trigger in the lake, because the quest completion is supposed to be activated when u fly near the lake, not sure though whether you need to use the transport or not. if someone could test on live whether u need the flightpath or not it would help. if not then an invisble trigger npc could proc quest completion when in LOS

  • 3 weeks later...
Posted

When you use Stormcrow Amulet, it automagically transforms you into a crow and you fly around the lakes (I believe the flying part is already implemented). When you dismount at the end of the flying part next to the questgiver, the quest autocompletes.

  • 2 years later...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use