Skip to content

Commit

Permalink
More Pandaland
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowBrooks committed Jul 7, 2024
1 parent 6b33222 commit e018f6b
Show file tree
Hide file tree
Showing 6 changed files with 174 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1714,6 +1714,13 @@ root(ROOTS.Zones, {
["provider"] = { "n", 60529 }, -- Yan Quillpaw
["isDaily"] = true,
["coord"] = { 32.0, 61.8, KRASARANG_WILDS },
["groups"] = {
o_repeated({
i(80938), -- Gift of the Great Crane (QI!)
o(211451), -- Cerulean Gift of the Crane
o(211452), -- Bronze Gift of the Crane
}),
},
}),
q(30729, { -- Julia Bates
["provider"] = { "n", 60506 }, -- Thelonius
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,14 @@ root(ROOTS.Zones, {
["sourceQuests"] = { 30134 }, -- Wild Things
["provider"] = { "n", 58225 }, -- Instructor Tong
["coord"] = { 65.3, 31.6, THE_JADE_FOREST },
["groups"] = {
o_repeated({
i(78959), -- Serpent Egg (QI!)
o(210238), -- Serpent Egg
o(210239), -- Serpent Egg
o(210240), -- Serpent Egg
}),
},
}),
q(30157, { -- Emptier Nests
["minReputation"] = { 1271, HONORED },
Expand All @@ -195,6 +203,9 @@ root(ROOTS.Zones, {
["sourceQuests"] = { 30134 }, -- Wild Things
["provider"] = { "n", 58225 }, -- Instructor Tong
["coord"] = { 65.3, 31.6, THE_JADE_FOREST },
["groups"] = {
i(78947), -- Silken Rope (QI!)
},
}),
q(30156, { -- Feeding Time
["minReputation"] = { 1271, HONORED },
Expand Down Expand Up @@ -286,10 +297,50 @@ root(ROOTS.Zones, {
["coord"] = { 57.6, 44.9, THE_JADE_FOREST },
}),
q(31784, { -- Onyx To Goodness
["maxReputation"] = { 1271, EXALTED },
["repeatable"] = true,
["provider"] = { "n", 58564 }, -- Elder Anli
["coord"] = { 57.6, 44.8, THE_JADE_FOREST },
["cost"] = { { "i", 89155, 1 } }, -- 1x Onyx Egg
["groups"] = {
o(214945, { -- Onyx Egg
["description"] = "Collect Onyx Eggs until exalted for turn-in reputation with the Order of the Cloud Serpent's",
["coords"] = {
{ 62.0, 29.6, THE_JADE_FOREST },
{ 62.2, 29.3, THE_JADE_FOREST },
{ 62.2, 31.2, THE_JADE_FOREST },
{ 62.3, 28.1, THE_JADE_FOREST },
{ 62.4, 32.4, THE_JADE_FOREST },
{ 62.4, 32.8, THE_JADE_FOREST },
{ 62.5, 30.1, THE_JADE_FOREST },
{ 62.5, 32.4, THE_JADE_FOREST },
{ 62.8, 28.9, THE_JADE_FOREST },
{ 63.0, 22.0, THE_JADE_FOREST },
{ 63.3, 27.4, THE_JADE_FOREST },
{ 63.7, 21.9, THE_JADE_FOREST },
{ 64.2, 23.9, THE_JADE_FOREST },
{ 65.1, 26.2, THE_JADE_FOREST },
{ 65.2, 24.8, THE_JADE_FOREST },
{ 65.4, 23.4, THE_JADE_FOREST },
{ 65.6, 25.1, THE_JADE_FOREST },
{ 66.0, 30.7, THE_JADE_FOREST },
{ 66.2, 33.4, THE_JADE_FOREST },
{ 66.4, 29.4, THE_JADE_FOREST },
{ 66.6, 31.6, THE_JADE_FOREST },
{ 67.0, 30.2, THE_JADE_FOREST },
{ 67.0, 32.7, THE_JADE_FOREST },
{ 67.1, 25.0, THE_JADE_FOREST },
{ 67.1, 33.8, THE_JADE_FOREST },
{ 67.5, 33.4, THE_JADE_FOREST },
{ 67.5, 33.5, THE_JADE_FOREST },
{ 69.7, 31.6, THE_JADE_FOREST },
{ 70.4, 28.6, THE_JADE_FOREST },
{ 70.5, 29.0, THE_JADE_FOREST },
},
["groups"] = {
i(89155), -- Onyx Egg
},
}),
},
}),
q(31704, { -- Pooped
["minReputation"] = { 1271, HONORED },
Expand Down Expand Up @@ -319,6 +370,14 @@ root(ROOTS.Zones, {
["provider"] = { "n", 58510 }, -- Suchi the Sweet
["isDaily"] = true,
["coord"] = { 58.4, 44.7, THE_JADE_FOREST },
["groups"] = {
o_repeated({
i(79067), -- Stolen Egg (QI!)
o(210238), -- Serpent Egg
o(210239), -- Serpent Egg
o(210240), -- Serpent Egg
}),
},
}),
q(30155, { -- Restoring the Balance
["minReputation"] = { 1271, HONORED },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ root(ROOTS.WorldEvents, applyevent(EVENTS.REMIX_MOP, n(REMIX_MOP, bubbleDown({ [
19894, -- Temple of the Jade Serpent
}},
}),
ach(19912), -- Order of the Cloud Serpent
ach(19872, { -- The Jade Forest
-- Meta Achievement
["sym"] = {{"meta_achievement",
Expand All @@ -171,6 +170,13 @@ root(ROOTS.WorldEvents, applyevent(EVENTS.REMIX_MOP, n(REMIX_MOP, bubbleDown({ [
}),

}),
n(FACTIONS, {
faction(1271, { -- Order of the Cloud Serpent
n(ACHIEVEMENTS, {
ach(19912), -- Order of the Cloud Serpent
}),
}),
}),
n(QUESTS, {
q(81638, { -- Home Is Where the Hearthstone Is
["sourceQuests"] = { 79440 }, -- Recalling the War (need to confirm) we can use retail errors to confirm
Expand Down
42 changes: 21 additions & 21 deletions db/Dragonflight/Categories.lua

Large diffs are not rendered by default.

Loading

0 comments on commit e018f6b

Please sign in to comment.