mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
10 lines
552 B
Lua
10 lines
552 B
Lua
function event_death_complete(e)
|
|
if(eq.get_entity_list():IsMobSpawnedByNpcTypeID(71009)) then
|
|
eq.update_spawn_timer(2624,1000); --update to respawn in 1 sec if vanquisher are still up
|
|
end
|
|
end
|
|
|
|
-------------------------------------------------------------------------------------------------
|
|
-- Converted to .lua using MATLAB converter written by Stryd
|
|
-- Find/replace data for .pl --> .lua conversions provided by Speedz, Stryd, Sorvani and Robregen
|
|
-------------------------------------------------------------------------------------------------
|