Leiner. Posted June 13, 2013 Report Share Posted June 13, 2013 Hola buenas a todos tengo un bug en un item es en el item de reajustar tus atributos y skills bueno le doy click y hay dos opciones rejustar solo stats y otro en reajusatr stats y habilidades y doy click en la 2° opcion y al darle click el cliente se me cierra no se que movi pero necesito ayuda porfavor alguien me podia dar un solucion ,espero sus respuestas un SALUDO a todos gracias por leerlo Link to comment Share on other sites More sharing options...
Shogun Posted June 13, 2013 Report Share Posted June 13, 2013 pega el syserr del cliente, la quest... no se, algo... Link to comment Share on other sites More sharing options...
Leiner. Posted June 13, 2013 Author Report Share Posted June 13, 2013 pega el syserr del cliente, la quest... no se, algo... No entendi bien man o alguien que pueda hacer una quest con la misma funcion que tiene la de rejustes de stats y habilidades pero con diferente icon o yo que se xD Link to comment Share on other sites More sharing options...
Ðro Posted June 13, 2013 Report Share Posted June 13, 2013 Abre el syserr.txt que esta en el cliente y pega su contenido aqui a ver cual es el error o pega la quest para mirar que tiene mal. Link to comment Share on other sites More sharing options...
Leiner. Posted June 13, 2013 Author Report Share Posted June 13, 2013 Abre el syserr.txt que esta en el cliente y pega su contenido aqui a ver cual es el error o pega la quest para mirar que tiene mal. te apso el sysser y si em podias decir el nombre de la quest porfaDebes iniciar sesión para ver el contenido del enlace en esta publicación. Link to comment Share on other sites More sharing options...
Ðro Posted June 13, 2013 Report Share Posted June 13, 2013 Ese es el syserr de cuando se cerro el cliente o es después?... trata de hacer esto... abre el cliente y abre la quest y cuando se cierre el cliente pegas ese syserr. PD: mira tu item_list que tienes mal los tabs tienes espacios. Link to comment Share on other sites More sharing options...
Leiner. Posted June 13, 2013 Author Report Share Posted June 13, 2013 Ese es el syserr de cuando se cerro el cliente o es después?... trata de hacer esto... abre el cliente y abre la quest y cuando se cierre el cliente pegas ese syserr. PD: mira tu item_list que tienes mal los tabs tienes espacios. me podias decir el nombre de al quest esque no recuerdo man porfa Link to comment Share on other sites More sharing options...
Ðro Posted June 13, 2013 Report Share Posted June 13, 2013 Cual es el vnum del item y miro a ver si encuentro la quest, es que yo tampoco se cual es la quest :yaoming: Link to comment Share on other sites More sharing options...
Leiner. Posted June 14, 2013 Author Report Share Posted June 14, 2013 Cual es el vnum del item y miro a ver si encuentro la quest, es que yo tampoco se cual es la quest :yaoming:creo que es este Regresar Habilidad: 71002 Link to comment Share on other sites More sharing options...
Ðro Posted June 14, 2013 Report Share Posted June 14, 2013 La quest se llama "reset_scroll", aqui te paso una y mira si te funciona o no xD es la que tengo metida en los files que tengo: quest reset_scroll begin state start begin when 71002.use begin --- l say_title("Redistribuciones") say("Esta utilidad permite") say("La restribucion de puntos de estado.") say("Asi podras desarrolar a tu PJ") say("De otra manera.") say("") say_reward("Quieres Continuar?") say("") local s = select("Restablecer Puntos De Estado", "Restablecer Puntos De Estado y Habilidades", "Cancelar") -- status if 1 == s then say_title("Advertencia:") say("No se puede revertir este efecto.") say("") say_reward("Deseas Continuar?") say("") local d = select("Si", "No") if 2 == d then return end char_log(0, "RESET_ALL", "USE_ITEM(71002)") pc.remove_item(71002) char_log(0, "RESET_ALL", "RESET_STAT_POINTS") pc.reset_point() char_log(0, "RESET_ALL", "RESET_END") -- beides elseif 2 == s then say_title("Advertencia:") say("No se puede revertir este efecto") say("Y perdera todas las habilidades aprendidas!") say("") say_reward("Deseas Continuar?") say("") local c = select("Si", "No") if 2 == c then return end char_log(0, "RESET_ALL", "USE_ITEM(71002)") pc.remove_item(71002) char_log(0, "RESET_ALL", "RESET_STAT_POINTS") pc.reset_point() char_log(0, "RESET_ALL", "RESET_SKILL_POINTS") pc.clear_skill() pc.set_skill_group(0) char_log(0, "RESET_ALL", "RESET_END") -- abbrechen elseif 3 == s then return end end when 71003.use begin --- l say_title("El arte de la restribucion") say("Le permite a usted") say("Reasignar puntos de habilidades.") local result = BuildSkillList(pc.get_job(), pc.get_skill_group()) local vnum_list = result[1] local name_list = result[2] if table.getn(vnum_list) < 2 then say("") say_reward("No se a encontrado alguna habilidad!") say("") return end say("") say_reward("Por Favor Seleccione Una Habilidad:") local i = select_table(name_list) if table.getn(name_list) == i then return end local name = name_list[i] local vnum = vnum_list[i] say_title("Advertencia:") say_reward("No se puede revertir este efecto") say_reward("Y solo recibira los puntos de habilidad") say_reward("Decide con cuidado!") say("") say(string.format("Deseas Continuar?", name)) local s = select("Si", "No") if 2 == s then return end char_log(0, "RESET_ONE_SKILL", "USE_ITEM(71003)") pc.remove_item(71003) char_log(0, "RESET_ONE_SKILL", string.format("RESET_SKILL[%s]", name)) pc.clear_one_skill(vnum) char_log(0, "RESET_ONE_SKILL", "APPLY_17MASTER_BONUS") pc.setqf("force_to_master_skill", 1) say_title("Restablecido con exito!") say(string.format("%s Se restableció correctamente.", name)) say("") --- l say_reward("Has recibido los puntos de habilidad de nuevo") say("") end end end Link to comment Share on other sites More sharing options...
Leiner. Posted June 14, 2013 Author Report Share Posted June 14, 2013 La quest se llama "reset_scroll", aqui te paso una y mira si te funciona o no xD es la que tengo metida en los files que tengo: quest reset_scroll begin state start begin when 71002.use begin --- l say_title("Redistribuciones") say("Esta utilidad permite") say("La restribucion de puntos de estado.") say("Asi podras desarrolar a tu PJ") say("De otra manera.") say("") say_reward("Quieres Continuar?") say("") local s = select("Restablecer Puntos De Estado", "Restablecer Puntos De Estado y Habilidades", "Cancelar") -- status if 1 == s then say_title("Advertencia:") say("No se puede revertir este efecto.") say("") say_reward("Deseas Continuar?") say("") local d = select("Si", "No") if 2 == d then return end char_log(0, "RESET_ALL", "USE_ITEM(71002)") pc.remove_item(71002) char_log(0, "RESET_ALL", "RESET_STAT_POINTS") pc.reset_point() char_log(0, "RESET_ALL", "RESET_END") -- beides elseif 2 == s then say_title("Advertencia:") say("No se puede revertir este efecto") say("Y perdera todas las habilidades aprendidas!") say("") say_reward("Deseas Continuar?") say("") local c = select("Si", "No") if 2 == c then return end char_log(0, "RESET_ALL", "USE_ITEM(71002)") pc.remove_item(71002) char_log(0, "RESET_ALL", "RESET_STAT_POINTS") pc.reset_point() char_log(0, "RESET_ALL", "RESET_SKILL_POINTS") pc.clear_skill() pc.set_skill_group(0) char_log(0, "RESET_ALL", "RESET_END") -- abbrechen elseif 3 == s then return end end when 71003.use begin --- l say_title("El arte de la restribucion") say("Le permite a usted") say("Reasignar puntos de habilidades.") local result = BuildSkillList(pc.get_job(), pc.get_skill_group()) local vnum_list = result[1] local name_list = result[2] if table.getn(vnum_list) < 2 then say("") say_reward("No se a encontrado alguna habilidad!") say("") return end say("") say_reward("Por Favor Seleccione Una Habilidad:") local i = select_table(name_list) if table.getn(name_list) == i then return end local name = name_list[i] local vnum = vnum_list[i] say_title("Advertencia:") say_reward("No se puede revertir este efecto") say_reward("Y solo recibira los puntos de habilidad") say_reward("Decide con cuidado!") say("") say(string.format("Deseas Continuar?", name)) local s = select("Si", "No") if 2 == s then return end char_log(0, "RESET_ONE_SKILL", "USE_ITEM(71003)") pc.remove_item(71003) char_log(0, "RESET_ONE_SKILL", string.format("RESET_SKILL[%s]", name)) pc.clear_one_skill(vnum) char_log(0, "RESET_ONE_SKILL", "APPLY_17MASTER_BONUS") pc.setqf("force_to_master_skill", 1) say_title("Restablecido con exito!") say(string.format("%s Se restableció correctamente.", name)) say("") --- l say_reward("Has recibido los puntos de habilidad de nuevo") say("") end end end vale fei gracias lo chekare Link to comment Share on other sites More sharing options...
Recommended Posts