Tracker for weekly island expeditions #72


  • Enhancment
Open
  • Selthi created this issue Oct 12, 2018

    Hello :)

     

    There is a weekly quest for island expeditions to collect 40k azerite for 2.5k azerite reward.

    Maybe you want to add their completion to the weeklies section?

    Should be these:

    https://www.wowhead.com/quest=53435/azerite-for-the-horde

    https://www.wowhead.com/quest=53436/azerite-for-the-alliance

     

    If not completed, a rounded number of its progress (like "35k" for 34.998 collected azerite) in the field would be great but I could imagine that this is hard to track because the quest progress is not counted in the questlog but on the expedition map.

    https://www.wowhead.com/npc=143967/expedition-map (Progress bar for the horde)

    https://www.wowhead.com/npc=143968/expedition-map (Progress bar for the alliance)

  • Selthi added a tag Enhancment Oct 12, 2018
  • Selthi posted a comment Oct 24, 2018

     I changed line 425 441 to show the weeklies/bonus events for level 120:

    Dalaran = { reset = "w", max = 1, questIds = { 53030, 53033, 53034, 53035, 53036, 53037, 53038, 53039 } },
    -- https://de.wowhead.com/weekend-event-quests/min-req-level:120
    -- 53030=WQ, 53033=Tw, 53034=Tw, 53035=Tw, 53036=Bg, 53037=my, 53038=Pet, 53039=Arena

     

    And took the wintergrasp section to show the island azerite quest instead: changed line 418 433

    -- ID's of horde and alliance versions of Azerite weekly
    WGVictory = { reset = "w", max = 1, questIds = { 53435, 53436 } },

    Line 806 821

    icons.WGVictory = select(3, GetCurrencyInfo(1226)) -- Nethershards (for Azerite)

     

    And line 2364 2379 :)

    name = L["Track 'Azerite'"],
    desc = L["If the character has done the island expeditions for the weekly azerite quest"],

    Edited Dec 15, 2018
  • Selthi posted a comment Nov 24, 2018

    Some further changes to track Warfront Stromgarde instead of Tol Barad:

     

    line 419 435

    -- ID's of horde and alliance versions of the Warfront: The Battle for Stromgarde quest -- reset is not weekly

    TBVictory = { reset = "w", max = 1, questIds = { 53416, 53414 } },

     

    line 2371 2386

    name = L["Track 'Warfront'"],

    desc = L["If the character has done the 'Warfront: The Battle for Stromgarde‘ quest"],


    Edited Dec 15, 2018
  • Selthi posted a comment Dec 15, 2018

    The lines above have been moved down by 15 with the latest update (3.0.8).

    I tried to add the Battle for Darkshore (Alliance quest ID: 53992) quest to TBVictory and set max = 2, but I guess that it needs its own entry. Looks confusing to have a number instead of red/done-icon.


To post a comment, please login or register a new account.