mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
7 lines
375 B
Lua
7 lines
375 B
Lua
function event_combat(e)
|
|
if e.joined then
|
|
e.self:Emote("on the floor shimmers as a beast made of crystalline ice emerges.");
|
|
eq.spawn2(eq.ChooseRandom(112047,112046,112047,112045), 0, 0, e.self:GetX(), e.self:GetY(), e.self:GetZ(), e.self:GetHeading()); -- a_large_crystal_shard (112045) a_crystalline_shard (112047) a_crystal_shard (112046)
|
|
eq.depop_with_timer();
|
|
end
|
|
end
|