Files
DayZ-Epoch/Server Files/Archive/CfgServerTrader/Category/FriendlySniperRifle.hpp
A Man 6699d8d746 Move no longer used maps to archive.
All files in the archive will no be updated. Ive added a copy of the current trader files too, so the old traders and trader cities can still be used with the current trader files.

Give me a hint if you think some of the files should be moved back.
2019-11-09 14:49:40 +01:00

97 lines
2.3 KiB
C++

class Category_487 {
class M4SPR {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"};
sell[] = {6,"ItemGoldBar"};
};
class M14_DZ {
type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"};
sell[] = {1,"ItemGoldBar10oz"};
};
class M14_Gh_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {11,"ItemGoldBar"};
};
class M14_CCO_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {12,"ItemGoldBar"};
};
class M14_Holo_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {12,"ItemGoldBar"};
};
class M14_CCO_Gh_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {13,"ItemGoldBar"};
};
class M14_Holo_Gh_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {13,"ItemGoldBar"};
};
class CZ550_DZ {
type = "trade_weapons";
buy[] = {2,"ItemGoldBar"};
sell[] = {1,"ItemGoldBar"};
};
class M24_DZ {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"};
sell[] = {6,"ItemGoldBar"};
};
class M24_Gh_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class M24_des_EP1 { // desert camo
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"};
sell[] = {6,"ItemGoldBar"};
};
class M40A3_DZ {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"};
sell[] = {6,"ItemGoldBar"};
};
class M40A3_Gh_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class SVD_DZ { // iron sights
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"};
sell[] = {6,"ItemGoldBar"};
};
class SVD_Gh_DZ { // iron sights and ghillie
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class SVD_PSO1_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {1,"ItemGoldBar10oz"};
};
class SVD_PSO1_Gh_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {11,"ItemGoldBar"};
};
class SVD_des_EP1 { // desert camo
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"};
sell[] = {6,"ItemGoldBar"};
};
};
class Category_619 {
duplicate = 487;
};