projecteq-projecteqquests/stillmoona/An_Ancient_Protector.lua
2023-08-15 11:39:43 -04:00

5 lines
189 B
Lua

function event_death_complete(e)
if not eq.get_entity_list():IsMobSpawnedByNpcTypeID(338167) then
eq.spawn2(338166,0,0,154,710,43.7,384); -- NPC: a_stillmoon_treasure_chest
end
end