rans 7 Posted October 6, 2017 Hello guys, with the recent update of item_db (https://github.com/HerculesWS/Hercules/commit/98bf5a58d9e79dcb80bdbe64e1c80f18e17a6cbc) is there a tool so we can easily update our item_db and item_db2 into this? Quote Share this post Link to post Share on other sites
Asheraf 123 Posted October 6, 2017 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. 1 meko reacted to this Quote Share this post Link to post Share on other sites
rans 7 Posted October 7, 2017 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++ Quote Share this post Link to post Share on other sites
Asheraf 123 Posted October 7, 2017 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.... Quote Share this post Link to post Share on other sites