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