EzekielitohMercury Posted November 5, 2013 Report Share Posted November 5, 2013 Hola amigos les queria pedir una quest que sea de la siguiente manera: Que un item cuando le des click te aparesca la opcion de : Status ON Status OFF (Que sea solo para gm's) Y cuando el gm le de donde dice "Status ON" Aparesca como si el lo escribiera. ""NOMBRE" Esta Disponible Para Atender Tus Dudas/Preguntas Enviale Un Mensaje" Y Cuando Ponga En "Status OFF" Diga: ""NOMBRE" Esta Offline" Y Eso Es Todo Espero Que Alguien Me Ayude Y Gracias Link to comment Share on other sites More sharing options...
Jfirewall Posted November 5, 2013 Report Share Posted November 5, 2013 Debes iniciar sesión para ver el contenido del enlace en esta publicación. Link to comment Share on other sites More sharing options...
Sarck3Imperios Posted November 5, 2013 Report Share Posted November 5, 2013 quest control begin state start begin when login with pc.is_gm() begin set_state(information) end end state information begin when letter begin send_letter("Control de Gm") end say("Aparecer Online?") local menu2 = select("GM-Online,"Cerrar") notice_all("GM-Online") notice_all("".. pc.get_name() .." Ya está en línea.") notice_all("Preguntas o Problemas/MP.") end end end Link to comment Share on other sites More sharing options...
EzekielitohMercury Posted November 7, 2013 Author Report Share Posted November 7, 2013 quest control begin state start begin when login with pc.is_gm() begin set_state(information) end end state information begin when letter begin send_letter("Control de Gm") end say("Aparecer Online?") local menu2 = select("GM-Online,"Cerrar") notice_all("GM-Online") notice_all("".. pc.get_name() .." Ya está en línea.") notice_all("Preguntas o Problemas/MP.") end end end No tiene la parte que dice que esta offline Link to comment Share on other sites More sharing options...
pepineitor Posted November 8, 2013 Report Share Posted November 8, 2013 quest blablabla beginstate start beginwhen #.use beginlocal chat = {"está online", "está offline"}local que = select("Estoy online", "estoy offline", "cerrar")if que != 3 thennotice_all(pc.get_name().." "..chat[que])endendendend Link to comment Share on other sites More sharing options...
dabliux Posted April 18, 2016 Report Share Posted April 18, 2016 quest blablabla beginstate start beginwhen #.use beginlocal chat = {"está online", "está offline"}local que = select("Estoy online", "estoy offline", "cerrar")if que != 3 thennotice_all(pc.get_name().." "..chat[que])endendendend Amigo me podrias hacer una quest en donde el user escriba el comando cualquiera en la quest y le llege el items como haciendo el papel de implementor la quest Link to comment Share on other sites More sharing options...
Dilong Posted April 18, 2016 Report Share Posted April 18, 2016 Ya estaba puesto hace tiempo Debes iniciar sesión para ver el contenido del enlace en esta publicación. Link to comment Share on other sites More sharing options...
RcdPorraz Posted April 18, 2016 Report Share Posted April 18, 2016 Y donde se pone el ques, por navicat? Link to comment Share on other sites More sharing options...
Recommended Posts