Skip to content

Commit

Permalink
Retail: Added glyphs of the pistol shot
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSoft1911 committed Dec 22, 2024
1 parent b728300 commit 6e6801b
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 37 deletions.
10 changes: 9 additions & 1 deletion .contrib/Parser/DATAS/00 - Profession DB/Inscription.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1676,4 +1676,12 @@ i(0, 444189); -- Algari Treatise on Jewelcrafting
i(0, 444185); -- Algari Treatise on Leatherworking
i(0, 444183); -- Algari Treatise on Mining
i(0, 444236); -- Algari Treatise on Skinning
i(0, 444186); -- Algari Treatise on Tailoring
i(0, 444186); -- Algari Treatise on Tailoring

------------------
-- PATCH 11.0.7 --
------------------
i(234231, 1213561); -- Glyph of the Admiral's Pistol Shot
i(234232, 1213583); -- Glyph of the Ashvane Pistol Shot
i(234229, 1213582); -- Glyph of the Gilded Pistol Shot
i(234230, 1213581); -- Glyph of the Twilight Pistol Shot
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ root(ROOTS.Zones, m(KHAZ_ALGAR, bubbleDown({ ["timeline"] = { ADDED_11_0_7 } },
o_repeated({ -- Seafarer's Cache
["g"] = {
i(233501), -- Sandy Snapdragon Treat
i(234231), -- Technique: Glyph of the Admiral's Pistol Shot
o(494499), -- Seafarer's Cache
o(500682), -- Seafarer's Cache
o(500683), -- Seafarer's Cache
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,13 @@ root(ROOTS.Zones, m(KHAZ_ALGAR, bubbleDown({ ["timeline"] = { ADDED_11_0_7 } },
fbiron(750, i(234395)), -- Skitterbite (PET!)
fbiron(750, i(234473)), -- Soweezi's Comfy Lawn Chair (TOY!)
fbiron(10000, i(233058)), -- Soweezi's Vintage Waveshredder (MOUNT!)
fbiron(350, i(234229)), -- Technique: Glyph of the Gilded Pistol Shot (RECIPE!)
fbiron(1000, i(220655)), -- Water Blaster P.K. (COSMETIC!)
},
}),
n(233259, { -- Taljori
["coord"] = { 65.7, 41.7, SIREN_ISLE },
["g"] = {
--fbiron(350, i(233916)), -- Ashvane Issued Workboots (TODO: was treasure, now it is not, again, and missing)
fbiron(350, i(233810)), -- Barnacle Breaker's Falchion
fbiron(350, i(233912)), -- Bilge Rat Pirate Hat
fbiron(350, i(233911)), -- Bloodstained Rat Cap
Expand All @@ -209,14 +209,13 @@ root(ROOTS.Zones, m(KHAZ_ALGAR, bubbleDown({ ["timeline"] = { ADDED_11_0_7 } },
fbiron(350, i(233963)), -- Myrmidon's Pearlwall
fbiron(350, i(233809)), -- Myrmidon's Wave Slasher
fbiron(350, i(233830)), -- Pincer of the Tidestalker
--fbiron(350, i(233915)), -- Plated Sea Boots (TODO: now in crate)
fbiron(350, i(233845)), -- Quilted Long-Sleeved Sea Tunic
fbiron(350, i(233844)), -- Quilted Sea Vest
fbiron(350, i(233892)), -- Quilted Waist Wrap
fbiron(350, i(234414)), -- Runescribe's Ritual Tunic
--fbiron(350, i(233910)), -- Salt-Stained Sweatcap (TODO: now treasure, same questID as it was for Ashvane boots)
fbiron(350, i(233819)), -- Stormtouched Blacksmith's Gavel
fbiron(350, i(233902)), -- Tattered Rat Hat
fbiron(350, i(234230)), -- Technique: Glyph of the Twilight Pistol Shot (RECIPE!)
fbiron(350, i(233982)), -- Tideflayer's Wave Piercer
fbiron(350, i(233832)), -- Tidestalker's Gutter
fbiron(350, i(233818)), -- Vrykul Blacksmith's Gavel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ root(ROOTS.Zones, m(KHAZ_ALGAR, bubbleDown({ ["timeline"] = { ADDED_11_0_7 } },
["description"] = "Can be looted from nagas",
-- n: 229851 (debugger)
}),
i(234232, { -- Technique: Glyph of the Ashvane Pistol Shot
["description"] = "Can belooted from pirates",
}),
n(228582, { -- First Mate Shellshock
i(228621), -- Bilge Rat Supply Key
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1603,6 +1603,11 @@ root(ROOTS.Craftables, expansion(EXPANSION.TWW, bubbleDownSelf({ ["timeline"] =
FirstCraft(80701, 444192); -- Darkmoon Sigil: Ascension
FirstCraft(80703, 444194); -- Darkmoon Sigil: Symbiosis
FirstCraft(80702, 444193); -- Darkmoon Sigil: Radiance
-- Glyphs
FirstCraft(86453, 1213561); -- Glyph of the Admiral's Pistol Shot
FirstCraft(86451, 1213583); -- Glyph of the Ashvane Pistol Shot
FirstCraft(86454, 1213582); -- Glyph of the Gilded Pistol Shot
FirstCraft(86455, 1213581); -- Glyph of the Twilight Pistol Shot
-- Inks
FirstCraft(80730, 444222); -- Apricate Ink
FirstCraft(80729, 444221); -- Shadow Ink
Expand Down Expand Up @@ -1647,6 +1652,10 @@ root(ROOTS.Craftables, expansion(EXPANSION.TWW, bubbleDownSelf({ ["timeline"] =
FirstCraft(80705, 444196); -- Inquisitor's Torch
})),
filter(GLYPHS, {
i(234246), -- Glyph of the Admiral's Pistol Shot
i(234245), -- Glyph of the Ashvane Pistol Shot
i(234247), -- Glyph of the Gilded Pistol Shot
i(234248), -- Glyph of the Twilight Pistol Shot
}),
filter(MISC, {
i(222635), -- Algari Missive of Crafting Speed+
Expand Down
8 changes: 0 additions & 8 deletions .contrib/Parser/DATAS/17 - NYI/Unsorted.lua
Original file line number Diff line number Diff line change
Expand Up @@ -300,14 +300,6 @@ root(ROOTS.Unsorted, {
i(234074), -- Gold-Plated Cushioned Boots
i(234126), -- Icicle Cupcake
i(234127), -- Puntable Grumpling
i(234229), -- Technique: Glyph of the Gilded Pistol Shot
i(234230), -- Technique: Glyph of the Twilight Pistol Shot
i(234231), -- Technique: Glyph of the Admiral's Pistol Shot
i(234232), -- Technique: Glyph of the Ashvane Pistol Shot
i(234245), -- Glyph of the Ashvane Pistol Shot
i(234246), -- Glyph of the Admiral's Pistol Shot
i(234247), -- Glyph of the Gilded Pistol Shot
i(234248), -- Glyph of the Twilight Pistol Shot
i(234313), -- [DNT] Item
i(234396), -- Teatuft Tamer
i(234397), -- Fullbelly Rollingpaw
Expand Down
50 changes: 25 additions & 25 deletions db/Retail/Categories.lua

Large diffs are not rendered by default.

0 comments on commit 6e6801b

Please sign in to comment.