I tried using the following code that I found on this forum
INSERT INTO `Traders_DATA` (`item`,`qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES
('["M107_DZ",3]', 1000, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]',0, 487, 'trade_weapons'),
('["M107_DZ",3]', 1000, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]',0, 605, 'trade_weapons'),
('["M107_DZ",3]', 1000, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]',0, 640, 'trade_weapons'),
('["10Rnd_127x99_m107",1]', 1000, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]',0, 482, 'trade_items'),
('["10Rnd_127x99_m107",1]', 1000, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]',0, 614, 'trade_items'),
('["10Rnd_127x99_m107",1]', 1000, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]',0, 647, 'trade_items');
The problem is, using navicat, it doesn't work at all. I would also prefer the m107 to be sold on
-Hero and bandit traders for 2 briefcases and sold for 1.
-Stary sobor trader for 3 briefcases and sold for 1.
Any help is appreciated.
EDIT: They added into the 3 public traders. I however don't see them in the MySQL database....