peq-quests/thundercrest/#Stormfront.lua
2023-08-15 11:39:43 -04:00

5 lines
216 B
Lua

function event_death_complete(e)
if not eq.get_entity_list():IsMobSpawnedByNpcTypeID(340397) and not eq.get_entity_list():IsMobSpawnedByNpcTypeID(340399) then
eq.signal(340398,1); -- NPC: #Raging_Thunderhead
end
end