Jump to content
  • 0

Adding custom aircraft to Trader


Hux

Question

I'm trying to add 4 aircraft to my Epoch Taviana server but it's not working.

 

I see the aircraft in trader menu but can neither buy or sell.

 

I use Navicat & am with Dayz.st host.

 

Here are the aircraft:

 

                  An2_1_TK_CIV_EP1

                  An2_2_TK_CIV_EP1

                  Mi17_UN_CDF_EP1

                  UH60M_MEV_EP1

 

I use a tool to create the trader code. Here it is:

 

INSERT INTO `traders_data` (`id`, `item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES
(7579, '["An2_1_TK_CIV_EP1",2]', 10, '[4,"ItemGoldBar10oz",1]', '[4,"ItemGoldBar10oz",1]', 0, 517, 'trade_any_vehicle'),
(7580, '["An2_2_TK_CIV_EP1",2]', 10, '[4,"ItemGoldBar10oz",1]', '[4,"ItemGoldBar10oz",1]', 0, 517, 'trade_any_vehicle'),
(7581, '["Mi17_UN_CDF_EP1",2]', 10, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]', 0, 493, 'trade_any_vehicle'),
(7582, '["UH60M_MEV_EP1",2]', 10, '[1,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]', 0, 519, 'trade_any_vehicle');

 

Does this look right?

 

Thank you.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
INSERT INTO `Traders_DATA` (`item`, `qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES
('["An2_1_TK_CIV_EP1",2]', 10, '[4,"ItemGoldBar10oz",1]', '[4,"ItemGoldBar10oz",1]',0, 517, 'trade_any_vehicle'),
('["An2_2_TK_CIV_EP1",2]', 10, '[4,"ItemGoldBar10oz",1]', '[4,"ItemGoldBar10oz",1]',0, 517, 'trade_any_vehicle'),
('["Mi17_UN_CDF_EP1",2]', 10, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]',0, 493, 'trade_any_vehicle'),
('["UH60M_MEV_EP1",2]', 10, '[1,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]',0, 519, 'trade_any_vehicle')
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...