Zeny

Takizuki

New member
Messages
45
Points
0
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:
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.

 
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

 
But they can sell it for zeny.

please try the above regex that I posted.

 
Back
Top