stefan.kueneth

Item - how only possible to sell, but not to buy

5 posts in this topic

Advertisement

inside the class CfgExileArsenal insert the line

    class MyItem                    { quality = 5; price = 35000; };

And Do NOT insert MyItem in the class CfgTraderCategories

Share this post


Link to post
Share on other sites
1 hour ago, CaptainChaos said:

inside the class CfgExileArsenal insert the line

    class MyItem                    { quality = 5; price = 35000; };

And Do NOT insert MyItem in the class CfgTraderCategories

This is the correct way to do it. You can also assign a sellPrice like the example above to save you from having to double the price (because all buy prices are halved when selling back unless you have a sellPrice set).

Share this post


Link to post
Share on other sites
Advertisement

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

  • Recently Browsing   0 members

    No registered users viewing this page.