SavedInstances

SavedInstances

11M Downloads

Add tracking of Broken Shore building quests

rdw-software opened this issue ยท 1 comments

commented

Source: WowAce

Is there a way to track when you grab the quest from the building that is up in the Broken Shore?

commented

In "SavedInstances/SavedInstances.lua":
Add to "local _specialQuests":
-- Broken Shore
[47040] = { zid=7543, daily=true }, -- Fate Sealed
[47045] = { zid=7543, daily=true }, -- Further Progress
[47054] = { zid=7543, daily=true }, -- Touched By Fate
[47017] = { zid=7543, daily=true }, -- Only The Best

Add to "local QuestExceptions":
-- Broken Shore
[47040] = "Weekly", -- Fate Sealed
[47045] = "Weekly", -- Further Progress
[47054] = "Weekly", -- Touched By Fate
[47017] = "Weekly", -- Only The Best

They're not actually weekly but it is a workable approximation.

They'll show up under "Weekly Quests".

If you care about the other buffs from the building guy then look up the quest ID# on WowHead.com or WowDB.com and follow the pattern above to add their ID# in both places.