Jump to content

[Quest Navidad y reyes] Actualizada


♧ BaKo ♧

Recommended Posts

.Hola zoneros, pensé en hacer este post porque ya llego navidad y entonces os estaréis preguntando que poner nuevo en el servidor etc..

 

Bueno pues aquí os traigo una QUEST, esta esta echa por mi y modificada por mi.

 

Bueno la quest es lo siguiente ( os la dejo en un .txt )

 

 

 

Al abrir el bloc de notas os he dejado las instrucciones magníficamente explicadas. Eso lo siguiente si ay error me lo dicen y pido disculpas !

 

txt. arreglado xd

 

Funciona perfectamente despues de varias actualizaciones .

Debes iniciar sesión para ver el contenido del enlace en esta publicación.

Link to comment
Share on other sites

hola ageo tienen un error aca te las dejo corregidas:

 

quest reyes begin
state start begin
when login begin
notice(" Ya llegaron los reyes magos te desean lo mejor ")
end
end
end

quest añonuevo begin
state start begin
when login begin
notice("  Feliz 2012-2013 a todo el Servidor !! ")
end
end
end
quest 2012 begin
state start begin
when login begin
notice(" Feliz navidad a todo el Servidor !!")
end
end
end

llvan 3 end ya que uno cierra el state otro el when y otro la oracion.

y me pusistes en duda si es notice y no noticeall o chat

Link to comment
Share on other sites

hola ageo tienen un error aca te las dejo corregidas:

 

quest reyes begin
state start begin
when login begin
notice(" Ya llegaron los reyes magos te desean lo mejor ")
end
end
end

quest añonuevo begin
state start begin
when login begin
notice("  Feliz 2012-2013 a todo el Servidor !! ")
end
end
end
quest 2012 begin
state start begin
when login begin
notice(" Feliz navidad a todo el Servidor !!")
end
end
end

llvan 3 end ya que uno cierra el state otro el when y otro la oracion.

y me pusistes en duda si es notice y no noticeall o chat

 

la ultima quest no va a funcionar por que el nombre no puede empesar con un numero
Link to comment
Share on other sites

hola ageo tienen un error aca te las dejo corregidas:

 

quest reyes begin
state start begin
when login begin
notice(" Ya llegaron los reyes magos te desean lo mejor ")
end
end
end

quest añonuevo begin
state start begin
when login begin
notice("  Feliz 2012-2013 a todo el Servidor !! ")
end
end
end
quest 2012 begin
state start begin
when login begin
notice(" Feliz navidad a todo el Servidor !!")
end
end
end

llvan 3 end ya que uno cierra el state otro el when y otro la oracion.

y me pusistes en duda si es notice y no noticeall o chat

 

la ultima quest no va a funcionar por que el nombre no puede empesar con un numero
Link to comment
Share on other sites

se puede poner las 3 quests en una, aqi la quest mia.

 

quest player_msg begin
state start begin
function send_msg(a)
local wDo = a or "login"
local wN = {
["login"] = 1,
["levelup"] = 2,
["logout"] = 3,
}
local mToSend = {
--para escribir mas que 1 texto tienes que separar los textos con unna ","
{
{"System: bienvenidos en nuestro Server Nombe de Server"}, --primer login 
{"System: Nuestra pagina encuentras en http-~~-//google.de/","perguntas puedes meter aqi http-~~-//www.google.de/Forum"}, --segundo login 
{"System: GM's nunca preguntan a tus datos ","un gm siempre tiene [GM] alante del nombre"}, --tercero login
},
-- texto cuando Levelup
{
{"LvlUp felicitación"},
},
-- texto cuando  Logout
{
{"nada"}

},
}
--- aqi no cambian nada
local mR = number(1, table.getn(mToSend[wN[wDo]]))
for i = 1, table.getn(mToSend[wN[wDo]][mR]) do
chat(mToSend[wN[wDo]][mR][i])
end
end
when login begin
player_msg.send_msg("login")
end
when levelup begin
player_msg.send_msg("levelup")
end
when logout begin
player_msg.send_msg("logout")
end
end
end

Link to comment
Share on other sites

  • 8 years later...

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