peq-quests/akheva/A_rock.lua
2023-08-15 11:39:43 -04:00

7 lines
208 B
Lua

function event_combat(e)
if e.joined then
e.self:Emote("falls from the ceiling...");
eq.spawn2(179139, 0, 0, e.self:GetX(),e.self:GetY(),e.self:GetZ(),0); -- NPC: A_shade_golem
eq.depop_with_timer();
end
end