hardy Posted May 31, 2020 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 04/12/20 Last Seen: May 2, 2021 Share Posted May 31, 2020 hola es básicamente eso me baje un pack de item custom y estoy teniendo ese problema al sacar un item custom se muestra como una manzana al lanzar la manzana al suelo igual se visualiza como tal no aparece el item custom estoy usando estos custom Link to comment Share on other sites More sharing options...
Erebos Posted June 1, 2020 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 65 Reputation: 4 Joined: 10/25/18 Last Seen: April 11 Share Posted June 1, 2020 Recuerda agregar los .act y .spr de los items a la carpeta ¾ÆÀÌÅÛ Todos los items que no son hats se agregan a: system/iteminfo.lua (o dependiendo de como se llame el iteminfo que tu .exe esta leyendo) Luego a tu GRF: data/sprite/¾ÆÀÌÅÛ (.act y .spr) data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/item (.bmp de icono del item) data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/collection (.bmp de illustracion del item) Si son hats o alas, etc... ya es otra cosa, tienes que agregarlos a un par de archivos mas, puedes revisar eso acá:https://github.com/rathena/rathena/wiki/Custom-Items#defining-items-clientside-for-new-clients Link to comment Share on other sites More sharing options...
hardy Posted June 2, 2020 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 04/12/20 Last Seen: May 2, 2021 Author Share Posted June 2, 2020 gracias por responder amigo probé siguiendo la guía probé agregando el item en la carpeta system\itemInfo.lua agrege el item y compile a lub con notepad++ ya que no tengo conocimiento de la herramienta luac.exe y volvi agregar los item custom a la carpeta data nuevamente y volvio a pasarme lo mismo al probar dejare algunas imagenes de lo que hice , quizas ustedes me podra dan algunas lluvia de ideas de que sera 1. primero que nada la imagen dentro del servidor asi se me ve También modifique el archivo itemslotcounttable.txt 31497#0# Link to comment Share on other sites More sharing options...
Mael Posted June 2, 2020 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: Yesterday at 01:54 PM Share Posted June 2, 2020 3 hours ago, hardy said: gracias por responder amigo probé siguiendo la guía probé agregando el item en la carpeta system\itemInfo.lua agrege el item y compile a lub con notepad++ ya que no tengo conocimiento de la herramienta luac.exe y volvi agregar los item custom a la carpeta data nuevamente y volvio a pasarme lo mismo al probar dejare algunas imagenes de lo que hice , quizas ustedes me podra dan algunas lluvia de ideas de que sera 1. primero que nada la imagen dentro del servidor asi se me ve También modifique el archivo itemslotcounttable.txt 31497#0# Qué fecha de cliente estas utilizando? Link to comment Share on other sites More sharing options...
hardy Posted June 3, 2020 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 04/12/20 Last Seen: May 2, 2021 Author Share Posted June 3, 2020 utilizo la fecha de 20180418 quizás deba bajarme a una mas antigua ? Link to comment Share on other sites More sharing options...
Mael Posted June 4, 2020 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: Yesterday at 01:54 PM Share Posted June 4, 2020 (edited) 2 hours ago, hardy said: utilizo la fecha de 20180418 quizás deba bajarme a una mas antigua ? Hmm no es necesario cambiar de fecha de cliente. Solo debes de modificar estos archivos por el lado del cliente. data\luafiles514\lua files\datainfo\accessoryid.lub data\luafiles514\lua files\datainfo\accname.lub Carpeta del Cliente\System Dependiendo de cómo hayas parchado tu exe client, debes editar el iteminfo.lua o itemInfo_true_V5, no tengo idea cual habrás parchado... Yo recomiendo en V5. Luego debes modificar el item_db, tener en cuenta mantenerlos mismos datos como ID del item, los nombres y el item view, nada más. Yo he probado ambas versiones y funciona perfectamente. Revisa bien esos campos y seguro encontrarás tu error. También sigue este consejo quizá has colocado en capetas incorrectas los items: On 6/1/2020 at 11:20 AM, Brizyous said: Recuerda agregar los .act y .spr de los items a la carpeta ¾ÆÀÌÅÛ Todos los items que no son hats se agregan a: system/iteminfo.lua (o dependiendo de como se llame el iteminfo que tu .exe esta leyendo) Luego a tu GRF: data/sprite/¾ÆÀÌÅÛ (.act y .spr) data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/item (.bmp de icono del item) data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/collection (.bmp de illustracion del item) Si son hats o alas, etc... ya es otra cosa, tienes que agregarlos a un par de archivos mas, puedes revisar eso acá:https://github.com/rathena/rathena/wiki/Custom-Items#defining-items-clientside-for-new-clients Edited June 4, 2020 by Mael more info Link to comment Share on other sites More sharing options...
hardy Posted June 5, 2020 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 04/12/20 Last Seen: May 2, 2021 Author Share Posted June 5, 2020 Gracias por los consejos y respuestas, respecto a esto 22 hours ago, Mael said: Dependiendo de cómo hayas parchado tu exe client, debes editar el iteminfo.lua o itemInfo_true_V5, no tengo idea cual habrás parchado... Yo recomiendo en V5. a mi me sale así al difear el exe pero en la carpeta system lo tengo como iteminfo.lub esto influye en algo ? Link to comment Share on other sites More sharing options...
Mael Posted June 5, 2020 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: Yesterday at 01:54 PM Share Posted June 5, 2020 49 minutes ago, hardy said: Gracias por los consejos y respuestas, respecto a esto a mi me sale así al difear el exe pero en la carpeta system lo tengo como iteminfo.lub esto influye en algo ? Cámbialo por itemInfo_true_V5.lua Link to comment Share on other sites More sharing options...
hardy Posted June 5, 2020 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 04/12/20 Last Seen: May 2, 2021 Author Share Posted June 5, 2020 (edited) 4 hours ago, Mael said: Cámbialo por itemInfo_true_V5.lua bien lo probare pero tengo una duda los iteminfo que estan en la carpeta system es necesario tenerlos todos ? estos son los que tengo ya entendi esta parte mejor he logrado que se vean pero no se me ven al equipar y aparte uno tira un error de Resource esto tengo en System/itemInfo_true_V5.lua [31496] = { unidentifiedDisplayName = "Pikachu_Balloon", unidentifiedResourceName = "Pikachu_Balloon", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "Pikachu_Balloon", identifiedResourceName = "Pikachu_Balloon", identifiedDescriptionName = { "..." }, slotCount = 0, ClassNum = 256 }, [31497] = { unidentifiedDisplayName = "arc_angel_balloon", unidentifiedResourceName = "arc_angel_balloon", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "arc_angel_balloon", identifiedResourceName = "arc_angel_balloon", identifiedDescriptionName = { "..." }, slotCount = 0, ClassNum = 512 }, Edited June 5, 2020 by hardy Link to comment Share on other sites More sharing options...
Mael Posted June 5, 2020 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: Yesterday at 01:54 PM Share Posted June 5, 2020 2 hours ago, hardy said: bien lo probare pero tengo una duda los iteminfo que estan en la carpeta system es necesario tenerlos todos ? estos son los que tengo ya entendi esta parte mejor he logrado que se vean pero no se me ven al equipar y aparte uno tira un error de Resource esto tengo en System/itemInfo_true_V5.lua [31496] = { unidentifiedDisplayName = "Pikachu_Balloon", unidentifiedResourceName = "Pikachu_Balloon", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "Pikachu_Balloon", identifiedResourceName = "Pikachu_Balloon", identifiedDescriptionName = { "..." }, slotCount = 0, ClassNum = 256 }, [31497] = { unidentifiedDisplayName = "arc_angel_balloon", unidentifiedResourceName = "arc_angel_balloon", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "arc_angel_balloon", identifiedResourceName = "arc_angel_balloon", identifiedDescriptionName = { "..." }, slotCount = 0, ClassNum = 512 }, ClassNum = 256 Debes de colocar ahí el mismo id view que le diste en el item_db.txt Link to comment Share on other sites More sharing options...
hardy Posted June 5, 2020 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 04/12/20 Last Seen: May 2, 2021 Author Share Posted June 5, 2020 asi lo deje en item_db 31496,Pikachu_Balloon,Pikachu Balloon,5,20,,100,,1,,1,0xFFFFFFFF,7,2,256,,10,1,1999,{},{},{} 31497,arc_angel_balloon,arc angel balloon,5,5,0,10,,5,,3,0xFFFFFFFF,7,2,512,,1,1,2000,{},{},{} y asi lo deje en iteminfo [31496] = { unidentifiedDisplayName = "Pikachu_Balloon", unidentifiedResourceName = "Pikachu_Balloon", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "Pikachu_Balloon", identifiedResourceName = "Pikachu_Balloon", identifiedDescriptionName = { "..." }, slotCount = 0, ClassNum = 1999 }, [31497] = { unidentifiedDisplayName = "arc_angel_balloon", unidentifiedResourceName = "arc_angel_balloon", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "arc_angel_balloon", identifiedResourceName = "arc_angel_balloon", identifiedDescriptionName = { "..." }, slotCount = 0, ClassNum = 2000 pero aun pasa lo mismo Link to comment Share on other sites More sharing options...
Mael Posted June 5, 2020 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: Yesterday at 01:54 PM Share Posted June 5, 2020 6 hours ago, hardy said: asi lo deje en item_db 31496,Pikachu_Balloon,Pikachu Balloon,5,20,,100,,1,,1,0xFFFFFFFF,7,2,256,,10,1,1999,{},{},{} 31497,arc_angel_balloon,arc angel balloon,5,5,0,10,,5,,3,0xFFFFFFFF,7,2,512,,1,1,2000,{},{},{} y asi lo deje en iteminfo [31496] = { unidentifiedDisplayName = "Pikachu_Balloon", unidentifiedResourceName = "Pikachu_Balloon", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "Pikachu_Balloon", identifiedResourceName = "Pikachu_Balloon", identifiedDescriptionName = { "..." }, slotCount = 0, ClassNum = 1999 }, [31497] = { unidentifiedDisplayName = "arc_angel_balloon", unidentifiedResourceName = "arc_angel_balloon", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "arc_angel_balloon", identifiedResourceName = "arc_angel_balloon", identifiedDescriptionName = { "..." }, slotCount = 0, ClassNum = 2000 pero aun pasa lo mismo Pues pueden ser dos cosas... 1. No estas configurando bien "Y ya se explicó qué hacer". 2. El custom item que quieres utilizar esta fallado. Si es así prueba con otros. Link to comment Share on other sites More sharing options...
hardy Posted June 5, 2020 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 04/12/20 Last Seen: May 2, 2021 Author Share Posted June 5, 2020 6 hours ago, Mael said: Pues pueden ser dos cosas... 1. No estas configurando bien "Y ya se explicó qué hacer". 2. El custom item que quieres utilizar esta fallado. Si es así prueba con otros. hmm si tienes razón, bueno revisare bien los 2 puntos que mencionas Link to comment Share on other sites More sharing options...
hardy Posted June 12, 2020 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 04/12/20 Last Seen: May 2, 2021 Author Share Posted June 12, 2020 On 6/5/2020 at 9:40 AM, Mael said: Pues pueden ser dos cosas... 1. No estas configurando bien "Y ya se explicó qué hacer". 2. El custom item que quieres utilizar esta fallado. Si es así prueba con otros. me puse a leer mucho sobre mis errores incluso vi un post que tenían por aquí casi similar donde se resolvió el problema, volví sobre mis pasos al igual como dijo el men en su post y punto fundamental que igual me faltaba fue aumentar el view id en el exe aun así tuve algunos problemas pero como dije volví sobre mis pasos y fui arreglando errores y comenzó a fluir todo bien . eso gracias por la ayuda Link to comment Share on other sites More sharing options...
Mael Posted June 12, 2020 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: Yesterday at 01:54 PM Share Posted June 12, 2020 5 hours ago, hardy said: me puse a leer mucho sobre mis errores incluso vi un post que tenían por aquí casi similar donde se resolvió el problema, volví sobre mis pasos al igual como dijo el men en su post y punto fundamental que igual me faltaba fue aumentar el view id en el exe aun así tuve algunos problemas pero como dije volví sobre mis pasos y fui arreglando errores y comenzó a fluir todo bien . eso gracias por la ayuda Me alegra que hayas podido aprender a implementar un custom item de forma exitosa procedo a cerrar el tema. Link to comment Share on other sites More sharing options...
Recommended Posts