mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
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
6 lines
154 B
Lua
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
|