Skip to content

Commit

Permalink
Make sure all the Going To Need A Bigger Bag drops are included
Browse files Browse the repository at this point in the history
...apart from the ones from non-rares, I guess.
  • Loading branch information
kemayo committed Jun 3, 2022
1 parent 308b1e3 commit c3459fe
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
3 changes: 3 additions & 0 deletions zones/DreadWastes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ ns.RegisterPoints(422, { -- Dread Wastes
quest=nil,
criteria=21081,
npc=50356,
loot={
86574, -- Elixir of Ancient Knowledge
},
},
[64005860] = { -- Nalash Verdantis
quest=nil,
Expand Down
6 changes: 6 additions & 0 deletions zones/KunLaiSummit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,17 @@ ns.RegisterPoints(379, { -- Kun-Lai Summit
quest=nil,
criteria=21100,
npc=50332,
loot={
86566, -- Forager's Gloves
},
},
[63801380] = { -- Nessos the Oracle
quest=nil,
criteria=21093,
npc=50789,
loot={
{86584, toy=true,}, -- Hardened Shell
},
},
[44806380] = { -- Scritch
quest=nil,
Expand Down
22 changes: 19 additions & 3 deletions zones/TimelessIsle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ local archiereus = { -- Archiereus of Flame +4
quest=33312,
criteria=31, -- API says 0 for its ID, maybe because of the two npc ids?
npc=73174,
loot={
86574, -- Elixir of Ancient Knowledge
},
}
local flintlord = { -- Flintlord Gairan +4
quest=33309,
Expand All @@ -144,6 +147,9 @@ ns.RegisterPoints(554, { -- Timeless Isle
quest={33312, 33343},
criteria=31, -- API says 0 for its ID, maybe because of the two npc ids?
npc=73666,
loot={
86574, -- Elixir of Ancient Knowledge
},
note="Summoned for {quest:33343}",
},
[63737281] = { -- Bufo
Expand Down Expand Up @@ -248,6 +254,7 @@ ns.RegisterPoints(554, { -- Timeless Isle
npc=73167,
loot={
{104269,mount=561,}, -- Reins of the Thundering Onyx Cloud Serpent
104286, -- Quivering Firestorm Egg
},
routes={{65505730,71805100,74004500,64404060,60304490,58005840}},
},
Expand All @@ -274,6 +281,7 @@ ns.RegisterPoints(554, { -- Timeless Isle
npc=73277,
loot={
{104156, pet=1323,}, -- Ashleaf Spriteling
104289, -- Faintly-Glowing Herb
},
},
[60208740] = { -- Rattleskew
Expand All @@ -291,6 +299,7 @@ ns.RegisterPoints(554, { -- Timeless Isle
npc=73157,
loot={
104313, -- Golden Moss
104312, -- Strange Glowing Mushroom
},
note="Inside the cave",
},
Expand Down Expand Up @@ -333,6 +342,7 @@ ns.RegisterPoints(554, { -- Timeless Isle
npc=73173,
loot={
104306, -- Sunset Stone
104296, -- Ordon Ceremonial Robes
},
},
[57207640] = { -- Watcher Osu
Expand All @@ -341,6 +351,7 @@ ns.RegisterPoints(554, { -- Timeless Isle
npc=73170,
loot={
104305, -- Ashen Stone
104296, -- Ordon Ceremonial Robes
},
},
[47008740] = { -- Zesqua
Expand Down Expand Up @@ -368,14 +379,17 @@ ns.RegisterPoints(554, { -- Timeless Isle
quest=33261,
criteria=23967,
npc=73158,
loot={
104287, -- Windfeather Plume
},
note="Rare spawn of {npc:72762:Brilliant Windfeather}",
},
[23604980] = { -- Great Turtle Furyshell +6
quest=33297,
criteria=23969,
npc=73161,
loot={
{86584,toy=true,}, -- Hardened Shell
{86584, toy=true,}, -- Hardened Shell
},
note="Rare spawn of {npc:72764:Great Turtle}",
},
Expand All @@ -384,7 +398,8 @@ ns.RegisterPoints(554, { -- Timeless Isle
criteria=23989,
npc=73163,
loot={
{104161,pet=1330,}, -- Death Adder Hatchling
{104161, pet=1330,}, -- Death Adder Hatchling
104292, -- Partially-Digested Meal
},
note="Rare spawn of {npc:72841:Death Adder}",
},
Expand All @@ -399,7 +414,8 @@ ns.RegisterPoints(554, { -- Timeless Isle
criteria=23985,
npc=73166,
loot={
{104168,pet=1337,}, -- Spineclaw Crab
{104168, pet=1337,}, -- Spineclaw Crab
104293, -- Scuttler's Shell
},
note="Rare spawn of {npc:72766:Ancient Spineclaw}",
},
Expand Down
3 changes: 3 additions & 0 deletions zones/ValleyOfTheFourWinds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ ns.RegisterPoints(376, { -- Valley of the Four Winds
quest=nil,
criteria=21056,
npc=50766,
loot={
86580, -- Wilted Lilypad
},
},
[36802540] = { -- Sulik'shor
quest=nil,
Expand Down

0 comments on commit c3459fe

Please sign in to comment.