Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.
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.