peq-quests/cazicthule/trap_pros.lua
2023-08-15 11:39:43 -04:00

7 lines
365 B
Lua

function event_combat(e)
if e.joined then
eq.spawn2(48007, 0, 0, 115, 426, -10, 385):CastToNPC():MoveTo(e.self:GetX(), e.self:GetY(), e.self:GetZ(), 0, true); --a_Tae_Ew_proselyte (48007)
eq.spawn2(48007, 0, 0, 115, 426, -10, 385):CastToNPC():MoveTo(e.self:GetX(), e.self:GetY(), e.self:GetZ(), 0, true); --a_Tae_Ew_proselyte (48007)
eq.depop_with_timer();
end
end