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

7 lines
363 B
Lua

function event_combat(e)
if e.joined then
eq.spawn2(48026, 0, 0, 119, 345, -10, 385):CastToNPC():MoveTo(e.self:GetX(), e.self:GetY(), e.self:GetZ(), 0, true); --a_Tae_Ew_disciple (48026)
eq.spawn2(48026, 0, 0, 119, 345, -10, 385):CastToNPC():MoveTo(e.self:GetX(), e.self:GetY(), e.self:GetZ(), 0, true); --a_Tae_Ew_disciple (48026)
eq.depop_with_timer();
end
end