Skip to content

Commit

Permalink
Update locations for mobs in the Guo-Lai Halls
Browse files Browse the repository at this point in the history
  • Loading branch information
kemayo committed May 20, 2024
1 parent c7b02e7 commit 0c5668b
Showing 1 changed file with 25 additions and 13 deletions.
38 changes: 25 additions & 13 deletions zones/ValeOfEternalBlossoms.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,21 +88,17 @@ ns.RegisterPoints(390, { -- Vale of Eternal Blossoms
criteria=20524,
npc=63695,
},
[27001460] = { -- Bloodtip +2
[24602670] = ns.path{ -- Bloodtip, Huo-Shang, Gaohun the Soul-Severer
quest=nil,
criteria=20526,
npc=58474,
label="{zone:395}",
criteria={20526, 20525, 20529},
-- npc={58474, 62881, 63691},
},
[45805900] = { -- Cracklefang
quest=nil,
criteria=20517,
npc=58768,
},
[21201700] = { -- Gaohun the Soul-Severer +3
quest=nil,
criteria=20525,
npc=62881,
},
[26405040] = { -- General Temuja +2
quest=nil,
criteria=20519,
Expand All @@ -112,11 +108,8 @@ ns.RegisterPoints(390, { -- Vale of Eternal Blossoms
quest=nil,
criteria=20528,
npc=62880,
},
[24000780] = { -- Huo-Shuang +3
quest=nil,
criteria=20529,
npc=63691,
path=28001530,
note="Inside a blocked cave",
},
[6205780] = { -- Kri'chon
quest=nil,
Expand Down Expand Up @@ -156,6 +149,25 @@ ns.RegisterPoints(390, { -- Vale of Eternal Blossoms
}, {
achievement=7317, -- One Many Army
})
ns.RegisterPoints(395, {-- Guo-Lai Halls
[64041911] = { -- Huo-Shuang
quest=nil,
criteria=20529,
npc=63691,
note="Inside the Guo-Lai Halls"
},
[75804758] = { -- Bloodtip
quest=nil,
criteria=20526,
npc=58474,
vignette=33,
},
[53395910] = { -- Gaohun the Soul-Severer
quest=nil,
criteria=20525,
npc=62881,
},
})

ns.RegisterPoints(390, { -- Vale of Eternal Blossoms
[16603400] = { -- Alani +38
Expand Down

0 comments on commit 0c5668b

Please sign in to comment.