Takizuki 0 Posted July 10, 2014 (edited) hi, is there a fastest way to make all items zeny to 0 value? i know you can do it by change them on item_db. but is there a fastest way to do that? thanks Edited July 10, 2014 by pxl028 Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted July 10, 2014 Set the price as 0 on shops, instead of itemdb or do a regex search, find Buy: ([0-9]+) Replace with Buy: 0 or "" Without quotes, that is nothing. Quote Share this post Link to post Share on other sites
0 Takizuki 0 Posted July 10, 2014 hmmm... the reason why i want to set the items zeny price to 0 is so that once they sell it to npc the price is nothing Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted July 10, 2014 But they can sell it for zeny. please try the above regex that I posted. Quote Share this post Link to post Share on other sites
0 Takizuki 0 Posted July 10, 2014 (edited) got it now.. thanks Edited July 11, 2014 by pxl028 Quote Share this post Link to post Share on other sites
hi, is there a fastest way to make all items zeny to 0 value? i know you can do it by change them on item_db. but is there a fastest way to do that?
thanks
Edited by pxl028Share this post
Link to post
Share on other sites