Jump to content
  • 0

Help me About 2013 client custom item


Question

Posted

Hi there rathena

 

before i'm using 2010 client now i want to update my client into 2013

 

my problem is when ever i put my all custom item in 2013 client

 

all items are apple

 

Some threads i read that you can convert your item into iteminfo.lub idk

 

Please help me thankyou and more power rA!

8 answers to this question

Recommended Posts

  • 0
Posted
2 hours ago, Ammyd said:

Hi there rathena

 

before i'm using 2010 client now i want to update my client into 2013

 

my problem is when ever i put my all custom item in 2013 client

 

all items are apple

 

Some threads i read that you can convert your item into iteminfo.lub idk

 

Please help me thankyou and more power rA!

Diff your client to read iteminfo.lua (USE NEMO PATCHER), And add your custom item there.
Follow the following format.
 

Spoiler

    [33500] = {  <- Item ID
        unidentifiedDisplayName = "Red Potion",
        unidentifiedResourceName = "빨간포션",
        unidentifiedDescriptionName = { "" },
        identifiedDisplayName = "Custom Item Number 1000", <- Item Display Name
        identifiedResourceName = "custom_item_sprite", <- item sprite
        identifiedDescriptionName = {
            "Custom Description.", <- Item description
            "^FFFFFF_^000000",
            "Class:^0000FF Restorative item^000000",
            "Heal:^006600 45 ~ 65^000000 HP",
            "Weight:^006600 7^000000"
        },
        slotCount = 4, <- Slot Count Display
        ClassNum = 3300 <- Item View ID if its a headgear
    },

 

  • 0
Posted
On 6/2/2017 at 4:15 AM, crazyarashi said:

Diff your client to read iteminfo.lua (USE NEMO PATCHER), And add your custom item there.
Follow the following format.
 

  Hide contents

    [33500] = {  <- Item ID
        unidentifiedDisplayName = "Red Potion",
        unidentifiedResourceName = "빨간포션",
        unidentifiedDescriptionName = { "" },
        identifiedDisplayName = "Custom Item Number 1000", <- Item Display Name
        identifiedResourceName = "custom_item_sprite", <- item sprite
        identifiedDescriptionName = {
            "Custom Description.", <- Item description
            "^FFFFFF_^000000",
            "Class:^0000FF Restorative item^000000",
            "Heal:^006600 45 ~ 65^000000 HP",
            "Weight:^006600 7^000000"
        },
        slotCount = 4, <- Slot Count Display
        ClassNum = 3300 <- Item View ID if its a headgear
    },

 

Hello Thanks now my problem is Custom weapon and its not showing the correct sprite and i know i putted it correctly.

i google it then i found out about lua files ? because my lua files is 2012 how can i update to 2013 lua files ?

  • 0
Posted
17 hours ago, Poring King said:

add your info detail on System/iteminfo.lua

 

i already did that sir , please help me , the sprite is not showing

  • 0
Posted
13 minutes ago, Ammyd said:

i already did that sir , please help me , the sprite is not showing

If sprite not showing
check your database, your item "View" 
check your ClassNum number in iteminfo.lua 
This 2 above should be tie so sprite will be shown .

if still having problem check your
item_db = View
iteminfo.lua = identifiedResourceName, ClassNum
Data GRF = idnum2itemresnametable, idnum2itemdisplaynametable

This 5 above should be tie there name and number if one of this 5 you miss item wont display ..

  • 0
Posted (edited)
23 hours ago, Poring King said:

If sprite not showing
check your database, your item "View" 
check your ClassNum number in iteminfo.lua 
This 2 above should be tie so sprite will be shown .

if still having problem check your
item_db = View
iteminfo.lua = identifiedResourceName, ClassNum
Data GRF = idnum2itemresnametable, idnum2itemdisplaynametable

This 5 above should be tie there name and number if one of this 5 you miss item wont display ..

Hello ! i think i can see now the problem , all my class num is 0 how do i fix this ?

Edited by Ammyd
  • 0
Posted
14 hours ago, Ammyd said:

Hello ! i think i can see now the problem , all my class num is 0 how do i fix this ?

if you are looking to useable item you are correct but if you are looking for HG = "mid"lower"Topgear " you should put the class number there

Example:
Lord Kaho horn View Number on Database is = 99
Lord kaho horn on Client/System/iteminfo.lua is = 99

this 2 should be tie

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...