StonedLover Posted December 3, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 11/23/13 Last Seen: May 7, 2023 Share Posted December 3, 2013 Hello, I just tried to Adding a Custom Item. Server Side its all fine. I just got a Problem Client side. I just attached my patch files wich i patch in the rathena.grfCan somebody say what i have done wrong? StonedLover data.rar Quote Link to comment Share on other sites More sharing options...
1 Neo-Mind Posted December 5, 2013 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 806 Reputation: 221 Joined: 03/13/12 Last Seen: September 17, 2024 Share Posted December 5, 2013 Guess no one reads the wiki :| unknown item comes from missing item information at clientside. since you're using new client you need to modify System/ItemInfo.lub file => http://rathena.org/wiki/Custom_Items#Item_Placement_on_Data_Folder_.28For_New_Clients.29 the error you mentioned is coming from either accessoryid.lub or accname.lub file (check line number 1000 there seems to be a syntax error - you might have forgotten to shift the "}" to the end of the file) Quote Link to comment Share on other sites More sharing options...
painrugi Posted December 3, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 58 Reputation: 6 Joined: 06/16/13 Last Seen: September 27, 2015 Share Posted December 3, 2013 what client version you use? if you use newer client you must edit on iteminfo.lub Quote Link to comment Share on other sites More sharing options...
StonedLover Posted December 3, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 11/23/13 Last Seen: May 7, 2023 Author Share Posted December 3, 2013 2013-08-07a Quote Link to comment Share on other sites More sharing options...
Najara Posted December 4, 2013 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 404 Reputation: 247 Joined: 12/17/11 Last Seen: 22 hours ago Share Posted December 4, 2013 The file you attached, I see no idnum2itemresnametable.txt - did you make the appropriate adjustments in there? It works like this: YourID#SpriteName# Please report back if this has resolved your problem! Quote Link to comment Share on other sites More sharing options...
StonedLover Posted December 4, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 11/23/13 Last Seen: May 7, 2023 Author Share Posted December 4, 2013 Nope. I done it know but it didnt helped. Now I get this Error: [strin "buf"]:1000: '}' at line 1) near 'ACCESSORY_I_Love_Rock' Quote Link to comment Share on other sites More sharing options...
StonedLover Posted December 5, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 11/23/13 Last Seen: May 7, 2023 Author Share Posted December 5, 2013 Item Info i edited but i got error for DataInfo/accid => buf: bad haeder in precompiled chunk o.o same for accname Quote Link to comment Share on other sites More sharing options...
StonedLover Posted December 7, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 11/23/13 Last Seen: May 7, 2023 Author Share Posted December 7, 2013 (edited) I started form begin. System File works fine with desc and drop + collection bmp. just the Spirit isnt work. I can edit the .lub file with notepad++ without compile can this be the error? Hello I Tried to add a other Headgear but same problem, here the important Parts: Item_db: 23002,Poring_Bottle,Poring Flasche,5,0,,0,,0,,0,0xFFFFFFFF,7,2,1024,,0,0,1083,{ bonus bStr,2; },{},{} System/ItemInfo.lua [23002] = { unidentifiedDisplayName = "Not that again", unidentifiedResourceName = "µðÁöÅÐÀÎȱÇ", unidentifiedDescriptionName = { }, identifiedDisplayName = "Poring Flasche", identifiedResourceName = "Poring_Bottle", identifiedDescriptionName = { "Bla Bla bla", }, slotCount = 0, ClassNum = 1083 }, I use grf to load => accessoryid.lub ACCESSORY_PORING_BOTTLE = 1083 accname_eng.lub => Same in accname.lub [ACCESSORY_IDs.ACCESSORY_PORING_BOTTLE] = "_Poring_Bottle" The sprites are located aswell in grf=> sprite\¾Ç¼¼»ç¸®\¿©\¿©_Poring_Bottle.act &sprsprite\¾Ç¼¼»ç¸®\³²\³²_Poring_Bottle.spr & act \texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection\Poring_Bottle.bmp\texture\À¯ÀúÀÎÅÍÆäÀ̽º\item\Poring_Bottle.bmp sprite\¾ÆÀÌÅÛ\Poring_Bottle.act & sprbut i got still the bmp + desc. but the spr arent loading => See that. Edited December 7, 2013 by StonedLover Quote Link to comment Share on other sites More sharing options...
Question
StonedLover
Hello,
I just tried to Adding a Custom Item. Server Side its all fine. I just got a Problem Client side. I just attached my patch files wich i patch in the rathena.grf
Can somebody say what i have done wrong?
StonedLover
data.rar
Link to comment
Share on other sites
7 answers to this question
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.