From f47c4e0f2a2a611b3479af02c76a796584bccc51 Mon Sep 17 00:00:00 2001 From: A Man Date: Tue, 21 Jun 2016 21:52:20 +0200 Subject: [PATCH] Reordered Attachments Reordered the attachments. Similar items should be next to each other --- .../CfgServerTrader/Category/Attachments.hpp | 59 ++++++++++--------- 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/Attachments.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/Attachments.hpp index ed04e8d47..45ae518bf 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/Attachments.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/Attachments.hpp @@ -1,20 +1,15 @@ class Category_693 { - class Attachment_ACOG { - type = "trade_items"; - buy[] = {8,"ItemGoldBar"}; - sell[] = {4,"ItemGoldBar"}; - }; class Attachment_BELT { type = "trade_items"; buy[] = {4,"ItemGoldBar"}; sell[] = {2,"ItemGoldBar"}; }; - class Attachment_CCO { + class Attachment_SA58RIS { type = "trade_items"; buy[] = {4,"ItemGoldBar"}; sell[] = {2,"ItemGoldBar"}; }; - class Attachment_FL { + class Attachment_Ghillie { type = "trade_items"; buy[] = {2,"ItemGoldBar"}; sell[] = {1,"ItemGoldBar"}; @@ -24,12 +19,12 @@ class Category_693 { buy[] = {2,"ItemGoldBar"}; sell[] = {1,"ItemGoldBar"}; }; - class Attachment_Ghillie { + class Attachment_FL { type = "trade_items"; buy[] = {2,"ItemGoldBar"}; sell[] = {1,"ItemGoldBar"}; }; - class Attachment_GP25 { + class Attachment_CCO { type = "trade_items"; buy[] = {4,"ItemGoldBar"}; sell[] = {2,"ItemGoldBar"}; @@ -44,31 +39,36 @@ class Category_693 { buy[] = {4,"ItemGoldBar"}; sell[] = {2,"ItemGoldBar"}; }; - class Attachment_M203 { - type = "trade_items"; - buy[] = {4,"ItemGoldBar"}; - sell[] = {2,"ItemGoldBar"}; - }; - class Attachment_PSO1 { - type = "trade_items"; - buy[] = {8,"ItemGoldBar"}; - sell[] = {4,"ItemGoldBar"}; - }; - class Attachment_SA58RIS { - type = "trade_items"; - buy[] = {4,"ItemGoldBar"}; - sell[] = {2,"ItemGoldBar"}; - }; class Attachment_SCOPED { type = "trade_items"; buy[] = {6,"ItemGoldBar"}; sell[] = {3,"ItemGoldBar"}; }; + class Attachment_ACOG { + type = "trade_items"; + buy[] = {8,"ItemGoldBar"}; + sell[] = {4,"ItemGoldBar"}; + }; + class Attachment_PSO1 { + type = "trade_items"; + buy[] = {8,"ItemGoldBar"}; + sell[] = {4,"ItemGoldBar"}; + }; class Attachment_Sup9 { type = "trade_items"; buy[] = {4,"ItemGoldBar"}; sell[] = {2,"ItemGoldBar"}; }; + class Attachment_SupMakarov { + type = "trade_items"; + buy[] = {4,"ItemGoldBar"}; + sell[] = {2,"ItemGoldBar"}; + }; + class Attachment_SupBizon { + type = "trade_items"; + buy[] = {6,"ItemGoldBar"}; + sell[] = {3,"ItemGoldBar"}; + }; class Attachment_Sup545 { type = "trade_items"; buy[] = {6,"ItemGoldBar"}; @@ -79,14 +79,15 @@ class Category_693 { buy[] = {8,"ItemGoldBar"}; sell[] = {4,"ItemGoldBar"}; }; - class Attachment_SupBizon { + class Attachment_GP25 { type = "trade_items"; - buy[] = {6,"ItemGoldBar"}; - sell[] = {3,"ItemGoldBar"}; - }; - class Attachment_SupMakarov { + buy[] = {4,"ItemGoldBar"}; + sell[] = {2,"ItemGoldBar"}; + }; + class Attachment_M203 { type = "trade_items"; buy[] = {4,"ItemGoldBar"}; sell[] = {2,"ItemGoldBar"}; }; }; +