peq-quests/sncrematory/288064.lua
hg bcadf076ae Rewrite second sewer expedition (sncrematory)
Replace some perl scripts with lua

Add live dialogue and emotes

Modify furnace room trigger to behave like live

Use live spawn locations for the furnace room npcs

Make ghostly essence violet like live

Make ghostly essences turn kos when time runs out. Live actually spawns
a new mob (an evil ghostly essence) but those don't exist in db

Add area emotes
2020-12-28 18:48:46 -05:00

6 lines
154 B
Lua

-- "_" invisible npc at blue crystal
function event_signal(e)
if e.signal == 1 then
e.self:CastSpell(4583, e.self:GetID()) -- AngstilchSP
end
end