Jump to content

(Ayuda) Quest de teletransportar a city al matar un jefe


kaoba

Mensajes recomendados

Spoiler

quest a begin
state start begin
when mob.kill with pc.get_map_index()==idx begin
game.set_event_flag("map",1)
warp_all_to_village(idx,5)
server_timer("map2",60*60*1)
notice_all("cerrado")
end
when login with pc.get_map_index()==idx and game.get_event_flag("map")==1 begin
warp_to_village()
end
when map2.server_timer begin
game.set_event_flag("map",0)
notice_all("abierto")
end
end
end

 

 

Enlace para comentar
Compartir en otros sitios

  • Dilong locked this tema
Guest
Este tema está cerrado a otras respuestas.
  • Recientemente navegando por este tema   0 miembros

    • No hay usuarios registrados visitando esta página.
×
×
  • Crear nuevo...