From 75a694123edc78082cdbf433fb05849074e61fb4 Mon Sep 17 00:00:00 2001 From: Chun-Chi Hung Date: Mon, 17 Feb 2025 00:00:24 +0800 Subject: [PATCH] [DB] Update qeust. --- .../01 - Classic/Karazhan Crypts.lua | 34 +++++++++++-------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/.contrib/Parser/DATAS/01 - Dungeons Raids/01 - Classic/Karazhan Crypts.lua b/.contrib/Parser/DATAS/01 - Dungeons Raids/01 - Classic/Karazhan Crypts.lua index 63470a027e..6faf10a6fd 100644 --- a/.contrib/Parser/DATAS/01 - Dungeons Raids/01 - Classic/Karazhan Crypts.lua +++ b/.contrib/Parser/DATAS/01 - Dungeons Raids/01 - Classic/Karazhan Crypts.lua @@ -120,31 +120,37 @@ root(ROOTS.Instances, expansion(EXPANSION.CLASSIC, { }), q(86969, { -- The Hypothesis ["qg"] = 218920, -- Dalaran Agent + ["coord"] = { 52.0, 34.6, DEADWIND_PASS }, ["sourceQuest"] = 86968, -- Are You Afraid of the Dark? ["lvl"] = 60, ["groups"] = { - i(235787, { -- Ancient Ironwood Branch (QI!) - ["description"] = "loot from", - ["providers"] = { - { "n", 226923 }, -- Grimroot - { "n", 11489 }, -- Tendris Warpwood + objective(1, { -- 0/1 Flame of Life + ["description"] = "loot from lvl 60 Elite Red Dragon, in the right side of Wetland.", + ["provider"] = { "i", 235789 }, -- Flame of Life (QI!) + ["crs"] = { + 1045, -- Red Dragonspawn + 1047, -- Red Scalebane + 1048, -- Scalebane Lieutenant + 1049, -- Wyrmkin Firebrand + 1050, -- Scalebane Royal Guard }, }), - i(235788), -- Enthusiastic Wisp (QI!) - i(235789, { -- Flame of Life (QI!) - ["description"] = "loot from lvl 60 Elite Red Dragon, in the right side of Wetland.", - ["providers"] = { - { "n", 1045 }, -- Red Dragonspawn - { "n", 1047 }, -- Red Scalebane - { "n", 1048 }, -- Scalebane Lieutenant - { "n", 1049 }, -- Wyrmkin Firebrand - { "n", 1050 }, -- Scalebane Royal Guard + objective(2, { -- 0/1 Ancient Ironwood Branch + ["provider"] = { "i", 235787 } -- Ancient Ironwood Branch (QI!) + ["crs"] = { + 11489, -- Tendris Warpwood + 226923, -- Grimroot }, }), + objective(2, { -- 0/1 Enthusiastic Wisp + ["provider"] = { "i", 235788}, -- Enthusiastic Wisp (QI!) + ["cr"] = 238431, -- Enthusiastic Wisp + }), }, }), q(86970, { -- Testing Our Hypothesis ["qg"] = 218920, -- Dalaran Agent + ["coord"] = { 52.0, 34.6, DEADWIND_PASS }, ["sourceQuest"] = 86969, -- The Hypothesis ["lvl"] = 60, }),