peq-quests/thundercrest/Storm_Chaser.lua

11 lines
659 B
Lua
Raw Permalink Normal View History

2019-01-07 11:35:34 -06:00
function event_death_complete(e)
2023-08-15 11:39:43 -04:00
if not eq.get_entity_list():IsMobSpawnedByNpcTypeID(340382) and not eq.get_entity_list():IsMobSpawnedByNpcTypeID(340383) and not eq.get_entity_list():IsMobSpawnedByNpcTypeID(340384) and eq.get_entity_list():IsMobSpawnedByNpcTypeID(340396) then
2020-04-14 22:20:53 -05:00
eq.spawn2(340397, 11, 0, 221, 1293, -19, 0); -- NPC: #Thunderhead
eq.spawn2(340397, 10, 0, 1014, 80, 39, 0); -- NPC: #Thunderhead
eq.spawn2(340397, 9, 0, 770, -1172, 18.6, 0); -- NPC: #Thunderhead
eq.spawn2(340398, 0, 0, 1033, 667, -2.5, 380); -- NPC: #Raging_Thunderhead
2019-01-07 11:35:34 -06:00
eq.depop_with_timer(340396);
2023-08-13 17:16:42 -04:00
eq.zone_emote(MT.Yellow,"The air smells of ozone. A storm is brewing.");
2019-01-07 11:35:34 -06:00
end
end