ALL THE THINGS

ALL THE THINGS

31M Downloads

Spare Parts Quest.

Cagomei opened this issue ยท 1 comments

commented

The quest Spare Parts in space goat starting zone is showing both versions of the quest for a void Elf hunter.

I attempted to fix it, but when i ran the parser its still showing both. I provided the code below. Im not entirely sure what i am doing wrong to fix this.

q(9305, { -- Spare Parts
["qg"] = 17071, -- Technician Zhanaa
["sourceQuest"] = 10302, -- Volatile Mutations
-- #if AFTER WOD
["timeline"] = { "removed 6.0.1.18689" },
["altQuests"] = { 37445 }, -- Spare Parts [New one that exists for no reason]
["timeline"] = { "added 6.0.2.18833" },
-- #endif
-- #if AFTER MOP
["coord"] = { 50.5, 47.9, AMMEN_VALE },
-- #else
["coord"] = { 79.4, 51.2, AZUREMYST_ISLE },
-- #endif
["races"] = ALLIANCE_ONLY,
["lvl"] = lvlsquish(2, 1, 2),
["groups"] = {
objective(1, { -- 0/4 Emitter Spare Part
["provider"] = { "i", 22978 }, -- Emitter Spare Part
-- #if AFTER MOP
["coord"] = { 64.6, 84.4, AMMEN_VALE },
-- #else
["coord"] = { 86.0, 66.8, AZUREMYST_ISLE },
-- #endif
}),
i(24423), -- Beaten Plate Leggings
i(24424), -- Rough Leather Leggings
i(24425), -- Hand Sewn Pants
-- #if AFTER LEGION
i(131250), -- Coarse Mail Leggings
-- #endif
},
}),

commented

They're both technically doable. When you do one, it hides the other.