Jump to content
Sign in to follow this  
Dastgir

4Slotted Weapon,2Slotted Shield

Recommended Posts

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

 

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.