AscEmu / AscEmu_TBC

AscEmu TBC... a never ending place to work.
http://ascemu.org
GNU Affero General Public License v3.0
5 stars 9 forks source link

Quest - The Shrine of Dath'Remar #32

Closed ghost closed 8 years ago

ghost commented 8 years ago

http://www.wowhead.com/quest=8345/the-shrine-of-dathremar

What it should do:

You should accept the quest from the NPC and go to the Shrine then right click and receive the text from the Shrine and it will update the quest for completion.

What it currently does:

When you run up and right click it provides the text but doesn't complete the quest.

This works on the Ascemu WOTLK branch so we might need to port what they did with the page IDs / Goober stuff if you look at the code.

ghost commented 8 years ago

As a heads up this isn't just a DB issue, if you set the flag to be Goober then it updates the quest but doesn't give you the text anymore.

ghost commented 8 years ago

So it appears that I have to change it to a goober for it to complete, versus completing as a text gameobject where it actually has text etc as it does on retail.

ghost commented 8 years ago

So you have to change the object to a goober in the DB before it will complete when you click on it? So without that changed it won't complete? If it works with it changed to a goober i'll do a DB update commit then, but will need some more info.