mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
174 B
Lua
6 lines
174 B
Lua
function event_combat(e)
|
|
if e.joined then
|
|
eq.spawn2(179141, 0, 0, e.self:GetX(),e.self:GetY(),e.self:GetZ(),0); -- NPC: #The_Insanity_Crawler_
|
|
eq.depop_with_timer();
|
|
end
|
|
end
|