Skip to content

Commit

Permalink
[DB] quest.
Browse files Browse the repository at this point in the history
  • Loading branch information
NORPG committed Feb 12, 2025
1 parent 77beba1 commit ca32641
Showing 1 changed file with 38 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,30 +56,65 @@ root(ROOTS.Instances, expansion(EXPANSION.CLASSIC, {
["groups"] = {
objective(1, {
["provider"] = { "n", 237820 }, -- Deceased Adventurer
["coord"] = { 39.0, 74.0, DEADWIND_PASS },
["coord"] = { 40.0, 74.2, DEADWIND_PASS },
}),
},
}),
q(86965, { -- No Ordinary Shadows
["qg"] = 237820, -- Deceased Adventurer
["coord"] = { 39.0, 74.0, DEADWIND_PASS },
["coord"] = { 40.0, 74.2, DEADWIND_PASS },
["sourceQuest"] = 86964, -- For Gold and Glory!
["lvl"] = 60,
["groups"] = {
objective(1, {
["provider"] = { "n", 218920 }, -- Agent Keanna <Violet Eye>
["coord"] = { 52.0, 34.0, DEADWIND_PASS },
}),
},
}),
q(86966, { -- Seeking Survivors
["qg"] = 218920, -- Dalaran Agent <Violet Eye>
["coord"] = { 52.0, 34.0, DEADWIND_PASS },
["sourceQuest"] = 86965, -- No Ordinary Shadows
["lvl"] = 60,
["groups"] = {
objective(1, {
["provider"] = { "n", 237819 },
["coords"] = {
{ 59.2, 73.4, DEADWIND_PASS }, -- Entrance of the Ogre Cave
{ 65.2, 78.6, DEADWIND_PASS }, -- Injured Adventurer
},
}),
},
}),
q(86967, { -- To the Rescue
["qg"] = 237819, -- Injured Adventurer
["coord"] = { 59.2, 73.4, DEADWIND_PASS },
["coord"] = { 65.2, 78.6, DEADWIND_PASS },
["sourceQuest"] = 86966, -- Seeking Survivors
["lvl"] = 60,
["groups"] = {
objective(1, {
["provider"] = { "i", 235785 }, -- Deadwind Cage "Key"
["crs"] = {
7372, -- Deadwind Warlock
7379, -- Deadwind Ogre Mage
7371, -- Deadwind Mauler
7369, -- Deadwind Brute
},
}),
objective(2, {
["provider"] = { "n", 237821 }, -- Injured Adventurer
["coord"] = { 65.2, 78.6, DEADWIND_PASS },
}),
objective(3, {
["provider"] = { "n", 237818 }, -- Harrison Jones
["coord"] = { 52.2, 34.2, DEADWIND_PASS },
}),
},
}),
q(86968, { -- Are You Afraid of the Dark?
["qg"] = 237818, -- Harrison Jones
["coord"] = { 52.2, 34.2, DEADWIND_PASS },
["sourceQuest"] = 86967, -- To the Rescue
["lvl"] = 60,
}),
Expand Down

0 comments on commit ca32641

Please sign in to comment.