Jump to content
  • 0

Custom item shows as unknown item.


AsuraBro

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  74
  • Reputation:   3
  • Joined:  07/12/14
  • Last Seen:  

i follow this guide on adding custom items step by step.
http://rathena.org/wiki/Custom_Items
 
i done everything on it.
 
but in the game i can use the item but it show's as unknown item.
 
idid search for it alot of times i found topics about it but i couldnt fix it.
http://rathena.org/board/topic/96372-problem-with-custom-items
and more .

its just like the problem above i did try the fix but it didnt work.

i did download some tools and it didnt change anything.
 
here what i did.
 
idnum2itemdesctable.txt

23002#
Why not.
^ffffff_^000000
Adds +10% AtkDmg.
^ffffff_^000000
#


 
idnum2itemdisplaynametable.txt

23002#ZoroSword#


 
idnum2itemresnametable.txt

23002#zorosword#


 
itemslotcounttable.txt

23002#1#


 
num2itemdesctable.txt

23002#
Why not.
^ffffff_^000000
Adds +10% AtkDmg.
^ffffff_^000000
#


 
num2itemresnametable.txt

23002#zorosword#


 
 
itemInfo.lub

    [23002] = {
        unidentifiedDisplayName = "ZoroSword",
        unidentifiedResourceName = "zorosword",
        unidentifiedDescriptionName = {
            "Why not."
            "^000000Adds +10% AtkDmg.^000000",
            "Class :^777777 Headgear^000000",
            "Weight :^777777 10^000000",
        }
        identifiedDisplayName = "ZoroSword",
        identifiedResourceName = "zorosword",
        identifiedDescriptionName = {
            "Why not."
            "^000000Adds +10% AtkDmg.^000000",
            "Class :^777777 Headgear^000000",
            "Weight :^777777 10^000000",
        }
        slotCount = 1,
        ClassNum = 1500

    }


 
In GRF

 
Data/spirit/¾ÆÀÌÅÛ/zorosword.act , zorosword.spr
 
Data/spirit/¾Ç¼¼»ç¸®/³²/³²_zorosword.act , ³²_zorosword.spr

 

Data/spirit/¾Ç¼¼»ç¸®/¿©/¿©_zorosword.act, ¿©_zorosword.spr

 

Data/textrue/À¯ÀúÀÎÅÍÆäÀ̽º/collection/zorosword.bmp

 

Data/textrue/À¯ÀúÀÎÅÍÆäÀ̽º/item/zorosword.bmp

 

accessoryid.lub

    ACCESSORY_zorosword = 1500,

 

accname.lub

    [ACCESSORY_IDs.ACCESSORY_zorosword] = "_zorosword",

 

accname_eng.lub

    [ACCESSORY_IDs.ACCESSORY_zorosword] = "_zorosword",

 

in sever side.

 

db/import/item_db

23002,zorosword,zorosword,5,10000,,10,,10,,1,0xFFFFFFFF,7,2,1,,0,0,1500,{ bonus bBaseAtk,1000; },{},{}

 

db/pre-re/item_db

23002,zorosword,zorosword,5,10000,,10,,10,,1,0xFFFFFFFF,7,2,1,,0,0,1500,{ bonus bBaseAtk,1000; },{},{}

 

db/re/item_db

23002,zorosword,zorosword,5,10000,,10,,10,,1,0xFFFFFFFF,7,2,1,,0,0,1500,{ bonus bBaseAtk,1000; },{},{}

 

i also when i open iteminfo.lua it show's korean litters.

 

there how it looks like..

Ez2K9W.jpg

 

and still it show's as unknown item for me.

 

I did see alot of topics about it but when i try the solve it dosnt work.

 

iam using client 2013-08-07 ver: 45

 

i diff the client to read lub files first , multi grf ,View ID 30000, and read grf before the data.

 

sorry for my English.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...