peq-quests/corathus/365246.lua
2023-08-15 11:39:43 -04:00

5 lines
161 B
Lua

function event_death_complete(e)
if not eq.get_entity_list():IsMobSpawnedByNpcTypeID(365246) then
eq.signal(365290,80); -- NPC: #Taskmaster_XVII
end
end