Add new items to config traders

Duplicate categories are now marked instead of being listed multiple
times. This makes the configs far easier to maintain. Admins can still
expand each individual category for further customization.
This commit is contained in:
ebaydayz
2016-04-06 13:05:35 -04:00
parent 666ace6d54
commit 03b8c38c6a
94 changed files with 1033 additions and 5182 deletions

View File

@@ -1,3 +1,26 @@
-- ----------------------------
-- Add new attachments category to DB traders
-- ----------------------------
INSERT INTO `trader_tids` VALUES(693, 'Attachments', 176);
INSERT INTO `Traders_DATA` VALUES(7575, '["Attachment_ACOG",1]', 250, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 692, 'trade_items');
INSERT INTO `Traders_DATA` VALUES(7576, '["Attachment_BELT",1]', 250, '[4,"ItemGoldBar",1]', '[2,"ItemGoldBar",1]', 0, 692, 'trade_items');
INSERT INTO `Traders_DATA` VALUES(7577, '["Attachment_CCO",1]', 250, '[4,"ItemGoldBar",1]', '[2,"ItemGoldBar",1]', 0, 692, 'trade_items');
INSERT INTO `Traders_DATA` VALUES(7578, '["Attachment_FL",1]', 250, '[2,"ItemGoldBar",1]', '[1,"ItemGoldBar",1]', 0, 692, 'trade_items');
INSERT INTO `Traders_DATA` VALUES(7579, '["Attachment_FL_Pist",1]', 250, '[2,"ItemGoldBar",1]', '[1,"ItemGoldBar",1]', 0, 692, 'trade_items');
INSERT INTO `Traders_DATA` VALUES(7580, '["Attachment_Ghillie",1]', 250, '[2,"ItemGoldBar",1]', '[1,"ItemGoldBar",1]', 0, 692, 'trade_items');
INSERT INTO `Traders_DATA` VALUES(7581, '["Attachment_GP25",1]', 250, '[4,"ItemGoldBar",1]', '[2,"ItemGoldBar",1]', 0, 692, 'trade_items');
INSERT INTO `Traders_DATA` VALUES(7582, '["Attachment_Holo",1]', 250, '[4,"ItemGoldBar",1]', '[2,"ItemGoldBar",1]', 0, 692, 'trade_items');
INSERT INTO `Traders_DATA` VALUES(7583, '["Attachment_Kobra",1]', 250, '[4,"ItemGoldBar",1]', '[2,"ItemGoldBar",1]', 0, 692, 'trade_items');
INSERT INTO `Traders_DATA` VALUES(7584, '["Attachment_M203",1]', 250, '[4,"ItemGoldBar",1]', '[2,"ItemGoldBar",1]', 0, 692, 'trade_items');
INSERT INTO `Traders_DATA` VALUES(7585, '["Attachment_PSO1",1]', 250, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 692, 'trade_items');
INSERT INTO `Traders_DATA` VALUES(7586, '["Attachment_SA58RIS",1]', 250, '[4,"ItemGoldBar",1]', '[2,"ItemGoldBar",1]', 0, 692, 'trade_items');
INSERT INTO `Traders_DATA` VALUES(7587, '["Attachment_SCOPED",1]', 250, '[6,"ItemGoldBar",1]', '[3,"ItemGoldBar",1]', 0, 692, 'trade_items');
INSERT INTO `Traders_DATA` VALUES(7588, '["Attachment_Sup9",1]', 250, '[4,"ItemGoldBar",1]', '[2,"ItemGoldBar",1]', 0, 692, 'trade_items');
INSERT INTO `Traders_DATA` VALUES(7589, '["Attachment_Sup545",1]', 250, '[6,"ItemGoldBar",1]', '[3,"ItemGoldBar",1]', 0, 692, 'trade_items');
INSERT INTO `Traders_DATA` VALUES(7589, '["Attachment_Sup556",1]', 250, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 692, 'trade_items');
INSERT INTO `Traders_DATA` VALUES(7589, '["Attachment_SupBizon",1]', 250, '[6,"ItemGoldBar",1]', '[3,"ItemGoldBar",1]', 0, 692, 'trade_items');
INSERT INTO `Traders_DATA` VALUES(7589, '["Attachment_SupMakarov",1]', 250, '[4,"ItemGoldBar",1]', '[2,"ItemGoldBar",1]', 0, 692, 'trade_items');
-- ----------------------------
-- ItemMatchbox_DZE was removed because it was identical to ItemMatchbox, use dayz_matchboxCount config variable for match stick count
-- ----------------------------