when 1093.kill with pc.in_dungeon() and pc.get_map_index() >= 660000 and pc.get_map_index() < 670000 begin
d.setf("azrail_dead", 1)
d.notice("Lusifer'i mağlup ettiniz! 30 saniye sonra ışınlanacaksınız.")
notice_all(pc.get_name().." grubu, Lusifer'i mağlup etti!")
server_timer("devil_end_jump", 30, d.get_map_index())
end
when devil_end_jump.server_timer begin
if d.select(get_server_timer_arg()) then
d.clear_regen()
d.exit_all()
end
end