Jump to content
  • 0

adding walls to traders, is it possible


Broken Lemonade

Question

4 answers to this question

Recommended Posts

  • 0

You would be able to add them through your database into the table traders_data.

Here is a sample SQL code which will add large walls for 3 10oz gold to each building supplier in Chernarus:

INSERT INTO traders_data (`item`, `qty`, `buy`, `sell`, `tid`, `afile`) VALUES 
('["ItemWoodWallLg",1]', 10, '[3,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]', 662, 'trade_items'),
('["ItemWoodWallLg",1]', 10, '[3,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]', 530, 'trade_items'),
('["ItemWoodWallLg",1]', 10, '[3,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]', 508, 'trade_items');
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...