Tiico™ Posted July 8, 2013 Report Share Posted July 8, 2013 Quest quest reto_kyuding begin state start begin when login with pc.level >= 80 set_state(infor) end end state infor begin when letter begin send_letter("¡Corre hacia el Sabio Kyuding!") end when 88885.chat."Ayudame, ¡Mi Hermana!" begin say_title("Kyuding:") say("Buenas "..pc.get_name().." ¡Ayudame!.") say("Bueno , te cuento , lo que pasa es que ayer") say("Mi hermana ha desaparecido ... Y no se donde") say("se encuentra en este momento. Tú podrias ayudar") say("a encontrar a mi Hermana ¡porfavor!?.") say("Si es así ve a matar a 3 Calbiyung.") say_reward("Aceptas ir") local j = select ("Si","Me da miedo") if j == 1 then say("Bien , si estas decidido ve") say("a Assesinar a los Calbiyung.") say("Si lo haces seras recompensado.") pc.setqf("state", 1) q.set_counter("1 Calbiyung", 1) end end when 2568.kill begin local count = pc.getqf("state") - 1 if count == 1 then pc.setqf("state", count) q.set_counter("1 Calbiyung", count) end if count == 0 then say_title("Kyuding:") say("Bien , haz assesinado el Primer Calbiyung") say("Ve por el otro ...") pc.setqf("state", 1) q.set_counter("2 Calbiyung", 1) end end when 2598.kill begin local count = pc.getqf("state") - 1 if count == 1 then pc.setqf("state", count) q.set_counter("2 Calbiyung", count) end if count == 0 then say_title("Kyuding:") say("Bien , haz assesinado el Segundo Calbiyung") say("Ve por el Ultimo! ...") pc.setqf("state", count) q.set_counter("3 Calbiyung", count) end end when 2457.kill begin local count = pc.getqf("state") - 1 if count == 1 then pc.setqf("state", count) q.set_counter("3 Calbiyung", count) end if count == 0 then say_title("Kyuding:") say("Bien , haz assesinado a Todos los") say("Calbiyung.") say_item_vnum(2568) say("y este item? , te lo dropeo un Calbiyung?") say("Aver dejame Investigarlo.") wait() say("Oh!") say("Creo que se donde está mi hermana. Este") say("Item dice que mi hermana se encuentra en") say("El Gran Mapa de los Malditos...") say("Gracias por haber assesinado a esos") say(""Calbiyung", ire en busca de mi hermana.") wait() say("Ah perdon , se me olvidaba toma esta") say("recompensa por haber ayudadome a saber") say("donde se encontraba mi hermana. Gracias.") pc.give_item2("item1", 1) --- Aqui pon los items a dar ( sin borrar las "" ) pc.give_item2("item1", 1) pc.give_item2("item1", 1) pc.change_gold(cantidad) --- Yang a dar. set_state(acabada) end end end state acabada begin endend Espero que les guste +1! Apocalipto and Sarck3Imperios 2 Quote Link to comment Share on other sites More sharing options...
Metin2Sparda Posted July 8, 2013 Report Share Posted July 8, 2013 buen trabajo Tiico™ 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.