Jump to content

Recommended Posts

Posted

Buenas zone.. , como estube aprendiendo un poco de lua y todabia sigo asiendolo e empezado por lo basico y esta es otra ed mis primeras quest.. (que no le hize corta) pero ya sé co hacerlo xd y pues nada mirad 

 

PD: son las unicas quest que e postiado y quiero seguir aprendiendo LUA dado que no tengo nada mas que hacer (de momento)

PD2: Despues las hare cortas xd

quest Armadura beginstate start begin when 9004.chat."Elegir Armadura" begin say_title("".. pc.get_name() .." Elige la operacion")say("Con esta funcion te permitire elegir una armadura")say("a tu eleccion de la itemshop, de este caso")say("para apoyar un poco el comercio dentro del juego")say("Esperemos que Metin2exilium sea de su agrado.")say("") local mester = select ("Armadura Guerrero" , "Armadura Ninja" , "Armadura Sura" , "Armadura Chaman" , "Salir") if mester == 1 then say_title("".. pc.get_name() .." Elige la operacion")say_item_vnum("11299")say("Una ves le des click al boton si")say("Este Objeto desaparecera")say("¿Que quieres hacer?")say("")say("[ENTER]") local mester1 = select ("Si" , "No") if mester1 == 1 thenpc.give_item2("11299", 1)end elseif mester == 2 thensay_title("".. pc.get_name() .." Elige la operacion")say_item_vnum("11499")say("Una ves le des click al boton si")say("Este Objeto desaparecera")say("¿Que quieres hacer?")say("")say("[ENTER]") local mester2 = select ("Si" , "No") if mester2 == 1 thenpc.give_item2("11499", 1)end elseif mester == 3 thensay_title("".. pc.get_name() .." Elige la operacion")say_item_vnum("11699")say("Una ves le des click al boton si")say("Este Objeto desaparecera")say("¿Que quieres hacer?")say("")say("[ENTER]") local mester3 = select ("Si" , "No") if mester3 == 1 thenpc.give_item2("11699", 1)end elseif mester == 4 thensay_title("".. pc.get_name() .." Elige la operacion")say_item_vnum("11899")say("Una ves le des click al boton si")say("Este Objeto desaparecera")say("¿Que quieres hacer?")say("")say("[ENTER]") local mester4 = select ("Si" , "No") if mester4 == 1 thenpc.give_item2("11899", 1)end elsesay_title("".. pc.get_name() .."")say("Gracias por ver este mensaje")say("Suerte con quien lo trates")say("Y disfruta el servidor")return endendendendend

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

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.