Jump to content

Recommended Posts

Posted

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 :D

Posted
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
Posted

 

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 :S

Posted
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
  • 2 years later...
Posted
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

  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

This site uses cookies to enhance your browsing experience and provide relevant content. By continuing to browse, you agree to our We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. and Terms of Use. For more information on how we protect your data, please check our Privacy Policy.