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