mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
471 B
Lua
6 lines
471 B
Lua
function event_death_complete(e)
|
|
eq.spawn2(340399,0,0,e.self:GetX(),e.self:GetY(),e.self:GetZ(),e.self:GetHeading()); -- NPC: #Stormfront
|
|
eq.spawn2(340399,0,0,e.self:GetX(),e.self:GetY(),e.self:GetZ(),e.self:GetHeading()); -- NPC: #Stormfront
|
|
eq.spawn2(340399,0,0,e.self:GetX(),e.self:GetY(),e.self:GetZ(),e.self:GetHeading()); -- NPC: #Stormfront
|
|
eq.zone_emote(MT.Yellow,"The Raging Thunderhead grows in size and strength as it incorporates another lesser storm.");
|
|
end
|