T Takizuki New member Messages 45 Points 0 Jul 10, 2014 #2 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 Last edited by a moderator: Jul 10, 2014
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
D Dastgir Core Developer Messages 3,805 Points 0 Discord Dastgir#1460 IRC Nickname Dastgir Github dastgirp Emulator Client Version 2019-02-28 RE Jul 10, 2014 #3 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.
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.
T Takizuki New member Messages 45 Points 0 Jul 10, 2014 #4 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
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
D Dastgir Core Developer Messages 3,805 Points 0 Discord Dastgir#1460 IRC Nickname Dastgir Github dastgirp Emulator Client Version 2019-02-28 RE Jul 10, 2014 #5 But they can sell it for zeny. please try the above regex that I posted.
T Takizuki New member Messages 45 Points 0 Jul 10, 2014 #6 got it now.. thanks Last edited by a moderator: Jul 11, 2014