mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
5 lines
245 B
Lua
5 lines
245 B
Lua
function event_death_complete(e)
|
|
if( not eq.get_entity_list():IsMobSpawnedByNpcTypeID(71111) and not eq.get_entity_list():IsMobSpawnedByNpcTypeID(71031)) then
|
|
eq.unique_spawn(71059,0,0,-386,-236,-317,201.5); -- NPC: Protector_of_Sky
|
|
end
|
|
end
|