projecteq-projecteqquests/akheva/Shadows.lua
2023-08-15 11:39:43 -04:00

6 lines
169 B
Lua

function event_combat(e)
if e.joined then
eq.spawn2(179154, 0, 0, e.self:GetX(),e.self:GetY(),e.self:GetZ(),0); -- NPC: #The_Itraer_Vius_
eq.depop_with_timer();
end
end