mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
9 lines
500 B
Lua
9 lines
500 B
Lua
function event_death_complete(e)
|
|
eq.set_global("sirran","2",3,"M20");
|
|
eq.spawn2(71058,0,0,-531,-214,-322,256); -- NPC: Sirran_the_Lunatic
|
|
end
|
|
|
|
-------------------------------------------------------------------------------------------------
|
|
-- Converted to .lua using MATLAB converter written by Stryd
|
|
-- Find/replace data for .pl --> .lua conversions provided by Speedz, Stryd, Sorvani and Robregen
|
|
-------------------------------------------------------------------------------------------------
|