mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
7 lines
365 B
Lua
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
|