peq-quests/sleeper/128065.lua
2023-08-15 11:39:43 -04:00

7 lines
274 B
Lua

function event_combat(e)
if e.joined then
e.self:Emote("turn the corner, you catch glimse of a beast beyond, mangled and twisted by decades of decay.");
eq.spawn2(128097, 0, 0, 1294, -1840, -124, 257); -- NPC: Furious_Phantasm
eq.depop_with_timer();
end
end