Jump to content

Question

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 pxl028

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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.

Share this post


Link to post
Share on other sites
  • 0

But they can sell it for zeny.

please try the above regex that I posted.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

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