Jump to content
  • 0

1.0.6.1 ItemMixOil into trader Help


Neurok_

Question

I'm currently trying to add ItemMixOil to the traders however when I log in nothing is there I can click the blank slot between some items and it says ItemMixOil when I buy it nothing appears in my inventory and it takes the coins.

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
4 hours ago, Neurok_ said:

I'm currently trying to add ItemMixOil to the traders however when I log in nothing is there I can click the blank slot between some items and it says ItemMixOil when I buy it nothing appears in my inventory and it takes the coins.

You should post what u did :) so we can search the issue.

Link to comment
Share on other sites

  • 0

Added 

Spoiler

class ItemMixOil {
        type = "trade_weapons";
        buy[] = {2000,"worth"};
        sell[] = {20,"worth"};
    };

          to the  /208.115.199.213_2302/mpmissions/DayZ_Epoch_11.Chernarus/dayz_code/configs/Category.   Then I started the server up no errors in the rpt log. I clicked the blank slot between some items and it says ItemMixOil when I buy it nothing appears in my inventory and it takes the coins.

 

Link to comment
Share on other sites

  • 0

.

55 minutes ago, Neurok_ said:

Added 

  Hide contents

class ItemMixOil {
        type = "trade_weapons";
        buy[] = {2000,"worth"};
        sell[] = {20,"worth"};
    };

          to the  /208.115.199.213_2302/mpmissions/DayZ_Epoch_11.Chernarus/dayz_code/configs/Category.   Then I started the server up no errors in the rpt log. I clicked the blank slot between some items and it says ItemMixOil when I buy it nothing appears in my inventory and it takes the coins.

 

Type = “trade_weapons“; 

Its not a weapon. But not sure if this causes the issue.

Link to comment
Share on other sites

  • 0
1 hour ago, Neurok_ said:

Yeah idk I've also tried Type = "trade_items"; still doesn't work. It could be a minor fix but I cannot find it.

class ItemMixOil {
	type = "trade_items";
	buy[] = {2000,"worth"};
	sell[] = {20,"worth"};
};

I can confirm this works fine, I just tested it, I am able to buy and sell the item correctly.

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...