From c9655cf1ad4b9d674ceda9b26ac42e6bb9f03e8d Mon Sep 17 00:00:00 2001 From: David Lynch Date: Mon, 20 May 2024 15:44:39 -0500 Subject: [PATCH] Fix post-landfall Krasarang Wilds locations I was wrong with my earlier patch -- turns out that what actually happened when they restored phasing of Krasarang was they rescaled the map, so now the pre-landfall coords are what apply to all phases. --- achievements/Lorewalkers.lua | 13 +------------ zones/KrasarangWilds.lua | 20 +++++--------------- 2 files changed, 6 insertions(+), 27 deletions(-) diff --git a/achievements/Lorewalkers.lua b/achievements/Lorewalkers.lua index 0973a72..24ed895 100644 --- a/achievements/Lorewalkers.lua +++ b/achievements/Lorewalkers.lua @@ -48,7 +48,6 @@ ns.RegisterPoints(422, { -- Dread Wastes [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 [32782941] = numbered{achievement=6716, criteria=4}, -- Between a Saurok and a Hard Place, The Last Stand [40505662] = numbered{achievement=6855, criteria=4}, -- The Seven Burdens of Shaohao, The Emperor's Burden - Part 4 @@ -56,17 +55,7 @@ ns.RegisterPoints(418, { -- Krasarang Wilds [30553857] = numbered{achievement=6846, criteria=3}, -- Fish Tails, Origins [72213101] = numbered{achievement=6856, criteria=4}, -- Ballad of Liu Lang, Waiting for the Turtle [81431145] = numbered{achievement=7230, criteria=1}, -- Legend of the Brewfathers, Quan Tou Kou the Two Fisted -}, {art=430}) -ns.RegisterPoints(418, { -- Krasarang Wilds - -- Post-landing, art 499 - [52962742] = numbered{achievement=6754, criteria=2}, -- The Dark Heart of the Mogu, The Lost Dynasty - [33402500] = numbered{achievement=6716, criteria=4}, -- Between a Saurok and a Hard Place, The Last Stand - [41705420] = numbered{achievement=6855, criteria=4}, -- The Seven Burdens of Shaohao, The Emperor's Burden - Part 4 - [54508770] = numbered{achievement=6850, criteria=2}, -- Hozen in the Mist, Hozen Maturiy - [31003480] = numbered{achievement=6846, criteria=3}, -- Fish Tails, Origins - [75812668] = numbered{achievement=6856, criteria=4}, -- Ballad of Liu Lang, Waiting for the Turtle - [85600560] = numbered{achievement=7230, criteria=1}, -- Legend of the Brewfathers, Quan Tou Kou the Two Fisted -}, {art=499}) +}) ns.RegisterPoints(390, { -- Vale of Eternal Blossoms [26622149] = numbered{achievement=6858, criteria=4}, -- What is Worth Fighting For, Together, We Are Strong [40247748] = numbered{achievement=6754, criteria=4}, -- The Dark Heart of the Mogu, The Thunder King diff --git a/zones/KrasarangWilds.lua b/zones/KrasarangWilds.lua index caa1a62..69357a4 100644 --- a/zones/KrasarangWilds.lua +++ b/zones/KrasarangWilds.lua @@ -1,28 +1,18 @@ local myname, ns = ... --- Pre-landing +-- Pre-landing: art=430 +-- Post-landing: art=499 +-- In the original change in patch 5.1(?), this actually changed the coordinates on the map, but as of the remix in 10.2.7 that's no longer the case ns.RegisterPoints(418, { -- Krasarang Wilds [42409200] = { loot={86122}, label="Equipment Locker", quest=31410, }, -- Plankwalking Greaves [52308870] = { loot={87266}, note="in a barrel", quest=31411, }, -- Recipe: Banana Infused Rum [50804930] = { loot={86124}, quest=31409, }, -- Pandaren Fishing Spear -}, ns.treasure{art=430}) +}, ns.treasure{}) ns.RegisterPoints(418, { -- Krasarang Wilds [52007300] = ns.junk{ loot={87798}, quest=31863, }, -- Stack of Papers [69500790] = ns.riches{ loot={86220}, note="in the cave", quest=31408, path=70670959 }, -- Saurok Stone Tablet -}, {art=430}) - --- Post-landing - -ns.RegisterPoints(418, { -- Krasarang Wilds - [43669232] = { loot={86122}, label="Equipment Locker", quest=31410, }, -- Plankwalking Greaves - [54488873] = { loot={87266}, note="in a barrel", quest=31411, }, -- Recipe: Banana Infused Rum - [52814644] = { loot={86124}, quest=31409, }, -- Pandaren Fishing Spear -}, ns.treasure{art=499}) -ns.RegisterPoints(418, { -- Krasarang Wilds - [54267232] = ns.junk{ loot={87798}, quest=31863, }, -- Stack of Papers - [70480958] = ns.riches{ loot={86220}, note="in the cave", quest=31408, }, -- Saurok Stone Tablet -}, {art=499}) +}) -- Rares