Jump to content

Quest AutoMensaje


�Alejandro&Sara�Tkm

Recommended Posts

Ola Metin2Zone aki traigo una quest encontre en mi pc espero que os sirva es una quest que anuncia el tiempo que la pongais un anuncio

quest automessage begin
	state start begin
		when login begin
			timer("timer1", 200)
			chat("Bienvenidos a Metin2Gearsofwar.")
   chat("El Mejor")
   chat("Servidor PVP-PVM.")
   chat("Que te diviertas en el servidor =)")
		end
		when timer1.timer begin
			timer("timer2", 1800)
			chat("El STAFF De  Metin2Gearsofwar Les Recomienda Visitar LA WEB Y FORO")
			chat("
Debes iniciar sesión para ver el contenido del enlace en esta publicación.
) chat("
Debes iniciar sesión para ver el contenido del enlace en esta publicación.
) end when timer2.timer begin timer("timer1", 450) chat("LOS TGM-GM-SGM-GA-SGA-ADM NUNCA PEDIRAN CONTRASEÑA ALGUNA DE SUS CUENTAS.") chat("Logearse en la WEB Y Visita Nuestro foro.") chat("Por problemas BUGS O Hacks o problemas .") chat(" Solicitudes De [TGM]'Cerradas Por El Momento.") chat("Que Tengan Buen Juego") end end end

Aki una foto:

Imagen enviada

Veis lo unico que ace esa quest es lanzar un mensaje en el tiempo que pongais

Link to comment
Share on other sites

En caso de que quieran que salga como en el .es que es por anuncios tienen que cambiar los "chat" por "notice"

un ejemplo

quest automensaje begin
state start begin
when login begin
timer("timer1", 200)
end
when timer2.timer begin
timer("timer2", 3600)
notice("Hola Metineros celestiales.")
notice("Tienes problemas , bugs , etc?")
notice("Reportalos en nuestro foro !!.")
notice("Foro : www.metin2celestial.servegame.com/support ")
end
when timer3.timer begin
timer("timer3", 7200)
notice("Hola Metineros celestiales.")
notice("Quieres hablar con un miembro del staff?")
notice("Haslo atravez de nuestro sistema de tickets !!.")
notice("Sistema de Tickets : metin2celestial.servegame.com/Soporte/ ")
end
end
end

PD: es recomendable dejar los times 3600 y 7200 porq si lo ponen en 200 les saldra enseguida que se logean.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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