Jump to content
  • 0

Setting item to sell but not buy [Solved]


Jim90

Question

How to have an item sell at the trader but not buy.  As ebayshopper says below setting the buy price to -1 will  remove the item from the buy list.  When you switch to sell mode it will still show in the list of items the trader accepts.

Like this:

	class ItemTrashToiletpaper {
		type = "trade_items";
		buy[] = {-1,"ItemGoldBar"};
		sell[] = {1,"ItemGoldBar"};
	};

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

yeah this works well actually.. I remember you had made a post about that ebay, so i went ahead and made a "waste trader" Basically he accepts just about everything you can find in the game. but doesnt sell anything, only buys from you.

I just released it public on my servers last night.  After a couple weeks of testing, i will make a release in the forums.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...