Anuncio
-
Por nada
-
alguien me pasa una quest que sirva para anuncia, me refiero que cuando la active diga algo por anuncio cada intervalo de tiempo ella sola.
gracias
-
Ps explicame bn bn que deseas anunciar y como lo deseas te puedo ayudar con ello!!!
-
create una quest k lo aga k no es tan dificil..xD
el comando en lenguage quest para que anuncie globalmente algo es: notice_all ( "El Mensaje" )
-
Algo así:
quest info begin state start begin ---when CODIGOITEM.use with pc.is_gm() begin when CODIGONPC.chat."Info" with pc.is_gm() begin say("¿Activar anuncios?") say("") local s = select("Si", "No") if s == 1 then notice_all("Tu anuncio") timer("anuncio", 60*30) end end when anuncio.timer begin notice_all("Tu anuncio") timer("anuncio2", 60*30) end when anuncio2.timer begin notice_all("Tu anuncio") timer("anuncio", 60*30) ---tiempo end end end
remplazas los valores que creas o si deseas usar un item, pues le quitas las --- y se los pones a la linea de abajo, etc.
-
iluvatarXXl muchas gracias me sirvio :x