7 lines
224 B
Lua
7 lines
224 B
Lua
function event_combat(e)
|
|
if e.joined then
|
|
e.self:Emote("coalesces into a corporeal form.");
|
|
eq.spawn2(181152, 0, 0, e.self:GetX(), e.self:GetY(), e.self:GetZ(), e.self:GetHeading()); --druid
|
|
eq.depop_with_timer();
|
|
end
|
|
end
|