how to get the card slots appear in client in every item??

khenma

New member
Messages
202
Points
0
i already edited the itemslotcountable.txt but still card slots dont appear/shown in every item info



 
Last edited by a moderator:
what Client date you use?

if you are using 2013 client. edit the description in System/iteminfo.lua

search for that item.

 
what Client date you use?

if you are using 2013 client. edit the description in System/iteminfo.lua

search for that item.
im using 20130807 client.

if i edit the iteminfo.lua, does it shows the card slots on the item info when we right click the item?? what i mean here is only the slots below the item description (as shown in the picture, the card slots is missing at athe bottom) ...

 
Last edited by a moderator:
Yes, in iteminfo.lua you can see this 

slotCount = 0, //<- change to what ever card slot you want from 1~4 ClassNum = 0
it will show in client that the equip is slotted.

Note: slotCount must match the slotcount in your item database. If you miss to put slotcount in your server then you put in iteminfo.lua slotCount = 4, it will show 4 slots item but you can't put a card on it.

 
I already changed the slotcount into 4 but still it doesn't shows the card slots below the item desc

in my item_db2.conf

slots:4

in iteminfo.lua

slots:4

 
Last edited by a moderator:
still cant find the solution
default_sad.png


 
Back
Top