You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108 lines
3.2 KiB
108 lines
3.2 KiB
local myname, ns = ...
|
|
|
|
ns.RegisterPoints(376, { -- Valley of the Four Winds
|
|
[46802460] = { loot={{85973, toy=true}}, npc=64004, quest=31284, }, -- Ancient Pandaren Fishing Charm
|
|
[45403820] = { loot={86079}, npc=64191, quest=31292, }, -- Ancient Pandaren Craftsman
|
|
[15402920] = { loot={86218}, quest=31407, }, -- Staff of the Hidden Master
|
|
[14903360] = { loot={86218}, quest=31407, }, -- Staff of the Hidden Master
|
|
[17503570] = { loot={86218}, quest=31407, }, -- Staff of the Hidden Master
|
|
[19103780] = { loot={86218}, quest=31407, }, -- Staff of the Hidden Master
|
|
[19004250] = { loot={86218}, quest=31407, }, -- Staff of the Hidden Master
|
|
[43603740] = { label="Cache of Pilfered Goods", quest=31406, },
|
|
}, ns.treasure{})
|
|
|
|
ns.RegisterPoints(376, { -- Valley of the Four Winds
|
|
[23712833] = { label="Virmen Treasure Cache", quest=31405, },
|
|
[75105510] = { loot={86220}, quest=31408, path=77285750, } -- Saurok Stone Tablet
|
|
}, ns.riches{})
|
|
|
|
ns.RegisterPoints(376, { -- Valley of the Four Winds
|
|
[92003900] = { loot={87524}, quest=31869, }, -- Boat-Building Instructions
|
|
[52056382] = { loot={110505}, quest=37246, } -- Mysterious Fruit Pile (Mesmerizing Fruit Hat)
|
|
}, ns.junk{})
|
|
|
|
-- Rares
|
|
|
|
ns.RegisterPoints(376, { -- Valley of the Four Winds
|
|
[32806240] = { -- Blackhoof +2
|
|
quest=nil,
|
|
criteria=21098,
|
|
npc=51059,
|
|
loot={
|
|
{86565, toy=true}, -- Battle Horn
|
|
}
|
|
},
|
|
[13803860] = { -- Bonobos +2
|
|
quest=nil,
|
|
criteria=21049,
|
|
npc=50828,
|
|
loot={
|
|
86591, -- Magic Banana
|
|
},
|
|
},
|
|
[18407740] = { -- Jonn-Dar
|
|
quest=nil,
|
|
criteria=21077,
|
|
npc=50351,
|
|
loot={
|
|
86572, -- Terracotta Fragment
|
|
},
|
|
},
|
|
[8005920] = { -- Nal'lak the Ripper +2
|
|
quest=nil,
|
|
criteria=21063,
|
|
npc=50364,
|
|
loot={
|
|
86576, -- Dynasty of Steel
|
|
},
|
|
},
|
|
[88401800] = { -- Nasra Spothide
|
|
quest=nil,
|
|
criteria=21084,
|
|
npc=50811,
|
|
loot={
|
|
86587, -- Seed of Tranquil Growth
|
|
},
|
|
},
|
|
[67405940] = { -- Salyin Warscout +3
|
|
quest=nil,
|
|
criteria=21091,
|
|
npc=50783,
|
|
loot={
|
|
{86583, toy=true,}, -- Salyin Battle Banner
|
|
},
|
|
},
|
|
[52402820] = { -- Sele'na +3
|
|
quest=nil,
|
|
criteria=21056,
|
|
npc=50766,
|
|
loot={
|
|
86580, -- Wilted Lilypad
|
|
},
|
|
},
|
|
[36802540] = { -- Sulik'shor
|
|
quest=nil,
|
|
criteria=21070,
|
|
npc=50339,
|
|
},
|
|
}, {
|
|
achievement=7439, -- Glorious!
|
|
})
|
|
|
|
ns.RegisterPoints(376, { -- Valley of the Four Winds
|
|
-- [71616441] = { -- Chief Salyis
|
|
-- quest=32098,
|
|
-- npc=62352,
|
|
-- loot={
|
|
-- {89783,mount=515,}, -- Son of Galleon's Saddle
|
|
-- },
|
|
-- },
|
|
[69706190] = { -- Galleon (actually 71606440 but)
|
|
quest=32098,
|
|
npc=62346,
|
|
loot={
|
|
{89783, mount=515,}, -- Son of Galleon's Saddle
|
|
},
|
|
atlas="VignetteKillElite", scale=1.2,
|
|
},
|
|
})
|
|
|