peq-quests/airplane/Protector_of_Sky.lua
2019-03-25 19:12:38 -05:00

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
-------------------------------------------------------------------------------------------------