Jump to content
Sign in to follow this  
rans

New in item_db

Recommended Posts

Hello there, the last changes were just switch from numbers to constants you can change them for your custom items using any find and replace tool available for your OS. 

Share this post


Link to post
Share on other sites
18 hours ago, Asheraf said:

Hello there, the last changes were just switch from numbers to constants you can change them for your custom items using any find and replace tool available for your OS. 

ya but like example i did many edit on my item_db. also it give really pain when messing it up with armors and weapons. for example i'd like to replace a loc: 1 then the loc: 16, 132, and so on will get affected too. i'm using natural notepad. I don't know how to use expression on notepad++

Share this post


Link to post
Share on other sites

You can use regex to replace those, for notepad++ select Regular expression in the search mode and for example search for

Loc: 1\n

and replace with 

Loc: "CONSTANT"\n

this will change only the target number without affecting the others such as 16, 132....

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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