SavedInstances

SavedInstances

11M Downloads

Track the weekly 150 resource cost Argus troops. It's a weekly quest, 900 cost after that each week.

moomins opened this issue ยท 1 comments

commented

The new order hall troops are obtained through weekly/repeatable quests.
The first each week only costs 150 order hall resources. The ones after that each week cost 900.

http://www.wowhead.com/quest=48910 Supplying Krokuun

http://www.wowhead.com/quest=48911 Void Inoculation

http://www.wowhead.com/quest=48912 Supplying the Antoran Campaign

It would be great to be able to track those just like any other weekly content.

Thanks!

commented

In SavedInstances.lua, add to "local QuestExceptions = {":

-- Argus
[48910] = "Weekly", -- Supplying Krokuun
[48911] = "Weekly", -- Void Inoculation
[48912] = "Weekly", -- Supplying the Antoran Campaign

Without those lines it thinks they are dailies, although sometimes they appear under weekly quests already, perhaps if you log in after the daily timer should have reset and it finds they're still on cool down.