Hux Posted June 8, 2014 Report Share Posted June 8, 2014 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 More sharing options...
0 Csus Posted June 8, 2014 Report Share Posted June 8, 2014 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 More sharing options...
0 Hux Posted June 8, 2014 Author Report Share Posted June 8, 2014 Ahh, checked my database & found "trade_items" at the end instead of "trade_any_vehicle". It's working now. Thanks for the reply. Link to comment Share on other sites More sharing options...
Question
Hux
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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now