Skip to content

Commit

Permalink
PTR: some bones
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSoft1911 committed Jan 11, 2025
1 parent cc65c27 commit e0abffe
Show file tree
Hide file tree
Showing 8 changed files with 174 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ root(ROOTS.Zones, m(KHAZ_ALGAR, bubbleDown({ ["timeline"] = { ADDED_11_1_0 } },
["provider"] = { "n", 231045 }, -- Paks Topskimmer
["coord"] = { 43.5, 51.7, UNDERMINE },
}),
-- Not sure what it is currently
-- C.H.E.T.T.
q(87374, { -- C.H.E.T.T.ing In
["sourceQuests"] = { 83151 }, -- Down Undermine (TODO: speculation)
["provider"] = { "n", 238029 }, -- C.H.E.T.T.
Expand Down Expand Up @@ -1231,21 +1231,26 @@ root(ROOTS.HiddenQuestTriggers, expansion(EXPANSION.TWW, bubbleDown({ ["timeline
m(UNDERMINE, {
n(QUESTS, {
-- During main story
q(85463), -- Cartel faction unlock
-- CHETT?
q(87296), -- after you press 'I would like to new chett list' and give i(235053), -- C.H.E.T.T. List
-- and roll set of quest in zone?
--q(86915), -- Side with a Cartel
--q(86919), -- Side Gig
--q(86920), -- War Mode Violence
--q(87307), -- Garbage Day
--q(87305), -- Desire to D.R.I.V.E.
--q(86917), -- Ship Right
--q(86923), -- Go Fish
--q(87304), -- Time to Vacate
-- Bonus objective during DRIVE?
--q(86318), -- Tailgater Troubles
q(85463), -- [DNT] The Cartels of Undermine Renown Unlock (spellID 1213980)
-- CHETT
q(87296), -- C.H.E.T.T. List (spellID 1219077)
-- Bonus objective during DRIVE? Probably gonna throw under special header too
-- Temporary sorting via questID for easy and quick check up new one
--q(83055), -- Signed, Sealed
--q(84788), -- Hotrocket Hot Dogs
--q(85732), -- Express Extermination
--q(85733), -- Daquiri Disaster
--q(85758), -- Sweeping Up
--q(85769), -- The Party Must Go On
--q(85826), -- Granny Crossing
--q(85861), -- Rug Monster!!!
--q(85874, {i(232619),}), -- Goldfish Rescue (+ Gary the Goldfish (QI!))
--q(85888), -- Artistic License
--q(86315), -- Chaos in the Streets
--q(86318), -- Tailgater Troubles
--q(86320), -- Bully For You!
--q(86321), -- Door to Door
--q(86410), -- Slime Wranglin'
-- Special Assigment Unlock trackers
q(85489), -- Special Assignment: Capstone 1 - Unlock (for Special Assignment: Boom! Headshot! (questID 85487))
q(85490), -- Special Assignment: Capstone 2 - Unlock (for Special Assignment: Security Detail (questID 85488))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ root(ROOTS.Zones, m(KHAZ_ALGAR, bubbleDown({ ["timeline"] = { ADDED_11_1_0 } },
}),
o(502917, { -- Misplaced Work Order [lore]
["coord"] = { 65.6, 14.2, UNDERMINE },
--["questID"] = xx, -- currently missing hqt
--["questID"] = 86568, -- currently missing hqt (spellID 1214841)
}),
o(476070, { -- Potent Potable
["coord"] = { 69.6, 21.4, UNDERMINE },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ root(ROOTS.Zones, m(KHAZ_ALGAR, bubbleDown({ ["timeline"] = { ADDED_11_1_0 } },
["coord"] = { 65.2, 59.4, UNDERMINE },
}),
-- Racings
q(85925, { -- Breakneck Racing - Breakneck Bolt
["coord"] = { 24.8, 51.1, UNDERMINE },
}),
q(85926, { -- Breakneck Racing - Junkyard Jaunt
["coord"] = { 43.2, 76.8, UNDERMINE },
}),
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
-------------------------------------------------------------------
-- E X P A N S I O N F E A T U R E S M O D U L E --
-------------------------------------------------------------------
--[[
root(ROOTS.ExpansionFeatures, expansion(EXPANSION.TWW, bubbleDownSelf({ ["timeline"] = { ADDED_11_1_0 } }, {
m(UNDERMINE, {
n(QUESTS, {
q(87305), -- Desire to D.R.I.V.E.
q(87307), -- Garbage Day
q(86923), -- Go Fish
q(86915), -- Side with a Cartel
q(86919), -- Side Gig
q(86917), -- Ship Right
q(87304), -- Time to Vacate
q(86920), -- War Mode Violence
}),
n(REWARDS, {
i(235053), -- C.H.E.T.T. List
}),
}),
})));
--]]
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,25 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.TWW, bubbleDownSelf({ ["timeli
{ -- RENOWN 1 --
}, { -- RENOWN 2 --
}, { -- RENOWN 3 --
q(86934, { -- Trash to Profit
["provider"] = { "n", 237649 }, -- Renzi Boltcutter
["coord"] = { 42.8, 50.4, UNDERMINE },
}),
q(86935, { -- On-the-Job Training
["sourceQuests"] = { 86934 }, -- Trash to Profit
["provider"] = { "n", 237659 }, -- Carlo Greasegrind
["coord"] = { 26.6, 37.2, UNDERMINE },
}),
}, { -- RENOWN 4 --
q(85815, { -- A Small Pouch of Crystals
["provider"] = { "n", 231409 }, -- Smaks Topskimmer
["coord"] = { 43.8, 50.8, UNDERMINE },
}),
}, { -- RENOWN 5 --
q(85816, { -- Valorstones
["provider"] = { "n", 231409 }, -- Smaks Topskimmer
["coord"] = { 43.8, 50.8, UNDERMINE },
}),
}, { -- RENOWN 6 --
}, { -- RENOWN 7 --
}, { -- RENOWN 8 --
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
-------------------------------------------------------------------
-- E X P A N S I O N F E A T U R E S M O D U L E --
-------------------------------------------------------------------
--[[
root(ROOTS.ExpansionFeatures, expansion(EXPANSION.TWW, bubbleDownSelf({ ["timeline"] = { ADDED_11_1_0 } }, {
m(UNDERMINE, {
n(QUESTS, {
q(85879, { -- Reduce, Reuse, Resell
["sourceQuests"] = { 86934 }, -- Trash to Profit
["provider"] = { "n", 237659 }, -- Carlo Greasegrind
["coord"] = { 26.6, 37.2, UNDERMINE },
["isWeekly"] = true,
}),
-- TODO: Only 3 piles per week fire hqts? Counter for weekly?
q(86414, { -- Magno-Scrapper 9000
["coord"] = { 36.7, 26.3, UNDERMINE },
["g"] = {
bonus objective with rare? n: 234480 M.A.G.N.O. (86298 kill questID?)
},
}),
}),
n(REWARDS, {
currency(3218), -- Empty Kaja'Cola Can
--
i(236178), -- Gammy's Hand-Me-Down Bow
i(236181), -- Center-Stage Remover
i(236191), -- Mechanic's Best Motivator
}),
n(VENDORS, {
}),
}),
})));
--]]
48 changes: 24 additions & 24 deletions db/Retail/.ptr/Categories.lua

Large diffs are not rendered by default.

54 changes: 54 additions & 0 deletions db/Retail/.ptr/LocalizationDB.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5049,6 +5049,11 @@ local ObjectNames = {
[316443] = "Xal'atath, Blade of the Black Empire",
[316792] = "Pilfered Iron Ore",
[319222] = "Darkshore Cache",
[320514] = "Darkshore Cache",
[320515] = "Darkshore Cache",
[320516] = "Darkshore Cache",
[320517] = "Darkshore Cache",
[320518] = "Darkshore Cache",
[322020] = "Pile of Coins",
[322066] = "Ley Line Accumulator",
[322413] = "Glimmering Chest",
Expand Down Expand Up @@ -6759,6 +6764,8 @@ local ObjectNames = {
[454202] = "|cff1EFF00Sturdy Chest",
[454205] = "Radiant Prism Crystals",
[454207] = "|cff1EFF00Sturdy Chest",
[454311] = "Redberry",
[454312] = "Redberry",
[454313] = "Queen Xekatha",
[454316] = "Queen Zaltra",
[454318] = "Thimble's Cache",
Expand Down Expand Up @@ -6794,6 +6801,7 @@ local ObjectNames = {
[454416] = "Alfritha's Plaque",
[454417] = "Gundrig's Plaque",
[454418] = "Sathilga's Plaque",
[454456] = "Note",
[454463] = "Wanted: The Boroughbreaker",
[454541] = "Radiant Remnant",
[454542] = "Radiant Remnant",
Expand Down Expand Up @@ -7151,6 +7159,7 @@ local ObjectNames = {
[500345] = "Ethereal Warning Letter",
[500407] = "Runed Storm Cache",
[500619] = "Zirdo's Ledger",
[500640] = "Metal Scrap",
[500682] = "Seafarer's Cache",
[500683] = "Seafarer's Cache",
[500684] = "Seafarer's Cache",
Expand Down Expand Up @@ -10540,6 +10549,11 @@ local ObjectModels = {
[316443] = 1346214,
[316792] = 2205611,
[319222] = 446671,
[320514] = 446671,
[320515] = 446671,
[320516] = 446671,
[320517] = 446671,
[320518] = 446671,
[322020] = 200137,
[322066] = 2821927,
[322413] = 2833918,
Expand Down Expand Up @@ -18634,6 +18648,11 @@ localize(ObjectNames, {
[316443] = "Xal'atath, Klinge des Schwarzen Imperiums",
[316792] = "Gestohlenes Eisenerz",
[319222] = "Dunkelküstenschatz",
[320514] = "Dunkelküstenschatz",
[320515] = "Dunkelküstenschatz",
[320516] = "Dunkelküstenschatz",
[320517] = "Dunkelküstenschatz",
[320518] = "Dunkelküstenschatz",
[322020] = "Haufen Münzen",
[322066] = "Leylinienakkumulator",
[322413] = "Glitzernde Truhe",
Expand Down Expand Up @@ -22861,6 +22880,11 @@ localize(ObjectNames, {
[316443] = "Xal’atath, lame de l’Empire noir",
[316792] = "Minerai de fer chapardé",
[319222] = "Cache de Sombrivage",
[320514] = "Cache de Sombrivage",
[320515] = "Cache de Sombrivage",
[320516] = "Cache de Sombrivage",
[320517] = "Cache de Sombrivage",
[320518] = "Cache de Sombrivage",
[322020] = "Tas de pièces",
[322066] = "Accumulateur tellurique",
[322413] = "Coffre scintillant",
Expand Down Expand Up @@ -26809,6 +26833,11 @@ localize(ObjectNames, {
[313448] = "Merci Recuperate dell'Alba d'Argento",
[316792] = "Minerale di Ferro Trafugato",
[319222] = "Cassa di Rivafosca",
[320514] = "Cassa di Rivafosca",
[320515] = "Cassa di Rivafosca",
[320516] = "Cassa di Rivafosca",
[320517] = "Cassa di Rivafosca",
[320518] = "Cassa di Rivafosca",
[322020] = "Pila di Monete",
[322066] = "Accumulatore delle Linee di Faglia",
[322413] = "Cassa Luccicante",
Expand Down Expand Up @@ -30630,6 +30659,11 @@ localize(ObjectNames, {
[316443] = "Xal'atath, a Lâmina do Império Negro",
[316792] = "Minério de Ferro Furtado",
[319222] = "Baú da Costa Negra",
[320514] = "Baú da Costa Negra",
[320515] = "Baú da Costa Negra",
[320516] = "Baú da Costa Negra",
[320517] = "Baú da Costa Negra",
[320518] = "Baú da Costa Negra",
[322020] = "Pilha de Moedas",
[322066] = "Acumulador de Linha de Meridiano",
[322413] = "Baú Brilhante",
Expand Down Expand Up @@ -34796,6 +34830,11 @@ localize(ObjectNames, {
[316443] = "Ксал'атат, клинок Темной Империи",
[316792] = "Украденная железная руда",
[319222] = "Сундук Темных берегов",
[320514] = "Сундук Темных берегов",
[320515] = "Сундук Темных берегов",
[320516] = "Сундук Темных берегов",
[320517] = "Сундук Темных берегов",
[320518] = "Сундук Темных берегов",
[322020] = "Куча монет",
[322066] = "Силовой аккумулятор",
[322413] = "Сверкающий сундук",
Expand Down Expand Up @@ -38832,6 +38871,11 @@ localize(ObjectNames, {
[311903] = "떨어져 나온 부품",
[316792] = "도둑맞은 철 광석",
[319222] = "어둠해안 보관함",
[320514] = "어둠해안 보관함",
[320515] = "어둠해안 보관함",
[320516] = "어둠해안 보관함",
[320517] = "어둠해안 보관함",
[320518] = "어둠해안 보관함",
[322020] = "동전 더미",
[322066] = "지맥 축적기",
[322413] = "희미하게 빛나는 상자",
Expand Down Expand Up @@ -42600,6 +42644,11 @@ localize(ObjectNames, {
[316443] = "Xal'atath, Daga del Imperio Negro",
[316792] = "Mena de hierro trincada",
[319222] = "Alijo de Costa Oscura",
[320514] = "Alijo de Costa Oscura",
[320515] = "Alijo de Costa Oscura",
[320516] = "Alijo de Costa Oscura",
[320517] = "Alijo de Costa Oscura",
[320518] = "Alijo de Costa Oscura",
[322020] = "Montón de monedas",
[322066] = "Acumulador de líneas Ley",
[322413] = "Cofre brillante",
Expand Down Expand Up @@ -46662,6 +46711,11 @@ localize(ObjectNames, {
[316443] = "萨拉塔斯,黑暗帝国之刃",
[316792] = "被盗的铁矿石",
[319222] = "黑海岸宝箱",
[320514] = "黑海岸宝箱",
[320515] = "黑海岸宝箱",
[320516] = "黑海岸宝箱",
[320517] = "黑海岸宝箱",
[320518] = "黑海岸宝箱",
[322020] = "一堆金币",
[322066] = "魔网储压器",
[322413] = "微光宝箱",
Expand Down

0 comments on commit e0abffe

Please sign in to comment.