Skip to content

Commit

Permalink
Fix post-landfall Krasarang Wilds locations
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kemayo committed May 20, 2024
1 parent b81da71 commit c9655cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 27 deletions.
13 changes: 1 addition & 12 deletions achievements/Lorewalkers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,14 @@ 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
[52398766] = numbered{achievement=6850, criteria=2}, -- Hozen in the Mist, Hozen Maturiy
[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
Expand Down
20 changes: 5 additions & 15 deletions zones/KrasarangWilds.lua
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit c9655cf

Please sign in to comment.