5 lines
189 B
Lua
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
|