ArcherMt2 Posted March 20, 2013 Report Share Posted March 20, 2013 Hola metin2zone alguien podría ayudarme a arreglar esta quest porfabor?: quest mensaje begin state start begin when login with pc.is_gm() and game.get_event_flag("mensajesactivado") == 0 begin notice_all("mensaje1") notice_all("mensaje1") notice_all("mensaje1") notice_all("mensaje1") server_timer("prueba", 60*60*2) -- 2 horas game.set_event_flag("mensajesactivado", 1) end when server_timer.prueba begin notice_all("mensaje1") notice_all("mensaje1") notice_all("mensaje1") notice_all("mensaje1") server_timer("prueba2", (60*60*2)+1) -- 2 horas end when server_timer.prueba2 begin notice_all("mensaje2") notice_all("mensaje2") notice_all("mensaje2") notice_all("mensaje2") server_timer("prueba", (60*60*2)+2) -- 2 horas end end end Mis fallos son que al entrar al server y al usar el comando mensajesactivado no se activa la quest me dice que no existe dicho comando, necesito que alguien me la arregle para que solo sea 1 mensaje el que salga cada 2h y que se active porfabor, gracias. Link to comment Share on other sites More sharing options...
LeyendasMt2 Posted March 20, 2013 Report Share Posted March 20, 2013 Hola archer no hay que usar ningun comando, es que cada 2 horas lanzara automaticamente los mensajes que pongas en los "notice_all" Link to comment Share on other sites More sharing options...
ArcherMt2 Posted March 21, 2013 Author Report Share Posted March 21, 2013 when login with pc.is_gm() and game.get_event_flag("mensajesactivado") == 0 begin Link to comment Share on other sites More sharing options...
Recommended Posts