EchoTiger
Official Profile and Singular Developer
- Joined
- Nov 28, 2012
- Messages
- 6,810
I see.I did some research and finally find out what might have happened:
Seems like there must have happened something to quest item you get from prequest "A Rough Ride" (A Rough Ride - Quest - World of Warcraft). This quest item summons NPC and if you have lost it, toon will stand there forever. If you lost this item, you can go back to Elder Harkek (Elder Harkek - NPC - World of Warcraft) and get it again. You could add some logic, so toon will go back to this Elder Harkek, get quest item and summons NPC in case it has been lost.
Just in case you might need a quest tree:
The Mist Isn't Listening - Quest - World of Warcraft
This quest area is an ongoing mess of issues as of late.
When the prePatch was released for Legion, Blizzard completely broke quests where the quest giver gives you an item in order to complete the quest with.
The item goes into a new 'invisible quest bag' where quest items go so they don't clutter your inventory up.
eg: If you loot "Boar Hide" for the quest "Get Boar Hides" - the boar hide won't show in your inventory as you loot it. Instead they go to the invisible bag.
However, Blizzard failed to realize that some quest items are actually needed in the 'real bag' so the player can actually use them.
I've added code around these quests to go get another of the summon item if it's not detected in the player's real bag before - but despite that it still seems this is an issue.
I've added more code for checking if the player has the item.
Given how buggy this zone is due to the quest item glitch - I can't guarantee it will work.