Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Data/Objectives/CatchUp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ local objectives = {
-- Midnight: Engineering
{skillLineVariantID = 2910, categoryID = category, quests = {}, itemID = 246326, points = 0, loc = {hint = "Awarded from Patron Orders at your crafting station."}},
-- Midnight: Herbalism
{skillLineVariantID = 2912, categoryID = category, quests = {}, itemID = 238467, points = 0, loc = {hint = "These are randomly looted from herbs around the world once the weekly objectives below are completed."}, requires = {{type = "quest", name = "Trainer Quest", quests = {93704, 93703, 93702, 93700}, match = "any"}, {type = "quest", name = "Gathering", quests = {81425, 81426, 81427, 81428, 81429, 81430}, match = "all"}}},
{skillLineVariantID = 2912, categoryID = category, quests = {}, itemID = 238467, points = 0, loc = {hint = "These are randomly looted from herbs around the world once the weekly objectives below are completed."}, requires = {{type = "quest", name = "Trainer Quest", quests = {93704, 93703, 93702, 93701, 93700}, match = "any"}, {type = "quest", name = "Gathering", quests = {81425, 81426, 81427, 81428, 81429, 81430}, match = "all"}}},
-- Midnight: Inscription
{skillLineVariantID = 2913, categoryID = category, quests = {}, itemID = 246328, points = 0, loc = {hint = "Awarded from Patron Orders at your crafting station."}},
-- Midnight: Jewelcrafting
Expand Down
2 changes: 1 addition & 1 deletion Data/Objectives/WeeklyQuest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ local objectives = {
-- Midnight: Engineering
{skillLineVariantID = 2910, categoryID = category, quests = {93692}, itemID = 263456, points = 1, loc = {m = Enum.WK_Map.SilvermoonCity, x = 45.0, y = 55.2, hint = "Complete a quest from the Artisan's Consortium."}},
-- Midnight: Herbalism
{skillLineVariantID = 2912, categoryID = category, quests = {93700, 93702, 93703, 93704}, itemID = 263462, points = 3, limit = 1, loc = {m = Enum.WK_Map.SilvermoonCity, x = 48.2, y = 51.6, hint = "Complete a quest from |cffffff00Botanist Nathera|r <Herbalism Trainer>."}},
{skillLineVariantID = 2912, categoryID = category, quests = {93700, 93701, 93702, 93703, 93704}, itemID = 263462, points = 3, limit = 1, loc = {m = Enum.WK_Map.SilvermoonCity, x = 48.2, y = 51.6, hint = "Complete a quest from |cffffff00Botanist Nathera|r <Herbalism Trainer>."}},
-- Midnight: Inscription
{skillLineVariantID = 2913, categoryID = category, quests = {93693}, itemID = 263457, points = 4, loc = {m = Enum.WK_Map.SilvermoonCity, x = 45.0, y = 55.2, hint = "Complete a quest from the Artisan's Consortium."}},
-- Midnight: Jewelcrafting
Expand Down