mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
7 lines
393 B
Lua
7 lines
393 B
Lua
function event_combat(e)
|
|
if (e.joined == true) then
|
|
e.self:Emote("on the floor shimmers as a beast made of crystalline ice emerges.");
|
|
eq.spawn2(eq.ChooseRandom(112098,112076,112098,112077), 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
|