peq-quests/nro/a_spirit.lua
2020-04-14 22:20:53 -05:00

7 lines
No EOL
249 B
Lua

function event_death_complete(e)
eq.spawn2(392106,0,0,e.self:GetX(),e.self:GetY(),e.self:GetZ(),e.self:GetHeading()); -- NPC: a_guardian_tormentor
end
function event_spawn(e)
e.self:Say("We understand your need, but you must not free him.");
end