boker9999 Posted January 27, 2018 Report Share Posted January 27, 2018 Hola zoneros, necesito ayuda con esta quest, me sale core dumped. Ayuda xfavor. Quote quest monturas begin state start begin when 20349.take with item.get_vnum() == 52015 or item.get_vnum() == 52030 or item.get_vnum() == 52045 or item.get_vnum() == 52060 or item.get_vnum() == 52075 or item.get_vnum() == 52090 or item.get_vnum() == 52104 or item.get_vnum() == 52105 begin local comida_monturas = { {38100, 1}, {38101, 3}, {38102, 7}} say_title("SuperComidas:") say("") say("Con esta comida, podras ampliar el tiempo de Vida de tu montura.") local prueba = select("SuperComida 1 Dias", "SuperComida 3 Dias", "SuperComida 7 dias", "Salir") if prueba != 4 then local a = comida_monturas[prueba][2] local c = comida_monturas[prueba][1] local b = 60*60*24 local d = item.get_socket(0) if pc.count_item(c) >= 1 then if pc.get_gold() > 5000000 then say("Con esta comida, tu montura ") say("") say("aumentara su vida por "..a.." Días") say("") say("¿Quieres continuar?") local e = select("Si", "No") if e == 1 then item.set_socket(0, d + a*b) pc.remove_item(c, 1) pc.change_money(-5000000) say("Completado!") say("Tu montura , tiene "..a.." Días más de Vida.") elseif e == 2 then return end else say("Lo siento, no tienes suficiente yang.") end else say("Lo siento, requieres de comida para continuar.") end end end Link to comment Share on other sites More sharing options...
Dilong Posted January 27, 2018 Report Share Posted January 27, 2018 Utiliza este, mejor que perder el tiempo arreglandolo Debes iniciar sesión para ver el contenido del enlace en esta publicación. zetaerdo, Yukki Kun, josepiti1 and 14 others 16 1 Link to comment Share on other sites More sharing options...
boker9999 Posted January 27, 2018 Author Report Share Posted January 27, 2018 hace 27 minutos, Dilong dijo: Utiliza este, mejor que perder el tiempo arreglandolo Debes iniciar sesión para ver el contenido del enlace en esta publicación. dilong pero en esa quest viene para aumentar el tiempo de la montura con las supercomidas? Frezi Op, Mario Pani, wille damare and 1 other 4 Link to comment Share on other sites More sharing options...
Dilong Posted January 27, 2018 Report Share Posted January 27, 2018 Obviamente Freddy Di Maria 1 Link to comment Share on other sites More sharing options...
boker9999 Posted January 27, 2018 Author Report Share Posted January 27, 2018 hace 24 minutos, Dilong dijo: Obviamente Perfecto tio ya funciona perfect, muchas gracias. Link to comment Share on other sites More sharing options...
sol Posted February 4, 2018 Report Share Posted February 4, 2018 En 27/1/2018 a las 19:24, Dilong dijo: Utiliza este, mejor que perder el tiempo arreglandolo Debes iniciar sesión para ver el contenido del enlace en esta publicación. holis, y como seria para agregar nuevas monturas a esa quest ?? Link to comment Share on other sites More sharing options...
boker9999 Posted February 25, 2018 Author Report Share Posted February 25, 2018 En 4/2/2018 a las 4:57, sol dijo: holis, y como seria para agregar nuevas monturas a esa quest ?? pregunto lo mismo... xReeDx DBL 1 Link to comment Share on other sites More sharing options...
Recommended Posts