Dastgir 1246 Posted June 14, 2013 For those who want to make All Equips 4 Slots but cannot find a new item_db file , Here's a RegEx trick to do it. Open Notepad++ , open item_db.txt(whichever file in which you want to make all equips 4 slots) Open "Find Dialog Box"(CTRL+H), Select Search mode as Regular Expression. and in find put 5,([0-9]*),([0-9]*),([0-9]*),([0-9]*),([0-9]*),([0-9]*),([0-9]*) In Replace Put 5,1,2,3,4,5,6,4 Change that 4 to the number of slots you want(for all equips 4 slot, put 4) And Press "Replace All", and its done. If you want shields to be 2 slotted, Follow same method above but in find put 5,([0-9]*),([0-9]*),([0-9]*),([0-9]*),([0-9]*),([0-9]*),([0-9]*),(0[xX][0-9a-fA-F]+),([0-9]*),2,32 And In replace put 5,1,2,3,4,5,6,2,8,9,2,32 Change 2 to number of slots you want in shield. That's All Here's an item_Db with 4 slotted weapons and 2 slotted shield(14th June):item_db.txt 2 lakasmonk123 and Aurora reacted to this Share this post Link to post Share on other sites