eqmac-quests/velketor/Ice.lua
2023-07-24 13:24:37 -07:00

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