From 3075954a513bd1e89d2bd994eb6e1e0e6f3a1461 Mon Sep 17 00:00:00 2001 From: "Nathanial.C.Jones" Date: Tue, 31 Jan 2012 13:10:56 +0000 Subject: [PATCH] Finished update of Elders to mapID based planes, with the addition of Cat elders. --- QuestHelper/custom.lua | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/QuestHelper/custom.lua b/QuestHelper/custom.lua index b96dfca..0424610 100644 --- a/QuestHelper/custom.lua +++ b/QuestHelper/custom.lua @@ -334,7 +334,18 @@ local elders = { ["Muraco"] = "Storm Peaks 64 51", ["Stonebeard"] = "Storm Peaks 31 38", ["Tauros"] = "Zul'Drak 59 56" - } + }, + ["Cataclysm"] = { + ["Moonlance"] = "Shimmering Expanse 57, 86", -- Biel'aran Ridge, Shimmering Expanse + ["Windsong"] = "Mount Hyjal 27 62", -- Sanctuary of Malorne, Hyjal + ["Evershade"] = "Mount Hyjal 63 23", -- Nordrassil, Hyjal + ["Stonebrand"] = "Deepholm 50 55", -- Temple of Earth, Deepholm + ["Deepforge"] = "Deepholm 28 69", -- Stonehearth, Deepholm + ["Menkhaf"] = "Uldum 66 19", -- Khartut's Tomb, Uldum + ["Sekhemi"] = "Uldum 32 63", -- Ruins of Ammon, Uldum + ["Firebeard"] = "Twilight Highlands 51 71", -- Dunward Town Square, Dunward Ruins, Twilight Highlands + ["Darkfeather"] = "Twilight Highlands 52 33" -- Thundermar Ruins, Twilight Highlands + }, } local function searchItem(input, yield_countdown, yield_countdown_max)