Skip to content

Commit d23da5d

Browse files
committed
Midnight/Delves/Trash: Additional auto gossips
1 parent 4877d4c commit d23da5d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Midnight/Delves/Trash.lua

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,15 @@ function mod:GOSSIP_SHOW()
4949
if self:GetGossipID(136318) then -- Atal'Aman, start Delve (Fleek)
5050
-- 136318:|cFF0000FF(Delve)|r I will save them!
5151
self:SelectGossipID(136318)
52+
elseif self:GetGossipID(136385) then -- Atal'Aman, start Delve (Kasha)
53+
-- 136385:|cFF0000FF(Delve)|r I'll break the hexes and set your kin free.
54+
self:SelectGossipID(136385)
5255
elseif self:GetGossipID(135708) then -- Collegiate Calamity, start Delve (Bloomkeeper Thornflare)
5356
-- 135708:|cFF0000FF(Delve)|r I'll get rid of these weeds!
5457
self:SelectGossipID(135708)
58+
elseif self:GetGossipID(135865) then -- Collegiate Calamity, start Delve (Celoenus Blackflame)
59+
-- 135865:|cFF0000FF(Delve)|r I'll deal with this!
60+
self:SelectGossipID(135865)
5561
elseif self:GetGossipID(135798) then -- Collegiate Calamity, start Delve (Thalandri Fatesinger)
5662
-- 135798:|cFF0000FF(Delve)|r I'll stop this invasion!
5763
self:SelectGossipID(135798)
@@ -61,6 +67,9 @@ function mod:GOSSIP_SHOW()
6167
elseif self:GetGossipID(136275) then -- Sunkiller Sanctum, start Delve (Riftblade Maella)
6268
-- 136275:|cFF0000FF(Delve)|r I'll deal with this mess!
6369
self:SelectGossipID(136275)
70+
elseif self:GetGossipID(136279) then -- Sunkiller Sanctum, start Delve (Darkmender Deremius Duskwalk)
71+
-- 136279:|cFF0000FF(Delve)|r I'll take care of this!
72+
self:SelectGossipID(136279)
6473
elseif self:GetGossipID(138009) then -- The Darkway, start Delve (Technician Mireille)
6574
-- 138009:I will re-align the conduits and restore the energy.
6675
self:SelectGossipID(138009)
@@ -70,9 +79,15 @@ function mod:GOSSIP_SHOW()
7079
elseif self:GetGossipID(137619) then -- The Shadow Enclave, start Delve (Doleana Silverstalk)
7180
-- 137619:Looting and killing, understood!
7281
self:SelectGossipID(137619)
82+
elseif self:GetGossipID(137580) then -- The Shadow Enclave, start Delve (Gabby Flashwiks)
83+
-- 137580:Use the mirrors to spread the light. Got it.
84+
self:SelectGossipID(137580)
7385
elseif self:GetGossipID(135634) then -- Twilight Crypts, start Delve (Twilight Hostage)
7486
-- 135634:I'll take care of it!
7587
self:SelectGossipID(135634)
88+
elseif self:GetGossipID(135811) then -- Twilight Crypts, start Delve (Scout Lok'aemon)
89+
-- 135811:|cFF0000FF(Delve)|r Drink this if the Bound Loa gets close? But what's it taste like?
90+
self:SelectGossipID(135811)
7691
end
7792
end
7893
end

0 commit comments

Comments
 (0)