peq-quests/thundercrest/#Thunderhead.lua
2023-08-13 17:16:42 -04:00

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