Hi all     well I'm here because i have kind of a problem.   I changed the slots on my server using following SQL statements. // updating weapons UPDATE item_db_re SET slots = 4 WHERE type = 4 //updating armors UPDATE item_db_re SET slots = 2 WHERE type = 5 //setting shields back to 1 slot UPDATE item_db_re SET slots = 1 WHERE type = 5 AND equip_locations = 32 then i converted everything into a csv and made a itemslotcounttable.txt out of it wich is working fine! Every slot is disp