Add Gathering Profession Weeklies to the tracker for "TWW Services Requested"
Xynas00 opened this issue ยท 1 comments
Is your feature request related to a problem? Please describe.
Currently Saved instances tracks all Profession "Services Requested" quests. However, there is no tracking for the weekly profession quests for Gathering professions (plus Enchanting)
Describe the solution you'd like
rework the professions services tracking to profession weekly (rename?) and then include all the missing profession weeklies. (partial solution implemented in pull request #937 )
It would be better if it would not change to a tick mark and remain a list of completed quests, but i am unsure how to achieve that.
Describe alternatives you've considered
tracking the quests via the "weekly" list by adding the following
[83103] = "Weekly", -- Acquiring Aqirite
[83102] = "Weekly", -- Bismuth is Business
[83104] = "Weekly", -- Identifying Ironclaw
[83106] = "Weekly", -- Null Pebble Excavation
[83105] = "Weekly", -- Rush-order Requisition
[83097] = "Weekly", -- Cinder and Storm
[83100] = "Weekly", -- Cracking the Shell
[82993] = "Weekly", -- From Shadows
[83098] = "Weekly", -- Snap and Crackle
[82992] = "Weekly", -- Stormcharged Goods
[84086] = "Weekly", -- A Rare Necessity
[84084] = "Weekly", -- Just a Pinch
[84085] = "Weekly", -- The Power of Potential
[82970] = "Weekly", -- A Bloom and A Blossom
[82962] = "Weekly", -- A Handful of Luredrops
[82965] = "Weekly", -- Light and Shadow
[82958] = "Weekly", -- Little Blessings
[82916] = "Weekly", -- When Fungi Bloom
Additional context
List of all the missing quests for Mining, Skinning, Enchanting, and Herbing
I believe it would be better to show the quests completed instead of the "tick" mark at the end. However i am unsure how to achieve this via the code.