Skip to content

Commit

Permalink
Cope with the dual coords in Krasarang Wilds
Browse files Browse the repository at this point in the history
Used to only have the post-landing coords, since 8.1. But (now?) it's
actually dependent on your own campaign-state.
  • Loading branch information
kemayo committed May 19, 2024
1 parent 65d3a9a commit d49c600
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
13 changes: 12 additions & 1 deletion achievements/Lorewalkers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,25 @@ 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
22 changes: 18 additions & 4 deletions zones/KrasarangWilds.lua
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
local myname, ns = ...

-- Pre-landing

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.RegisterPoints(418, { -- Krasarang Wilds
[52007300] = { loot={87798}, group="junk", 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{})

}, ns.treasure{art=499})
ns.RegisterPoints(418, { -- Krasarang Wilds
[54267232] = { loot={87798}, group="junk", quest=31863, }, -- Stack of Papers
[70480958] = ns.riches{ loot={86220}, note="in the cave", quest=31408, }, -- Saurok Stone Tablet
})
}, {art=499})

-- Rares

Expand Down Expand Up @@ -59,6 +72,7 @@ ns.RegisterPoints(418, { -- Krasarang Wilds
})

ns.RegisterPoints(418, { -- Krasarang Wilds
-- Post-landing PVP rares:
[84802720] = { -- Dalan Nightbreaker
quest=nil,
npc=68318,
Expand Down Expand Up @@ -101,7 +115,7 @@ ns.RegisterPoints(418, { -- Krasarang Wilds
92784, -- SI:7 Operative's Manual
},
},
})
}, {art=499})

ns.RegisterPoints(418, { -- Krasarang Wilds
[39866578] = { -- Zandalari Warbringer
Expand Down

0 comments on commit d49c600

Please sign in to comment.