Jump to content
  • 0

Card slots not visible on custom item


Question

Posted

Hi guys,

 

Just wondering how to add that small card slot on the bottom of every item. For some reason my custom items doesn't come with it.

 

Thanks in advance!

post-10430-0-20144100-1459281705_thumb.jpg

post-10430-0-28518300-1459281708_thumb.jpg

6 answers to this question

Recommended Posts

  • 0
Posted

2012- clients = cartslotcounttable.txt (I think this is the name or is just slotcounttable)

2013+ clients = iteminfo.lua (system folder) in slotcount you add the number os slots the item have.

  • 0
Posted

2012- clients = cartslotcounttable.txt (I think this is the name or is just slotcounttable)

2013+ clients = iteminfo.lua (system folder) in slotcount you add the number os slots the item have.

 

 

iteminfo.lua only inputs the (1) slot on the client side.. Check out the 2nd picture (1) where the mouse is hovering on.. not showing the slots

  • 0
Posted

Really?

   [1101] = {
        unidentifiedDisplayName = "One-Handed Sword",
        unidentifiedResourceName = "¼Òµå",
        unidentifiedDescriptionName = {
            "Unknown Item, can be identified by ^6A5ACDMagnifier^000000."
        },
        identifiedDisplayName = "Sword",
        identifiedResourceName = "¼Òµå",
        identifiedDescriptionName = {
            "A basic one-handed sword.",
            "Class: ^777777One-Handed Sword^000000",
            "Attack: ^77777725^000000",
            "Weight: ^77777750^000000",
            "Weapon Level: ^7777771^000000",
            "Required Level: ^7777772^000000",
            "Jobs: ^777777Novice, Swordman, Merchant and Thief^000000"
        },
        slotCount = 3,
        ClassNum = 2
    },
  • 0
Posted

itemslotcounttable.txt

 

This didn't work.. thanks tho! :)

 

 

Really?

   [1101] = {
        unidentifiedDisplayName = "One-Handed Sword",
        unidentifiedResourceName = "¼Òµå",
        unidentifiedDescriptionName = {
            "Unknown Item, can be identified by ^6A5ACDMagnifier^000000."
        },
        identifiedDisplayName = "Sword",
        identifiedResourceName = "¼Òµå",
        identifiedDescriptionName = {
            "A basic one-handed sword.",
            "Class: ^777777One-Handed Sword^000000",
            "Attack: ^77777725^000000",
            "Weight: ^77777750^000000",
            "Weapon Level: ^7777771^000000",
            "Required Level: ^7777772^000000",
            "Jobs: ^777777Novice, Swordman, Merchant and Thief^000000"
        },
        slotCount = 3,
        ClassNum = 2
    },

yup. its pretty weird..

  • 0
Posted (edited)

Are you using 2013+ client? or 2012 and lower?

Have you used both iteminfo.lub and itemdb.txt?

 

Example:

 

iteminfo.lub

[1101] = {
		unidentifiedDisplayName = "One-Handed Sword",
		unidentifiedResourceName = "소드",
		unidentifiedDescriptionName = {
			"Unknown Item, can be identified by using a ^6A5ACDMagnifier^000000."
		},
		identifiedDisplayName = "Sword",
		identifiedResourceName = "소드",
		identifiedDescriptionName = {
			"A basic one-handed sword.",
			"Class: ^6A5ACDOne-Handed Sword^000000",
			"Attack: ^D8000025^000000",
			"Weight: ^0EAA0B50^000000",
			"Weapon Level: ^0EAA0B1^000000",
			"Level Requirement: ^0EAA0B2^000000",
			"Jobs: ^6A5ACDNovice, Swordman, Merchant and Thief^000000"
		},
		slotCount = 3,
		ClassNum = 2
	},

itemdb.txt

 

1101,Sword,Sword,5,100,,500,25,,1,3,0x000654E3,63,2,2,1,2,1,2,{},{},{}

 

 
If that doesn't work I think you missed a step on trying to implement a custom item.
Edited by BlackSnow

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...