From 8528d0c7d89ca8ecb0ae3266269a4115dad80949 Mon Sep 17 00:00:00 2001 From: David Lynch Date: Sun, 19 May 2024 11:00:00 -0500 Subject: [PATCH] Better pointer to The Defiant lore, add a point inside the Passage --- achievements/Lorewalkers.lua | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/achievements/Lorewalkers.lua b/achievements/Lorewalkers.lua index 3853109..4669087 100644 --- a/achievements/Lorewalkers.lua +++ b/achievements/Lorewalkers.lua @@ -9,7 +9,7 @@ end ns.RegisterPoints(379, { -- Kun Lai Summit [71726302] = numbered{achievement=6847, criteria=3}, -- The Song of the Yaungol, Yaungoil [40904250] = numbered{achievement=6855, criteria=7}, -- The Seven Burdens of Shaohao, The Emperor's Burden - Part 7 - [77559533] = numbered{achievement=6716, criteria=2}, -- Between a Saurok and a Hard Place, The Defiant + [77559533] = numbered{achievement=6716, criteria=2, path=73209456, note="Inside the Ancient Passage"}, -- Between a Saurok and a Hard Place, The Defiant [67764833] = numbered{achievement=6855, criteria=6}, -- The Seven Burdens of Shaohao, The Emperor's Burden - Part 6 [74488355] = numbered{achievement=6846, criteria=4}, -- Fish Tails, Role Call [44705237] = numbered{achievement=7230, criteria=3}, -- Legend of the Brewfathers, Ren Yun the Blind @@ -19,12 +19,15 @@ ns.RegisterPoints(379, { -- Kun Lai Summit [43825119] = numbered{achievement=6855, criteria=2}, -- The Seven Burdens of Shaohao, The Emperor's Burden - Part 2 [45766190] = numbered{achievement=6850, criteria=4}, -- Hozen in the Mist, The Hozen Ravage -- [53004650] = numbered{6754, 1, "Entrance"}, -- The Dark Heart of the Mogu, Valley of the Emperors -}, {}) +}) +ns.RegisterPoints(434, { -- The Ancient Passage + [55051599] = numbered{achievement=6716, criteria=2}, -- Between a Saurok and a Hard Place, The Defiant +}) ns.RegisterPoints(388, { -- Townlong Steppes [84087286] = numbered{achievement=6847, criteria=4}, -- The Song of the Yaungol, Trapped in a Strange Land [37746291] = numbered{achievement=6855, criteria=5}, -- The Seven Burdens of Shaohao, The Emperor's Burden - Part 5 [65505010] = numbered{achievement=6847, criteria=2}, -- The Song of the Yaungol, Dominance -}, {}) +}) ns.RegisterPoints(376, { -- Valley of the Four Winds [34576387] = numbered{achievement=6856, criteria=3}, -- Ballad of Liu Lang, The Wandering Widow [20255586] = numbered{achievement=6856, criteria=1}, -- Ballad of Liu Lang, The Birthplace of Liu Lang @@ -32,7 +35,7 @@ ns.RegisterPoints(376, { -- Valley of the Four Winds [18843170] = numbered{achievement=6858, criteria=1}, -- What is Worth Fighting For, Pandaren Fighting Tactics [61223469] = numbered{achievement=6846, criteria=2}, -- Fish Tails, Waterspeakers [55094713] = numbered{achievement=6856, criteria=2}, -- Ballad of Liu Lang, A Most Famous Bill of Sale -}, {}) +}) ns.RegisterPoints(422, { -- Dread Wastes [67506090] = numbered{achievement=6716, criteria=3}, -- Between a Saurok and a Hard Place, The Deserters [35533261] = numbered{achievement=6857, criteria=4}, -- Heart of the Mantid Swarm, The Empress @@ -40,7 +43,7 @@ ns.RegisterPoints(422, { -- Dread Wastes [52521006] = numbered{achievement=6857, criteria=3}, -- Heart of the Mantid Swarm, Amber [48383285] = numbered{achievement=6857, criteria=1}, -- Heart of the Mantid Swarm, Cycle of the Mantid [59905470] = numbered{achievement=6857, criteria=2}, -- Heart of the Mantid Swarm, Mantid Society -}, {}) +}) ns.RegisterPoints(418, { -- Krasarang Wilds -- Pre-landing, art 430 [50943169] = numbered{achievement=6754, criteria=2}, -- The Dark Heart of the Mogu, The Lost Dynasty @@ -66,7 +69,7 @@ ns.RegisterPoints(390, { -- Vale of Eternal Blossoms [40247748] = numbered{achievement=6754, criteria=4}, -- The Dark Heart of the Mogu, The Thunder King [52936865] = numbered{achievement=6858, criteria=2}, -- What is Worth Fighting For, Always Remember [68804422] = numbered{achievement=6855, criteria=8}, -- The Seven Burdens of Shaohao, The Emperor's Burden - Part 8 -}, {}) +}) ns.RegisterPoints(371, { -- The Jade Forest [35743046] = numbered{achievement=6858, criteria=3}, -- What is Worth Fighting For, The First Monks [47084514] = numbered{achievement=6855, criteria=1}, -- The Seven Burdens of Shaohao, The Emperor's Burden - Part 1 @@ -76,7 +79,7 @@ ns.RegisterPoints(371, { -- The Jade Forest [37303012] = numbered{achievement=7230, criteria=2}, -- Legend of the Brewfathers, Xin Wo Yin the Broken Hearted [66018756] = numbered{achievement=6846, criteria=1}, -- Fish Tails, Watersmithing [55885685] = numbered{achievement=6855, criteria=3}, -- The Seven Burdens of Shaohao, The Emperor's Burden - Part 3 -}, {}) +}) ns.RegisterPoints(504, { -- Isle of the Thunder King [35107010] = numbered{achievement=8049, criteria=1}, -- Zandalari Prophecy, Coming of Age [66104460] = numbered{achievement=8049, criteria=2}, -- Zandalari Prophecy, For Council and King @@ -90,4 +93,4 @@ ns.RegisterPoints(504, { -- Isle of the Thunder King [59202630] = numbered{achievement=8051, criteria=2}, -- Gods and Monsters, Shadow, Storm, and Stone [49902040] = numbered{achievement=8051, criteria=3}, -- Gods and Monsters, The Curse and the Silence [62503770] = numbered{achievement=8051, criteria=4}, -- Gods and Monsters, Age of a Hundred Kings -}, {}) +})