Skip to content

Commit 303f451

Browse files
committed
Fix some reported quest and object errors
1 parent ea04b36 commit 303f451

File tree

6 files changed

+52
-10
lines changed

6 files changed

+52
-10
lines changed

.contrib/Parser/DATAS/06 - Expansion Features/07 - Legion/Legion Class Halls/Dreadscar Rift (Warlock).lua

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.LEGION, bubbleDown({ ["timelin
112112
["provider"] = { "n", 101456 }, -- Ritssyn Flamescowl
113113
["coord"] = { 57.3, 60.8, LEGION_THE_UNDERBELLY },
114114
["maps"] = { 718 }, -- Dreadscar Rift (Scenario Map)
115+
["groups"] = {
116+
o(245924, { -- Tome of Blighted Implements
117+
["coord"] = { 57.3, 37.2, 718 }, -- Dreadscar Rift (Scenario Map)
118+
["groups"] = { i(132512) }, -- Tome of Blighted Implements (QI!)
119+
}),
120+
},
115121
}),
116122
-- Artifact
117123
q(40684, { -- The Tome of Blighted Implements
@@ -181,10 +187,15 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.LEGION, bubbleDown({ ["timelin
181187
["provider"] = { "n", 100812 }, -- Revil Kost
182188
["coord"] = { 49.4, 74.8, DEADWIND_PASS },
183189
["groups"] = {
184-
i(128942, { -- Ulthalesh, the Deadwind Harvester
185-
["ItemAppearanceModifierID"] = 9,
190+
o(246021, { -- Ulthalesh, the Deadwind Harvester
191+
["coord"] = { 45.1, 67.8, 46 }, -- Karazhan Catacombs
186192
["groups"] = {
187-
artifact(294), -- Ulthalesh, the Deadwind Harvester
193+
i(128942, { -- Ulthalesh, the Deadwind Harvester
194+
["ItemAppearanceModifierID"] = 9,
195+
["groups"] = {
196+
artifact(294), -- Ulthalesh, the Deadwind Harvester
197+
},
198+
}),
188199
},
189200
}),
190201
},
@@ -232,9 +243,18 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.LEGION, bubbleDown({ ["timelin
232243
{ 37.7, 31.8, DREADSCAR_RIFT },
233244
},
234245
["groups"] = {
235-
i(136987), -- Aged Snowplum Brandy (QI!)
236-
i(136985), -- Can of Overheated Oil (QI!)
237-
i(136983), -- Grave Dust (QI!)
246+
o(249748, { -- Aged Snowplum Brandy
247+
["coord"] = { 48.6, 38.5, LEGION_DALARAN },
248+
["groups"] = { i(136987) }, -- Aged Snowplum Brandy (QI!)
249+
}),
250+
o(249744, { -- Can of Overheated Oil
251+
["coord"] = { 38.6, 24.9, LEGION_DALARAN },
252+
["groups"] = { i(136985) }, -- Can of Overheated Oil (QI!)
253+
}),
254+
o(249742, { -- Freshly Dug Grave
255+
["coord"] = { 34.7, 38.1, LEGION_DALARAN },
256+
["groups"] = { i(136983) }, -- Grave Dust (QI!)
257+
}),
238258
i(136986), -- Stag Blood Sample (QI!)
239259
},
240260
}),
@@ -1015,6 +1035,7 @@ root(ROOTS.HiddenQuestTriggers, expansion(EXPANSION.LEGION, bubbleDownSelf({ ["t
10151035
n(CLASS_HALL, {
10161036
cl(WARLOCK, bubbleDownSelf({ ["classes"] = { WARLOCK } }, {
10171037
q(41154), -- Attacking Revil Kost During Artifact Quest
1038+
q(42167), -- Blood Gather Bit -- choose to use dark magic on NPC during q(42128)
10181039
q(42205), -- Entrance Bit - using Portal to Scenario during "Dark Whispers" (questID 42125)
10191040
q(40514), -- Revil convinced
10201041
q(42203), -- Ritual Bit - using Portal to Scenario during "Dark Whispers" (questID 42125)

.contrib/Parser/DATAS/06 - Expansion Features/07 - Legion/Legion Class Halls/Netherlight Temple (Priest).lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.LEGION, bubbleDown({ ["timelin
238238
["coord"] = { 65.5, 59.4, 714 }, -- Niskara
239239
["groups"] = {
240240
i(128825, { -- T'uure, Beacon of the Naaru
241-
artifact(118), -- T'uure, Beacon of the Naaru
241+
["ItemAppearanceModifierID"] = 9,
242+
["groups"] = { artifact(118) }, -- T'uure, Beacon of the Naaru
242243
}),
243244
},
244245
}),

.contrib/Parser/DATAS/06 - Expansion Features/07 - Legion/Legion Class Halls/The Dreamgrove (Druid).lua

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,14 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.LEGION, bubbleDown({ ["timelin
238238
}),
239239
q(42054, { -- Archimonde, the Defiler
240240
["sourceQuests"] = { 42053 }, -- The War of the Ancients
241-
["provider"] = { "n", 107212 }, -- Skylord Omnuron
242-
["coord"] = { 53.7, 33.9, 760 },
241+
["qgs"] = {
242+
107132, -- Keeper Remulos
243+
107212, -- Emerald Dryad
244+
107213, -- Guardian of the Dream
245+
107214, -- Guardian of the Dream
246+
107215, -- Guardian of the Dream
247+
},
248+
["coord"] = { 61.6, 65.6, 760 },
243249
}),
244250
q(41332, { -- Ascending The Circle
245251
["sourceQuests"] = { 41255 }, -- Sowing The Seed

.contrib/Parser/DATAS/06 - Expansion Features/07 - Legion/Legion Class Halls/The Wandering Isle (Monk).lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.LEGION, bubbleDown({ ["timelin
143143
["sourceQuests"] = { 42762 }, -- The Wanderer's Companion
144144
["provider"] = { "n", 108700 }, -- The Monkey King
145145
["coord"] = { 41.6, 27.4, THE_JADE_FOREST },
146+
["groups"] = {
147+
o(251337, { -- Barrel of Odd Smelling Brew
148+
["coord"] = { 51.5, 64.5, VALLEY_OF_THE_FOUR_WINDS },
149+
["groups"] = { i(138624) }, -- Odd Smelling Brew (QI!)
150+
}),
151+
},
146152
}),
147153
q(42767, { -- The Riddle of the Land
148154
["sourceQuests"] = { 42762 }, -- The Wanderer's Companion

.contrib/Parser/DATAS/17 - NYI/Sourceless.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ root(ROOTS.Sourceless, bubbleDownFiltered({
431431
expansion(EXPANSION.LEGION, patch(0,3), bubbleDownSelf({ ["timeline"] = { ADDED_7_0_3 } }, {
432432
q(39842), -- One Mage's Trash
433433
q(39843), -- The Muck Stops Here
434-
q(42167), -- Blood Gather Bit
435434
q(42480), -- Assn Rogue - Flavor Event 02 (Alliance)
436435
})),
437436

src/Modules/Contributor.lua

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,15 +420,21 @@ MobileDB.Creature = {
420420
[103506] = true, -- Ritssyn Flamescowl
421421
[105637] = true, -- Scowling Rosa <Texts and Specialty Goods>
422422
[106656] = true, -- Seeker of Wisdom <Magisters>
423+
[107212] = true, -- Emerald Dryad
424+
[107213] = true, -- Guardian of the Dream
425+
[107214] = true, -- Guardian of the Dream
426+
[107215] = true, -- Guardian of the Dream
423427
[107840] = true, -- Stormforged Grapple Launcher
424428
[108961] = true, -- Sergeant Dalton
429+
[109049] = true, -- The Monkey King
425430
[109221] = true, -- Thassarian
426431
[109222] = true, -- Meryl Felstorm
427432
[110538] = true, -- Valewalker Farodin
428433
[110768] = true, -- Image of Kalec
429434
[112663] = true, -- Danica the Reclaimer
430435
[112666] = true, -- Asha Ravensong
431436
[112688] = true, -- Meryl Felstorm
437+
[112693] = true, -- Black Harvest Acolyte
432438
[112701] = true, -- Justicar Julia Celeste
433439
[113686] = true, -- Archmage Khadgar
434440
[113857] = true, -- Light's Heart
@@ -1055,6 +1061,7 @@ MobileDB.GameObject = {
10551061
[244935] = true, -- Dry Timber
10561062
[244994] = true, -- Weapon Rack
10571063
[245212] = true, -- Magic Harpoon
1064+
[245234] = true, -- Barrier Control (q:40729)
10581065
[245321] = true, -- Katarine's Cage
10591066
[245324] = true, -- Rich Leystone Deposit
10601067
[245325] = true, -- Rich Felslate Deposit
@@ -1086,8 +1093,10 @@ MobileDB.GameObject = {
10861093
[245947] = true, -- Telemetry Lab (q:40747)
10871094
[245950] = true, -- Fountain (q:40747)
10881095
[245954] = true, -- Fountain (q:40747)
1096+
[245994] = true, -- Ulthalesh, the Deadwind Harvester (q:40623)
10891097
[246020] = true, -- Guardian's Arcanum
10901098
[246036] = true, -- Waterlogged Cache of Ancient Relics [Helya]
1099+
[246148] = true, -- Heart of the Overlord (q:40731)
10911100
[246237] = true, -- Test Chamber
10921101
[246297] = true, -- Arcane Coil
10931102
[246328] = true, -- Arcane Coil

0 commit comments

Comments
 (0)