**mario, es más que evidente que el comportamiento de Six deja muchísimo que desear, pero de todas formas tiene muchos más conocimientos sobre metin que tu :miau: **
Zed (@Zed)
Information about Zed
Publicados por Zed
-
-
**Ya no hace falta votar más, la sección ya está hecha :miau:
P.D: Salva si lees, esto, tienes que habilitar el Gracias en la sección y las subsecciones :miau: **
-
**Bueno, aquí les traigo esta quest que hice anoche para lekim, en parte está hecha entre los 2, ya que yo iba con prisas y se me olvidó añadir el detalle de que no te las venda si no tienes yang, así que.. _xD_
Bueno, el funcionamiento de la quest es muy sensillo, te sale un input(hueco para escribir xD), en el que tienes que poner el número de piedras que quieres comprar(solo deja un máximo de 10 cada vez y cuestan 75.000 cada una), pues pones la cantidad, y te da las piedras.
Quest:
quest piedras begin state start begin when 20095.chat."Piedras Alma" begin say_title("Anciano") say("Se ve que quieres entrenar tus habilidades...") say("Yo te puedo ayudar... pero te costara algo de yang.") say("Introduce el numero de piedras alma a comprar:") say_reward("1 piedra = 75k") say_reward("10 piedras como maximo.") local a = input ( ) if a == "1" then if pc . gold >= 75000 then pc . change_gold ( -75000 ) pc . give_item2 ( 50513 , 1 ) end elseif a == "2" then if pc . gold >= 150000 then pc . change_gold ( -150000 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) end elseif a == "3" then if pc . gold >= 225000 then pc . change_gold ( -225000 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) end elseif a == "4" then if pc . gold >= 300000 then pc . change_gold ( -300000 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) end elseif a == "5" then if pc . gold >= 375000 then pc . change_gold ( -375000 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) end elseif a == "6" then if pc . gold >= 450000 then pc . change_gold ( -450000 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) end elseif a == "7" then if pc . gold >= 525000 then pc . change_gold ( -525000 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) end elseif a == "8" then if pc . gold >= 600000 then pc . change_gold ( -600000 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) end elseif a == "9" then if pc . gold >= 675000 then pc . change_gold ( -675000 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) end elseif a == "10" then if pc . gold >= 750000 then pc . change_gold ( -750000 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) pc . give_item2 ( 50513 , 1 ) end elseif a > "10" then say("Numero no valido") return end end end end
Ahora esto lo metemos en nuestro editor de texto y lo guardamos con el nombre de** **piedras.quest **
Ahora nos conectamos al por FTP(FileZilla o WinScp) y vamos a la ruta /usr/rain/channel/share_data/locale/hongkong/quest/ y ahí metemos la quest, y luego en esa misma ruta buscamos el hongkong.list y lo abrimos con un editor de texto y al final de todo le añadimos una línea con el nombre de la quest. Ahora hacemos el make.sh **para que se recargue y listo
Espero que les sirva ;)**
-
@Hynbox said:
Me puedes dejar una porfavor? :happy: david.g.g.96@gmail.com
**Listo, ya te envié la invitación :miau:
** -
**Mi cliente va perfecto, además te acaba de decir que pasa lo mismo con el de Swagger así que el problema no es mi cliente :miau: **