smaitch / Grail

World of Warcraft addon to provide a database of quest information.
31 stars 20 forks source link

The Maw quests need grouping #265

Open yoshimo opened 3 years ago

yoshimo commented 3 years ago

Out of all dailies and weeklies in the maw only a fixed set is available which appears on the map directly so we should query GetQuestsForPlayerByMapID(1543) for those available and hide the rest.

smaitch commented 3 years ago

I just pushed a change that should handle the dailies. However, Grail still needs some P: codes for other repeatable quests that may be available.

yoshimo commented 3 years ago

They are also locked behind a quest somewhere in the maw storyline chain, so P: is for sure required for all of them

yoshimo commented 3 years ago

How easy is it to print every quest-id pair to chat which is currently shown by wholly? Would make it easier to handle them in bulk.