peq-quests/letalis/Drema_Young.lua
cream24 8585b727df paladin 1.5 and 2.0 work in progress files
paladin 1.5 and 2.0 work in progress files
2016-11-22 17:51:32 -05:00

13 lines
No EOL
259 B
Lua

function event_spawn(e)
eq.set_timer("depop", 1800 * 1000);
end
function event_timer(e)
if(e.timer=="depop") then
eq.depop();
end
end
function event_death(e)
e.self:Say("Thank you for releasing me. Avenge me by defeating that insidious Vampire!");
end