mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
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.
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
[NEW] Hide Body can be edited and toggled now. Enabled by default, configVariables.sqf/DZE_Hide_Body (c0e9fe6) @AirwavesMan
|
||||
[NEW] 6 AK-107 versions added with attachment support. (82485ea) @AirwavesMan
|
||||
[NEW] Added new waterbottles from DayZ Mod. Icons made by @DeVloek. Fully functional with all actions. @AirwavesMan
|
||||
[NEW] All fuel containers can be emptied now. (276615a) @AirwavesMan
|
||||
[NEW] Different boxes of matches can be combined now. (bc75ad8) @AirwavesMan
|
||||
|
||||
[FIXED] Some more occurrences of zero_building interiors misaligned or at the wrong terrain height (eaaedf2, 048caa5) @ebayShopper
|
||||
[FIXED] Player could switch into gunner's seat of ArmoredSUV while the hatch was being closed (e89eebc) #2009 @TheFirstNoob
|
||||
@@ -25,7 +27,9 @@
|
||||
[FIXED] Fix an inventory dupe if on water. (a052ba7), (baf92eb) @F507DMT
|
||||
[FIXED] The pickaxe and the broken pickaxe spawned in the ground on loot spawn. (a09bb81a) @AirwavesMan
|
||||
[FIXED] Fix floating loot from remove, pack and fn_dropItem. (1268f55) @AirwavesMan
|
||||
[FIXED] Water dogs did not work with other waterbottles than the normal one. @AirwavesMan
|
||||
[FIXED] Water dogs did not work with other waterbottles than the normal one. (915cf72) @AirwavesMan
|
||||
[FIXED] Backpacks had no descriptions. (f1d5038) @AirwavesMan
|
||||
[FIXED] Potential dupe on lag with Advanced Trading. (0617a77) @oiad
|
||||
|
||||
[UPDATED] Spawning of Zombies and Loot in Safe Zones can now be toggled, disabled by default, see configVariables.sqf/DZE_SafeZoneZombieLoot (6248add, 141b25e) @oiad @_Lance_
|
||||
[UPDATED] Added notification when status icons are disabled. (e04f0fc) @ebayShopper
|
||||
@@ -35,5 +39,6 @@
|
||||
[UPDATED] Old/unused variables removed from variables.sqf. Entire file reorganized. (4accdee) @worldwidesorrow
|
||||
[UPDATED] Functions fnc_usec_damageHandler, dayz_inflame_showMenu, dayz_inflame_showMenu_other, DZ_KeyDown_EH, dayz_EjectPlayer compiled on client only - compiles.sqf. (7613e3a) @worldwidesorrow
|
||||
[UPDATED] "PVCDZ_OpenTarget_Reset" moved to client only - publicEH.sqf. (58a98b7) @worldwidesorrow
|
||||
[UPDATED] Many unused trader cites got moved into a new folder called 'Archive'. Those files will no longer be updated. @AirwavesMan
|
||||
|
||||
[INFO] Synced with DayZMod upstream up to commit fe063a8
|
||||
|
||||
@@ -0,0 +1,93 @@
|
||||
class Category_693 {
|
||||
class Attachment_BELT {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class Attachment_SA58RIS {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class Attachment_Ghillie {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Attachment_FL_Pist {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Attachment_MFL_Pist {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class Attachment_FL {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Attachment_MFL {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class Attachment_CCO {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class Attachment_Holo {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class Attachment_Kobra {
|
||||
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_Sup545 {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class Attachment_Sup556 {
|
||||
type = "trade_items";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class Attachment_GP25 {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class Attachment_M203 {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -0,0 +1,52 @@
|
||||
class Category_577 {
|
||||
class 100Rnd_762x51_M240 {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class 200Rnd_762x51_M240 {
|
||||
type = "trade_items";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class 30Rnd_556x45_StanagSD {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar10oz"};
|
||||
sell[] = {2,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 20Rnd_762x51_B_SCAR {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class 20Rnd_762x51_SB_SCAR {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemGoldBar"};
|
||||
sell[] = {5,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 20Rnd_762x51_FNFAL {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar10oz"};
|
||||
sell[] = {2,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 20Rnd_762x51_DMR {
|
||||
type = "trade_items";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class 5Rnd_86x70_L115A1 {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class 10Rnd_127x99_M107 {
|
||||
type = "trade_items";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class 3rnd_Anzio_20x102mm {
|
||||
type = "trade_items";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
123
Server Files/Archive/CfgServerTrader/Category/BanditClothing.hpp
Normal file
123
Server Files/Archive/CfgServerTrader/Category/BanditClothing.hpp
Normal file
@@ -0,0 +1,123 @@
|
||||
class Category_575 {
|
||||
class Skin_Bandit1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Bandit2_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_BanditW1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_BanditW2_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_GUE_Commander_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_GUE_Soldier_2_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_GUE_Soldier_CO_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_GUE_Soldier_Crew_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_GUE_Soldier_Sniper_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Ins_Soldier_GL_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_TK_INS_Soldier_EP1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_TK_INS_Warlord_EP1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_RU_Soldier_Crew_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
//new Epoch 1.06
|
||||
class Skin_TK_INS_Soldier_AR_EP1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_TK_GUE_Soldier_EP1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_RU_Soldier_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_RU_Soldier_Officer_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_RUS_Soldier1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_RUS_Commander_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_MVD_Soldier_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Ins_Soldier_2_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Ins_Commander_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Ins_Soldier_Crew_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_CDF_Soldier_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,37 @@
|
||||
class Category_512 {
|
||||
class Mi17_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemBriefcase100oz"};
|
||||
sell[] = {1,"ItemBriefcase100oz"};
|
||||
};
|
||||
class UH1H_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemBriefcase100oz"};
|
||||
sell[] = {1,"ItemBriefcase100oz"};
|
||||
};
|
||||
class UH1Y_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemBriefcase100oz"};
|
||||
sell[] = {1,"ItemBriefcase100oz"};
|
||||
};
|
||||
class UH60M_EP1_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemBriefcase100oz"};
|
||||
sell[] = {1,"ItemBriefcase100oz"};
|
||||
};
|
||||
class MH60S_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemBriefcase100oz"};
|
||||
sell[] = {1,"ItemBriefcase100oz"};
|
||||
};
|
||||
class CH_47F_EP1_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemBriefcase100oz"};
|
||||
sell[] = {1,"ItemBriefcase100oz"};
|
||||
};
|
||||
class CH53_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {3,"ItemBriefcase100oz"};
|
||||
sell[] = {2,"ItemBriefcase100oz"};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,32 @@
|
||||
class Category_569 {
|
||||
class LandRover_MG_TK_EP1_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {6,"ItemGoldBar10oz"};
|
||||
sell[] = {3,"ItemGoldBar10oz"};
|
||||
};
|
||||
class LandRover_Special_CZ_EP1_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {1,"ItemBriefcase100oz"};
|
||||
sell[] = {5,"ItemGoldBar10oz"};
|
||||
};
|
||||
class UAZ_MG_TK_EP1_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {6,"ItemGoldBar10oz"};
|
||||
sell[] = {3,"ItemGoldBar10oz"};
|
||||
};
|
||||
class GAZ_Vodnik_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemBriefcase100oz"};
|
||||
sell[] = {1,"ItemBriefcase100oz"};
|
||||
};
|
||||
class HMMWV_M998A2_SOV_DES_EP1_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {1,"ItemBriefcase100oz"};
|
||||
sell[] = {5,"ItemGoldBar10oz"};
|
||||
};
|
||||
class HMMWV_M1151_M2_CZ_DES_EP1_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemBriefcase100oz"};
|
||||
sell[] = {1,"ItemBriefcase100oz"};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,27 @@
|
||||
class Category_534 {
|
||||
class Pickup_PK_TK_GUE_EP1_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class Pickup_PK_GUE_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class Pickup_PK_INS_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class Offroad_DSHKM_Gue_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class ArmoredSUV_PMC_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemBriefcase100oz"};
|
||||
sell[] = {1,"ItemBriefcase100oz"};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,97 @@
|
||||
class Category_627 {
|
||||
class G36_C_SD_camo { //Holo SD desert camo
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_AIM_SD_camo { //CCO SD green camo
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class FNFAL_ANPVS4_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class FN_FAL_ANPVS4_DZE { // _DZE has toggleable night vision
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class SCAR_H_LNG_Sniper {
|
||||
type = "trade_weapons";
|
||||
buy[] = {6,"ItemGoldBar10oz"};
|
||||
sell[] = {3,"ItemGoldBar10oz"};
|
||||
};
|
||||
class SCAR_H_LNG_Sniper_SD {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class M110_NVG_EP1 {
|
||||
type = "trade_weapons";
|
||||
buy[] = {7,"ItemGoldBar10oz"};
|
||||
sell[] = {4,"ItemGoldBar10oz"};
|
||||
};
|
||||
class DMR_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {6,"ItemGoldBar10oz"};
|
||||
sell[] = {3,"ItemGoldBar10oz"};
|
||||
};
|
||||
class DMR_Gh_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {31,"ItemGoldBar"};
|
||||
};
|
||||
class BAF_LRR_scoped { //Tan Lapua
|
||||
type = "trade_weapons";
|
||||
buy[] = {7,"ItemGoldBar10oz"};
|
||||
sell[] = {4,"ItemGoldBar10oz"};
|
||||
};
|
||||
class BAF_LRR_scoped_W { //Green Lapua
|
||||
type = "trade_weapons";
|
||||
buy[] = {7,"ItemGoldBar10oz"};
|
||||
sell[] = {4,"ItemGoldBar10oz"};
|
||||
};
|
||||
class m107_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar10oz"};
|
||||
};
|
||||
class Anzio_20_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar10oz"};
|
||||
};
|
||||
class M240_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class M240_CCO_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class M240_Holo_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class Mk48_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class Mk48_CCO_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {12,"ItemGoldBar"};
|
||||
};
|
||||
class Mk48_Holo_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {12,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,821 @@
|
||||
class Category_485 {
|
||||
class G36C_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class G36C_CCO_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class G36C_Holo_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class G36C_ACOG_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class G36C_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class G36C_CCO_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class G36C_Holo_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class G36C_ACOG_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class G36C_camo { //Iron sight desert camo
|
||||
type = "trade_weapons";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class G36A_Camo_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class G36K_Camo_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class G36K_Camo_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class M16A2_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class M16A2_GL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_CCO_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_Holo_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_ACOG_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_GL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_CCO_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_Holo_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_ACOG_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_GL_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_CCO_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_Holo_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_ACOG_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_GL_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_GL_CCO_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_GL_Holo_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_GL_ACOG_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_GL_CCO_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_GL_Holo_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_GL_ACOG_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {9,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_GL_CCO_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_GL_Holo_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class M16A4_GL_ACOG_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class M4A1_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_SD_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_SD_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_CCO_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_CCO_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_CCO_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_CCO_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_CCO_SD_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {9,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_CCO_SD_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class M4A1_Holo_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_Holo_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_Holo_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_Holo_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_Holo_SD_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {9,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_Holo_SD_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class M4A1_ACOG_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_ACOG_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_ACOG_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_ACOG_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class M4A1_ACOG_SD_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {11,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_ACOG_SD_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {12,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_SD_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {9,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_SD_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class M4A1_GL_CCO_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_CCO_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_CCO_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_CCO_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class M4A1_GL_CCO_SD_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {11,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_CCO_SD_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {12,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_Holo_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_Holo_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_Holo_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_Holo_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class M4A1_GL_Holo_SD_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {11,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_Holo_SD_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {12,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_ACOG_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_ACOG_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {9,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_ACOG_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class M4A1_GL_ACOG_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {12,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_ACOG_SD_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {13,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_GL_ACOG_SD_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {14,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_HWS_GL_camo { //GL Holo Green Camo
|
||||
type = "trade_weapons";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class M4A1_HWS_GL_SD_Camo {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class M4A3_CCO_EP1 { //CCO FL Desert Camo
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class SCAR_L_CQC {
|
||||
type = "trade_weapons";
|
||||
buy[] = {7,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class SCAR_L_CQC_CCO_SD {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class SCAR_L_CQC_Holo {
|
||||
type = "trade_weapons";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class SCAR_L_CQC_EGLM_Holo {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class SCAR_L_STD_EGLM_RCO {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class SCAR_L_STD_HOLO {
|
||||
type = "trade_weapons";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class SCAR_L_STD_Mk4CQT {
|
||||
type = "trade_weapons";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_SD_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_SD_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_CCO_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_CCO_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_CCO_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_CCO_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_CCO_SD_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {9,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_CCO_SD_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class L85A2_Holo_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_Holo_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_Holo_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_Holo_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_Holo_SD_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {9,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_Holo_SD_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class L85A2_ACOG_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_ACOG_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_ACOG_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_ACOG_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class L85A2_ACOG_SD_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {11,"ItemGoldBar"};
|
||||
};
|
||||
class L85A2_ACOG_SD_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; //Sell only
|
||||
sell[] = {12,"ItemGoldBar"};
|
||||
};
|
||||
class SA58_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class SA58_RIS_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class SA58_RIS_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class SA58_RIS_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class SA58_CCO_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class SA58_CCO_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class SA58_CCO_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class SA58_Holo_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class SA58_Holo_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class SA58_Holo_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class SA58_ACOG_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class SA58_ACOG_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class SA58_ACOG_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {9,"ItemGoldBar"};
|
||||
};
|
||||
class Sa58V_CCO_EP1 { //Desert camo no attachment support
|
||||
type = "trade_weapons";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class Sa58V_RCO_EP1 { //Desert camo no attachment support
|
||||
type = "trade_weapons";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class AKS74U_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class AKS74U_Kobra_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class AKS74U_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class AKS74U_Kobra_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class AKM_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class AKM_Kobra_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class AKM_PSO1_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class AK74_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class AK74_Kobra_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class AK74_PSO1_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class AK74_GL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class AK74_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class AK74_Kobra_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class AK74_PSO1_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class AK74_GL_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class AK74_GL_Kobra_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class AK74_GL_PSO1_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class AK74_GL_Kobra_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class AK74_GL_PSO1_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class AK107_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class AK107_Kobra_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class AK107_PSO1_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class AK107_GL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class AK107_GL_Kobra_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class AK107_GL_PSO1_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class FNFAL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class FNFAL_CCO_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class FNFAL_Holo_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_615 {
|
||||
duplicate = 485;
|
||||
};
|
||||
@@ -0,0 +1,51 @@
|
||||
class Category_621 {
|
||||
class 30Rnd_556x45_Stanag {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class 30Rnd_556x45_StanagSD {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar10oz"};
|
||||
sell[] = {2,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 30Rnd_556x45_G36 {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class 30Rnd_556x45_G36SD {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 20Rnd_762x51_FNFAL {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 30Rnd_545x39_AK {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class 30Rnd_545x39_AKSD {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 30Rnd_762x39_AK47 {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class 30Rnd_762x39_SA58 {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_480 {
|
||||
duplicate = 621;
|
||||
};
|
||||
@@ -0,0 +1,66 @@
|
||||
class Category_538 {
|
||||
class DZ_Czech_Vest_Pouch {
|
||||
type = "trade_backpacks";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class DZ_Patrol_Pack_EP1 {
|
||||
type = "trade_backpacks";
|
||||
buy[] = {8,"ItemSilverBar"};
|
||||
sell[] = {4,"ItemSilverBar"};
|
||||
};
|
||||
class DZ_Assault_Pack_EP1 {
|
||||
type = "trade_backpacks";
|
||||
buy[] = {1,"ItemSilverBar10oz"};
|
||||
sell[] = {5,"ItemSilverBar"};
|
||||
};
|
||||
class DZ_TerminalPack_EP1 {
|
||||
type = "trade_backpacks";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class DZ_ALICE_Pack_EP1 {
|
||||
type = "trade_backpacks";
|
||||
buy[] = {6,"ItemSilverBar10oz"};
|
||||
sell[] = {3,"ItemSilverBar10oz"};
|
||||
};
|
||||
class DZ_TK_Assault_Pack_EP1 {
|
||||
type = "trade_backpacks";
|
||||
buy[] = {8,"ItemSilverBar10oz"};
|
||||
sell[] = {4,"ItemSilverBar10oz"};
|
||||
};
|
||||
class DZ_CompactPack_EP1 {
|
||||
type = "trade_backpacks";
|
||||
buy[] = {1,"ItemGoldBar"};
|
||||
sell[] = {5,"ItemSilverBar10oz"};
|
||||
};
|
||||
class DZ_British_ACU {
|
||||
type = "trade_backpacks";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class DZ_GunBag_EP1 {
|
||||
type = "trade_backpacks";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class DZ_CivilBackpack_EP1 {
|
||||
type = "trade_backpacks";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class DZ_Backpack_EP1 {
|
||||
type = "trade_backpacks";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class DZ_LargeGunBag_EP1 {
|
||||
type = "trade_backpacks";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_688 {
|
||||
duplicate = 538;
|
||||
};
|
||||
@@ -0,0 +1,56 @@
|
||||
class Category_608 {
|
||||
class MMT_Civ {
|
||||
type = "trade_any_bicycle";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class Old_bike_TK_INS_EP1 {
|
||||
type = "trade_any_bicycle";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class TT650_Civ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class TT650_Ins {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class TT650_TK_CIV_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ATV_CZ_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ATV_US_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class M1030_US_DES_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Old_moto_TK_Civ_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class tractor {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_536 {
|
||||
duplicate = 608;
|
||||
};
|
||||
@@ -0,0 +1,130 @@
|
||||
class Category_678 {
|
||||
class ItemDesertTent {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemSilverBar10oz"};
|
||||
sell[] = {3,"ItemSilverBar10oz"};
|
||||
};
|
||||
class ItemDomeTent {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemSilverBar10oz"};
|
||||
sell[] = {3,"ItemSilverBar10oz"};
|
||||
};
|
||||
class ItemTent {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar10oz"};
|
||||
sell[] = {2,"ItemSilverBar10oz"};
|
||||
};
|
||||
class ItemLightBulb {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class ItemGenerator {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class equip_brick {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class equip_duct_tape {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class equip_rope {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class equip_hose {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemSilverBar"};
|
||||
sell[] = {3,"ItemSilverBar"};
|
||||
};
|
||||
class equip_lever {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemSilverBar"};
|
||||
sell[] = {3,"ItemSilverBar"};
|
||||
};
|
||||
class equip_nails {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
/* class equip_scrapelectronics {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
}; */
|
||||
class equip_metal_sheet {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class equip_1inch_metal_pipe {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemSilverBar"};
|
||||
sell[] = {3,"ItemSilverBar"};
|
||||
};
|
||||
class equip_2inch_metal_pipe {
|
||||
type = "trade_items";
|
||||
buy[] = {8,"ItemSilverBar"};
|
||||
sell[] = {4,"ItemSilverBar"};
|
||||
};
|
||||
class ItemWire {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemSilverBar"};
|
||||
sell[] = {3,"ItemSilverBar"};
|
||||
};
|
||||
class ItemSandbag {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class ItemTankTrap {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class ItemPole {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar10oz"};
|
||||
sell[] = {5,"ItemSilverBar"};
|
||||
};
|
||||
class ItemCorrugated {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class plot_pole_kit {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemGoldBar10oz"};
|
||||
sell[] = {6,"ItemGoldBar10oz"};
|
||||
};
|
||||
class ItemComboLock {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class ItemVault {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemBriefcase100oz"};
|
||||
sell[] = {1,"ItemBriefcase100oz"};
|
||||
};
|
||||
class ItemMixOil {
|
||||
type = "trade_items";
|
||||
buy[] = {8,"ItemSilverBar"};
|
||||
sell[] = {4,"ItemSilverBar"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_680 {
|
||||
duplicate = 678;
|
||||
};
|
||||
|
||||
class Category_530 {
|
||||
duplicate = 678;
|
||||
};
|
||||
@@ -0,0 +1,26 @@
|
||||
class Category_563 {
|
||||
class Ikarus {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class Ikarus_TK_CIV_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class S1203_TK_CIV_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class S1203_ambulance_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_592 {
|
||||
duplicate = 563;
|
||||
};
|
||||
@@ -0,0 +1,76 @@
|
||||
class Category_564 {
|
||||
class Ural_CDF {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class Ural_TK_CIV_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class Ural_UN_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class UralCivil_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class UralCivil2_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class V3S_Open_TK_CIV_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class V3S_Open_TK_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class V3S_Civ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class V3S_RA_TK_GUE_EP1_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class V3S_TK_EP1_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class Kamaz_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class KamazOpen_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class MTVR_DES_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class MTVR {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_570 {
|
||||
duplicate = 564;
|
||||
};
|
||||
@@ -0,0 +1,42 @@
|
||||
class Category_542 {
|
||||
class HandChemBlue {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class HandChemGreen {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class HandChemRed {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FlareGreen_M203 {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FlareWhite_M203 {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FlareWhite_GP25 {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FlareGreen_GP25 {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class HandRoadFlare {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,137 @@
|
||||
class Category_628 {
|
||||
class Skin_Rocker2_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_SurvivorW2_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Functionary1_EP1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Haris_Press_EP1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Priest_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_SurvivorWpink_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_SurvivorWurban_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_SurvivorWcombat_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_SurvivorWdesert_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Survivor2_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Rocker1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Rocker3_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_RU_Policeman_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Pilot_EP1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Rocker4_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_SurvivorW3_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_INS_Lopotev_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
//new Epoch 1.06
|
||||
class Skin_Doctor_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Assistant_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Worker1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Worker3_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Worker4_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_TK_CIV_Takistani01_EP1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_TK_CIV_Takistani03_EP1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_TK_CIV_Takistani04_EP1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_TK_CIV_Takistani06_EP1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_689 {
|
||||
duplicate = 628;
|
||||
};
|
||||
@@ -0,0 +1,51 @@
|
||||
class Category_630 {
|
||||
class FoodbaconCooked {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class FoodbeefCooked {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class FoodchickenCooked {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class FoodGoatCooked {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class FoodmuttonCooked {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class FoodrabbitCooked {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class FishCookedTrout { // most common
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class FishCookedSeaBass { // less common
|
||||
type = "trade_items";
|
||||
buy[] = {3,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemSilverBar10oz"};
|
||||
};
|
||||
class FishCookedTuna { // rarest
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_690 {
|
||||
duplicate = 630;
|
||||
};
|
||||
121
Server Files/Archive/CfgServerTrader/Category/FriendlyDrinks.hpp
Normal file
121
Server Files/Archive/CfgServerTrader/Category/FriendlyDrinks.hpp
Normal file
@@ -0,0 +1,121 @@
|
||||
class Category_601 {
|
||||
class ItemWaterbottleUnfilled {
|
||||
type = "trade_items";
|
||||
buy[] = {3,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemPlasticWaterbottleUnfilled {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemSodaCoke {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemSodaPepsi {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemSodaMdew {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class ItemSodaMtngreen {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemSodaR4z0r {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class ItemSodaClays {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemSodaSmasht {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemSodaDrwaste {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemSodaFranka {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemSodaLemonade {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemSodaLirik {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemSodaLvg {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemSodaMzly {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemSodaPeppsy {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemSodaRabbit {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemSodaSacrite {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemSodaRocketFuel {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemSodaGrapeDrink {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemSherbet {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemSodaRbull {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class ItemSodaOrangeSherbet {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_691 {
|
||||
duplicate = 601;
|
||||
};
|
||||
@@ -0,0 +1,31 @@
|
||||
class Category_492 {
|
||||
class UralRefuel_TK_EP1_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {7,"ItemGoldBar10oz"};
|
||||
sell[] = {3,"ItemGoldBar10oz"};
|
||||
};
|
||||
class V3S_Refuel_TK_GUE_EP1_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {7,"ItemGoldBar10oz"};
|
||||
sell[] = {3,"ItemGoldBar10oz"};
|
||||
};
|
||||
class KamazRefuel_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {7,"ItemGoldBar10oz"};
|
||||
sell[] = {3,"ItemGoldBar10oz"};
|
||||
};
|
||||
class MtvrRefuel_DES_EP1_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {7,"ItemGoldBar10oz"};
|
||||
sell[] = {3,"ItemGoldBar10oz"};
|
||||
};
|
||||
class MtvrRefuel_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {7,"ItemGoldBar10oz"};
|
||||
sell[] = {3,"ItemGoldBar10oz"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_595 {
|
||||
duplicate = 492;
|
||||
};
|
||||
@@ -0,0 +1,116 @@
|
||||
class Category_486 {
|
||||
class BAF_L86A2_ACOG {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class L110A1_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class L110A1_CCO_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class L110A1_Holo_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class M249_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class M249_CCO_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class M249_Holo_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class M240_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class M240_CCO_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class M240_Holo_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class Mk48_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class Mk48_CCO_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {12,"ItemGoldBar"};
|
||||
};
|
||||
class Mk48_Holo_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {12,"ItemGoldBar"};
|
||||
};
|
||||
class RPK_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class RPK_Kobra_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
|
||||
sell[] = {12,"ItemGoldBar"};
|
||||
};
|
||||
class RPK_PSO1_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
|
||||
sell[] = {14,"ItemGoldBar"};
|
||||
};
|
||||
class RPK74_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class RPK74_Kobra_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
|
||||
sell[] = {7,"ItemGoldBar"};
|
||||
};
|
||||
class RPK74_PSO1_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
|
||||
sell[] = {9,"ItemGoldBar"};
|
||||
};
|
||||
class UK59_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class PKM_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class Pecheneg_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_616 {
|
||||
duplicate = 486;
|
||||
};
|
||||
@@ -0,0 +1,51 @@
|
||||
class Category_622 {
|
||||
class 100Rnd_556x45_M249 {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class 200Rnd_556x45_M249 {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class 200Rnd_556x45_L110A1 {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class 100Rnd_762x51_M240 {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class 200Rnd_762x51_M240 {
|
||||
type = "trade_items";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class 50Rnd_762x54_UK59 {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class 75Rnd_545x39_RPK {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class 75Rnd_762x39_RPK {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class 100Rnd_762x54_PK {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_481 {
|
||||
duplicate = 622;
|
||||
};
|
||||
@@ -0,0 +1,123 @@
|
||||
class Category_541 {
|
||||
class ItemAntibiotic {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemSilverBar10oz"};
|
||||
};
|
||||
class ItemBandage {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemAntibacterialWipe {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
// bloodBagONEG is automatically swapped with ItemBloodbag if dayz_classicBloodBagSystem = true; Other typed bags and bloodTester are ignored.
|
||||
class bloodBagONEG {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class bloodBagANEG {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class bloodBagAPOS {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class bloodBagBNEG {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class bloodBagBPOS {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class bloodBagABNEG {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class bloodBagABPOS {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class bloodBagOPOS {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class bloodTester {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class transfusionKit {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class emptyBloodBag {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemEpinephrine {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemHeatPack {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemMorphine {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemPainkiller {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class equip_string {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class equip_gauze {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class equip_gauzepackaged {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class equip_rag {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class equip_herb_box {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemKiloHemp {
|
||||
type = "trade_items";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,51 @@
|
||||
class Category_491 {
|
||||
class LandRover_CZ_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class LandRover_TK_CIV_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class HMMWV_M1035_DES_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemGoldBar10oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
};
|
||||
class HMMWV_Ambulance {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemGoldBar10oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
};
|
||||
class HMMWV_Ambulance_CZ_DES_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemGoldBar10oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
};
|
||||
class HMMWV_DES_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemGoldBar10oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
};
|
||||
class HMMWV_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemGoldBar10oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
};
|
||||
class BTR40_TK_INS_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemGoldBar10oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
};
|
||||
class GAZ_Vodnik_MedEvac {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {1,"ItemBriefcase100oz"};
|
||||
sell[] = {5,"ItemGoldBar10oz"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_599 {
|
||||
duplicate = 491;
|
||||
};
|
||||
@@ -0,0 +1,186 @@
|
||||
class Category_629 {
|
||||
class FoodCanBakedBeans {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanFrankBeans {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanPasta {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanSardines {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanBeef {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanPotatoes {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanGriff {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanBadguy {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanBoneboy {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanCorn {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanCurgon {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanDemon {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanFraggleos {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanHerpy {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanDerpy {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanOrlok {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanPowell {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanTylers {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanUnlabeled {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanRusUnlabeled {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanRusStew {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanRusPork {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanRusPeas {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanRusMilk {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCanRusCorn {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodChipsSulahoops {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodChipsMysticales {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodChipsChocolate {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCandyChubby {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCandyAnders {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCandyLegacys {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCakeCremeCakeClean {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodCandyMintception {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodPistachio {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodNutmix {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class FoodMRE {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar10oz"};
|
||||
sell[] = {5,"ItemSilverBar"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_692 {
|
||||
duplicate = 629;
|
||||
};
|
||||
@@ -0,0 +1,46 @@
|
||||
class Category_625 {
|
||||
class 15Rnd_9x19_M9 {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar10oz"};
|
||||
sell[] = {5,"ItemSilverBar"};
|
||||
};
|
||||
class 15Rnd_9x19_M9SD {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 17Rnd_9x19_glock17 {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar10oz"};
|
||||
sell[] = {5,"ItemSilverBar"};
|
||||
};
|
||||
class 17Rnd_9x19_glock17SD {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 6Rnd_45ACP {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class 7Rnd_45ACP_1911 {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class 8Rnd_9x18_Makarov {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class 8Rnd_9x18_MakarovSD {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_484 {
|
||||
duplicate = 625;
|
||||
};
|
||||
@@ -0,0 +1,71 @@
|
||||
class Category_489 {
|
||||
class M9_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar"};
|
||||
sell[] = {5,"ItemSilverBar10oz"};
|
||||
};
|
||||
class M9_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {25,"ItemSilverBar10oz"};
|
||||
};
|
||||
class G17_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {5,"ItemSilverBar10oz"};
|
||||
sell[] = {2,"ItemSilverBar10oz"};
|
||||
};
|
||||
class G17_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {12,"ItemSilverBar10oz"};
|
||||
};
|
||||
class G17_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {22,"ItemSilverBar10oz"};
|
||||
};
|
||||
class G17_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {22,"ItemSilverBar10oz"};
|
||||
};
|
||||
class G17_SD_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {32,"ItemSilverBar10oz"};
|
||||
};
|
||||
class G17_SD_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {42,"ItemSilverBar10oz"};
|
||||
};
|
||||
class Makarov_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class Makarov_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {21,"ItemSilverBar10oz"};
|
||||
};
|
||||
class Revolver_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class revolver_gold_EP1 {
|
||||
type = "trade_weapons";
|
||||
buy[] = {3,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class M1911_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_617 {
|
||||
duplicate = 489;
|
||||
};
|
||||
@@ -0,0 +1,161 @@
|
||||
class Category_574 {
|
||||
class Crossbow_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemSilverBar10oz"};
|
||||
sell[] = {5,"ItemSilverBar"};
|
||||
};
|
||||
class Crossbow_CCO_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class Crossbow_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Crossbow_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class Crossbow_Scope_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class Crossbow_CCO_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class Crossbow_Scope_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class Crossbow_CCO_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class Crossbow_Scope_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class RedRyder {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemSilverBar10oz"};
|
||||
sell[] = {5,"ItemSilverBar"};
|
||||
};
|
||||
class MR43_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemSilverBar10oz"};
|
||||
sell[] = {8,"ItemSilverBar"};
|
||||
};
|
||||
class Winchester1866_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class M1014_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {3,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class M1014_CCO_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class M1014_Holo_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class Remington870_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Remington870_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class Remington870_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class LeeEnfield_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class Mosin_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {4,"ItemSilverBar10oz"};
|
||||
sell[] = {2,"ItemSilverBar10oz"};
|
||||
};
|
||||
class Mosin_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {12,"ItemSilverBar10oz"};
|
||||
};
|
||||
class Mosin_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {22,"ItemSilverBar10oz"};
|
||||
};
|
||||
class Mosin_Belt_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {22,"ItemSilverBar10oz"};
|
||||
};
|
||||
class Mosin_Belt_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {32,"ItemSilverBar10oz"};
|
||||
};
|
||||
class Mosin_Belt_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {42,"ItemSilverBar10oz"};
|
||||
};
|
||||
class Mosin_PU_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {32,"ItemSilverBar10oz"};
|
||||
};
|
||||
class Mosin_PU_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {42,"ItemSilverBar10oz"};
|
||||
};
|
||||
class Mosin_PU_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {52,"ItemSilverBar10oz"};
|
||||
};
|
||||
class Mosin_PU_Belt_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {52,"ItemSilverBar10oz"};
|
||||
};
|
||||
class Mosin_PU_Belt_FL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {62,"ItemSilverBar10oz"};
|
||||
};
|
||||
class Mosin_PU_Belt_MFL_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {72,"ItemSilverBar10oz"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_620 {
|
||||
duplicate = 574;
|
||||
};
|
||||
@@ -0,0 +1,61 @@
|
||||
class Category_623 {
|
||||
class 1Rnd_Bolt_Tranquilizer {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class 1Rnd_Bolt_Explosive {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class 12Rnd_Quiver_Wood {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class 350Rnd_BB_Magazine {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class 2Rnd_12Gauge_Buck {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class 2Rnd_12Gauge_Slug {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class 8Rnd_12Gauge_Slug {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {4,"ItemSilverBar"};
|
||||
};
|
||||
class 8Rnd_12Gauge_Buck {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {4,"ItemSilverBar"};
|
||||
};
|
||||
class 15Rnd_W1866_Slug {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class 10Rnd_303British {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class 5Rnd_762x54_Mosin {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_573 {
|
||||
duplicate = 623;
|
||||
};
|
||||
@@ -0,0 +1,27 @@
|
||||
class Category_543 {
|
||||
class SmokeShell {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class SmokeShellGreen {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class SmokeShellRed {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class 1Rnd_Smoke_M203 {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class 1Rnd_Smoke_GP25 {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,96 @@
|
||||
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;
|
||||
};
|
||||
@@ -0,0 +1,26 @@
|
||||
class Category_624 {
|
||||
class 5Rnd_17HMR {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemGoldBar"};
|
||||
sell[] = {5,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 5Rnd_762x51_M24 {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class 20Rnd_762x51_DMR {
|
||||
type = "trade_items";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class 10Rnd_762x54_SVD {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_482 {
|
||||
duplicate = 624;
|
||||
};
|
||||
@@ -0,0 +1,41 @@
|
||||
class Category_626 {
|
||||
class 20Rnd_B_765x17_Ball {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 30Rnd_9x19_UZI {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 30Rnd_9x19_UZI_SD {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 30Rnd_9x19_MP5 {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 30Rnd_9x19_MP5SD {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar10oz"};
|
||||
sell[] = {2,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 64Rnd_9x19_Bizon {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 64Rnd_9x19_SD_Bizon {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_483 {
|
||||
duplicate = 626;
|
||||
};
|
||||
@@ -0,0 +1,41 @@
|
||||
class Category_488 {
|
||||
class Sa61_EP1 {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar"};
|
||||
sell[] = {5,"ItemSilverBar10oz"};
|
||||
};
|
||||
class PDW_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class UZI_SD_EP1 {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class MP5_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemSilverBar10oz"};
|
||||
};
|
||||
class MP5_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {22,"ItemSilverBar10oz"};
|
||||
};
|
||||
class Bizon_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class Bizon_SD_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_618 {
|
||||
duplicate = 488;
|
||||
};
|
||||
@@ -0,0 +1,142 @@
|
||||
class Category_679 {
|
||||
class ItemWatch {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemCompass {
|
||||
type = "trade_weapons";
|
||||
buy[] = {6,"ItemSilverBar"};
|
||||
sell[] = {3,"ItemSilverBar"};
|
||||
};
|
||||
class ItemMap {
|
||||
type = "trade_weapons";
|
||||
buy[] = {6,"ItemSilverBar"};
|
||||
sell[] = {3,"ItemSilverBar"};
|
||||
};
|
||||
class ItemGPS {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Binocular {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class Binocular_Vector {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class NVGoggles {
|
||||
type = "trade_weapons";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
/*
|
||||
class NVGoggles_DZE {
|
||||
type = "trade_weapons";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
*/
|
||||
class ItemFlashlight {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemFlashlightRed {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemSilverBar10oz"};
|
||||
sell[] = {5,"ItemSilverBar"};
|
||||
};
|
||||
class ItemMatchbox {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemEtool {
|
||||
type = "trade_weapons";
|
||||
buy[] = {9,"ItemSilverBar10oz"};
|
||||
sell[] = {6,"ItemSilverBar10oz"};
|
||||
};
|
||||
class ItemHatchet {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemKnife {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemToolbox {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemCrowbar {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemMachete {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemFishingPole {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class ItemPickaxe {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class ItemSledge {
|
||||
type = "trade_weapons";
|
||||
buy[] = {8,"ItemSilverBar10oz"};
|
||||
sell[] = {4,"ItemSilverBar10oz"};
|
||||
};
|
||||
class ItemKeyKit {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ChainSaw {
|
||||
type = "trade_weapons";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ChainSawB {
|
||||
type = "trade_weapons";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ChainSawG {
|
||||
type = "trade_weapons";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ChainSawP {
|
||||
type = "trade_weapons";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ChainSawR {
|
||||
type = "trade_weapons";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_681 {
|
||||
duplicate = 679;
|
||||
};
|
||||
|
||||
class Category_532 {
|
||||
duplicate = 679;
|
||||
};
|
||||
@@ -0,0 +1,32 @@
|
||||
class Category_495 {
|
||||
class hilux1_civil_3_open_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class datsun1_civil_3_open_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class hilux1_civil_1_open_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class datsun1_civil_2_covered_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class datsun1_civil_1_open_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class hilux1_civil_2_covered_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,32 @@
|
||||
class Category_535 {
|
||||
class hilux1_civil_3_open_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class datsun1_civil_3_open_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class hilux1_civil_1_open_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class datsun1_civil_2_covered_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class datsun1_civil_1_open_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class hilux1_civil_2_covered_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,91 @@
|
||||
class Category_585 {
|
||||
class Skoda {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class SkodaBlue {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class SkodaGreen {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class SkodaRed {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class VolhaLimo_TK_CIV_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Volha_1_TK_CIV_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Volha_2_TK_CIV_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class VWGolf {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {3,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class car_hatchback {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class car_sedan {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class GLT_M300_LT {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class GLT_M300_ST {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Lada1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Lada1_TK_CIV_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Lada2 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Lada2_TK_CIV_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class LadaLM {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {3,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_600 {
|
||||
duplicate = 585;
|
||||
};
|
||||
@@ -0,0 +1,91 @@
|
||||
class Category_565 {
|
||||
class SUV_TK_CIV_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class SUV_Blue {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class SUV_Charcoal {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class SUV_Green {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class SUV_Orange {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class SUV_Pink {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class SUV_Red {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class SUV_Silver {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class SUV_White {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class SUV_Yellow {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class SUV_Camo {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class UAZ_CDF {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class UAZ_INS {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class UAZ_RU {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class UAZ_Unarmed_TK_CIV_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class UAZ_Unarmed_TK_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class UAZ_Unarmed_UN_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_568 {
|
||||
duplicate = 565;
|
||||
};
|
||||
@@ -0,0 +1,60 @@
|
||||
class Category_677 {
|
||||
class PartGeneric {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {6,"ItemSilverBar"};
|
||||
};
|
||||
class PartWheel {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class PartGlass {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class PartEngine {
|
||||
type = "trade_items";
|
||||
buy[] = {5,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class PartVRotor {
|
||||
type = "trade_items";
|
||||
buy[] = {5,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class PartFueltank {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {5,"ItemSilverBar"};
|
||||
};
|
||||
class ItemFuelcan {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemFuelcanEmpty {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class ItemJerrycan {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class ItemJerrycanEmpty {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_682 {
|
||||
duplicate = 677;
|
||||
};
|
||||
|
||||
class Category_531 {
|
||||
duplicate = 677;
|
||||
};
|
||||
@@ -0,0 +1,3 @@
|
||||
class Category_478 {
|
||||
duplicate = 577;
|
||||
};
|
||||
143
Server Files/Archive/CfgServerTrader/Category/HeroClothes.hpp
Normal file
143
Server Files/Archive/CfgServerTrader/Category/HeroClothes.hpp
Normal file
@@ -0,0 +1,143 @@
|
||||
class Category_476 {
|
||||
class Skin_CZ_Special_Forces_GL_DES_EP1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Drake_Light_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Soldier_Sniper_PMC_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_FR_OHara_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_FR_Rodriguez_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_CZ_Soldier_Sniper_EP1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Graves_Light_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Soldier_Bodyguard_AA12_PMC_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Camo1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Rocket_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Sniper1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Soldier1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_Soldier_TL_PMC_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
//new Epoch 1.06
|
||||
class Skin_USMC_Soldier_Officer_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_USMC_Soldier_MG_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_USMC_Soldier_Pilot_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_FR_TL_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_FR_R_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_FR_Sapper_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_FR_Marksman_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_FR_Assault_R_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_CZ_Soldier_SL_DES_EP1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_US_Soldier_EP1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_UN_CDF_Soldier_Guard_EP1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_UN_CDF_Soldier_EP1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_GER_Soldier_TL_EP1_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_BAF_Soldier_Officer_MTP_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Skin_BAF_Soldier_N_MTP_DZ {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,37 @@
|
||||
class Category_493 {
|
||||
class Mi17_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemBriefcase100oz"};
|
||||
sell[] = {1,"ItemBriefcase100oz"};
|
||||
};
|
||||
class UH1H_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemBriefcase100oz"};
|
||||
sell[] = {1,"ItemBriefcase100oz"};
|
||||
};
|
||||
class UH1Y_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemBriefcase100oz"};
|
||||
sell[] = {1,"ItemBriefcase100oz"};
|
||||
};
|
||||
class UH60M_EP1_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemBriefcase100oz"};
|
||||
sell[] = {1,"ItemBriefcase100oz"};
|
||||
};
|
||||
class MH60S_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemBriefcase100oz"};
|
||||
sell[] = {1,"ItemBriefcase100oz"};
|
||||
};
|
||||
class CH_47F_EP1_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemBriefcase100oz"};
|
||||
sell[] = {1,"ItemBriefcase100oz"};
|
||||
};
|
||||
class CH53_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemBriefcase100oz"};
|
||||
sell[] = {1,"ItemBriefcase100oz"};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,3 @@
|
||||
class Category_562 {
|
||||
duplicate = 569;
|
||||
};
|
||||
@@ -0,0 +1,3 @@
|
||||
class Category_479 {
|
||||
duplicate = 534;
|
||||
};
|
||||
@@ -0,0 +1,3 @@
|
||||
class Category_477 {
|
||||
duplicate = 627;
|
||||
};
|
||||
@@ -0,0 +1,47 @@
|
||||
class Category_517 {
|
||||
class GNT_C185U_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemGoldBar10oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
};
|
||||
class GNT_C185_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemGoldBar10oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
};
|
||||
class GNT_C185R_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemGoldBar10oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
};
|
||||
class GNT_C185C_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemGoldBar10oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
};
|
||||
class AN2_DZ { //Green
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemGoldBar10oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
};
|
||||
class AN2_2_DZ { //Red and white
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemGoldBar10oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
};
|
||||
class An2_2_TK_CIV_EP1_DZ { //Green and white
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemGoldBar10oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
};
|
||||
class MV22_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {5,"ItemBriefcase100oz"};
|
||||
sell[] = {2,"ItemBriefcase100oz"};
|
||||
};
|
||||
class C130J_US_EP1_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemBriefcase100oz"};
|
||||
sell[] = {2,"ItemBriefcase100oz"};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_602 {
|
||||
duplicate = 485;
|
||||
};
|
||||
|
||||
class Category_637 {
|
||||
duplicate = 485;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_643 {
|
||||
duplicate = 621;
|
||||
};
|
||||
|
||||
class Category_609 {
|
||||
duplicate = 621;
|
||||
};
|
||||
@@ -0,0 +1,11 @@
|
||||
class Category_685 {
|
||||
duplicate = 538;
|
||||
};
|
||||
|
||||
class Category_496 {
|
||||
duplicate = 538;
|
||||
};
|
||||
|
||||
class Category_632 {
|
||||
duplicate = 538;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_650 {
|
||||
duplicate = 608;
|
||||
};
|
||||
|
||||
class Category_587 {
|
||||
duplicate = 608;
|
||||
};
|
||||
@@ -0,0 +1,77 @@
|
||||
class Category_527 {
|
||||
class 8Rnd_B_Saiga12_74Slug {
|
||||
type = "trade_items";
|
||||
buy[] = {5,"ItemSilverBar"};
|
||||
sell[] = {3,"ItemSilverBar"};
|
||||
};
|
||||
class 8Rnd_B_Saiga12_Pellets {
|
||||
type = "trade_items";
|
||||
buy[] = {5,"ItemSilverBar"};
|
||||
sell[] = {3,"ItemSilverBar"};
|
||||
};
|
||||
class 20Rnd_B_AA12_Pellets {
|
||||
type = "trade_items";
|
||||
buy[] = {8,"ItemSilverBar"};
|
||||
sell[] = {5,"ItemSilverBar"};
|
||||
};
|
||||
class 20Rnd_B_AA12_74Slug {
|
||||
type = "trade_items";
|
||||
buy[] = {8,"ItemSilverBar"};
|
||||
sell[] = {5,"ItemSilverBar"};
|
||||
};
|
||||
class 30Rnd_556x45_Stanag {
|
||||
type = "trade_items";
|
||||
buy[] = {5,"ItemSilverBar"};
|
||||
sell[] = {3,"ItemSilverBar"};
|
||||
};
|
||||
class 30Rnd_556x45_StanagSD {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar10oz"};
|
||||
sell[] = {2,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 20Rnd_762x51_B_SCAR {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class 20Rnd_762x51_SB_SCAR {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemGoldBar"};
|
||||
sell[] = {5,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 100Rnd_556x45_BetaCMag {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemSilverBar10oz"};
|
||||
sell[] = {3,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 100Rnd_556x45_M249 {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class 200Rnd_556x45_M249 {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class 100Rnd_762x51_M240 {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class 200Rnd_762x51_M240 {
|
||||
type = "trade_items";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class 20Rnd_9x39_SP5_VSS {
|
||||
type = "trade_items";
|
||||
buy[] = {3,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class 5Rnd_127x108_KSVK {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,92 @@
|
||||
class Category_526 {
|
||||
class MeleeBaseBallBat {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class Saiga12K {
|
||||
type = "trade_weapons";
|
||||
buy[] = {5,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class AA12_PMC {
|
||||
type = "trade_weapons";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class m8_compact {
|
||||
type = "trade_weapons";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class m8_sharpshooter {
|
||||
type = "trade_weapons";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class m8_holo_sd {
|
||||
type = "trade_weapons";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class m8_carbine {
|
||||
type = "trade_weapons";
|
||||
buy[] = {5,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class M8_SAW {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class SCAR_H_CQC_CCO {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class SCAR_H_CQC_CCO_SD {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class SCAR_H_STD_EGLM_Spect {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class MG36 {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class MG36_camo {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class M249_m145_EP1_DZE {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {9,"ItemGoldBar"};
|
||||
};
|
||||
class M60A4_EP1_DZE {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class m240_scoped_EP1_DZE {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
};
|
||||
class VSS_vintorez {
|
||||
type = "trade_weapons";
|
||||
buy[] = {3,"ItemGoldBar10oz"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class KSVK_DZE {
|
||||
type = "trade_weapons";
|
||||
buy[] = {3,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,11 @@
|
||||
class Category_673 {
|
||||
class RHIB {
|
||||
type = "trade_any_boat";
|
||||
buy[] = {4,"ItemGoldBar10oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_558 {
|
||||
duplicate = 673;
|
||||
};
|
||||
@@ -0,0 +1,51 @@
|
||||
class Category_672 {
|
||||
class Smallboat_1 {
|
||||
type = "trade_any_boat";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class Smallboat_2 {
|
||||
type = "trade_any_boat";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
class Zodiac {
|
||||
type = "trade_any_boat";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class Fishing_Boat {
|
||||
type = "trade_any_boat";
|
||||
buy[] = {4,"ItemGoldBar10oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
};
|
||||
class PBX {
|
||||
type = "trade_any_boat";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class JetSkiYanahui_Case_Red {
|
||||
type = "trade_any_boat";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class JetSkiYanahui_Case_Yellow {
|
||||
type = "trade_any_boat";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class JetSkiYanahui_Case_Green {
|
||||
type = "trade_any_boat";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class JetSkiYanahui_Case_Blue {
|
||||
type = "trade_any_boat";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_557 {
|
||||
duplicate = 672;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_662 {
|
||||
duplicate = 678;
|
||||
};
|
||||
|
||||
class Category_508 {
|
||||
duplicate = 678;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_651 {
|
||||
duplicate = 563;
|
||||
};
|
||||
|
||||
class Category_588 {
|
||||
duplicate = 563;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_653 {
|
||||
duplicate = 564;
|
||||
};
|
||||
|
||||
class Category_586 {
|
||||
duplicate = 564;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_666 {
|
||||
duplicate = 542;
|
||||
};
|
||||
|
||||
class Category_669 {
|
||||
duplicate = 542;
|
||||
};
|
||||
@@ -0,0 +1,11 @@
|
||||
class Category_683 {
|
||||
duplicate = 628;
|
||||
};
|
||||
|
||||
class Category_497 {
|
||||
duplicate = 628;
|
||||
};
|
||||
|
||||
class Category_631 {
|
||||
duplicate = 628;
|
||||
};
|
||||
@@ -0,0 +1,11 @@
|
||||
class Category_686 {
|
||||
duplicate = 630;
|
||||
};
|
||||
|
||||
class Category_580 {
|
||||
duplicate = 630;
|
||||
};
|
||||
|
||||
class Category_634 {
|
||||
duplicate = 630;
|
||||
};
|
||||
@@ -0,0 +1,11 @@
|
||||
class Category_684 {
|
||||
duplicate = 601;
|
||||
};
|
||||
|
||||
class Category_498 {
|
||||
duplicate = 601;
|
||||
};
|
||||
|
||||
class Category_633 {
|
||||
duplicate = 601;
|
||||
};
|
||||
@@ -0,0 +1,27 @@
|
||||
class Category_529 {
|
||||
class HandGrenade_west {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class HandGrenade_east {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class 1Rnd_HE_M203 {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class 1Rnd_HE_GP25 {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class PipeBomb {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemBriefcase100oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_655 {
|
||||
duplicate = 492;
|
||||
};
|
||||
|
||||
class Category_589 {
|
||||
duplicate = 492;
|
||||
};
|
||||
@@ -0,0 +1,42 @@
|
||||
class Category_519 {
|
||||
class CSJ_GyroC {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class CSJ_GyroCover {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class CSJ_GyroP {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {5,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class AH6X_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {6,"ItemGoldBar10oz"};
|
||||
sell[] = {3,"ItemGoldBar10oz"};
|
||||
};
|
||||
class MH6J_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar10oz"};
|
||||
sell[] = {4,"ItemGoldBar10oz"};
|
||||
};
|
||||
class UH60M_MEV_EP1_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {1,"ItemBriefcase100oz"};
|
||||
sell[] = {6,"ItemGoldBar10oz"};
|
||||
};
|
||||
class Mi17_Civilian_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemBriefcase100oz"};
|
||||
sell[] = {1,"ItemBriefcase100oz"};
|
||||
};
|
||||
class BAF_Merlin_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemBriefcase100oz"};
|
||||
sell[] = {1,"ItemBriefcase100oz"};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_603 {
|
||||
duplicate = 486;
|
||||
};
|
||||
|
||||
class Category_638 {
|
||||
duplicate = 486;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_644 {
|
||||
duplicate = 622;
|
||||
};
|
||||
|
||||
class Category_610 {
|
||||
duplicate = 622;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_665 {
|
||||
duplicate = 541;
|
||||
};
|
||||
|
||||
class Category_670 {
|
||||
duplicate = 541;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_658 {
|
||||
duplicate = 491;
|
||||
};
|
||||
|
||||
class Category_598 {
|
||||
duplicate = 491;
|
||||
};
|
||||
@@ -0,0 +1,11 @@
|
||||
class Category_687 {
|
||||
duplicate = 629;
|
||||
};
|
||||
|
||||
class Category_579 {
|
||||
duplicate = 629;
|
||||
};
|
||||
|
||||
class Category_635 {
|
||||
duplicate = 629;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_646 {
|
||||
duplicate = 625;
|
||||
};
|
||||
|
||||
class Category_611 {
|
||||
duplicate = 625;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_606 {
|
||||
duplicate = 489;
|
||||
};
|
||||
|
||||
class Category_674 {
|
||||
duplicate = 489;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_607 {
|
||||
duplicate = 574;
|
||||
};
|
||||
|
||||
class Category_641 {
|
||||
duplicate = 574;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_649 {
|
||||
duplicate = 623;
|
||||
};
|
||||
|
||||
class Category_613 {
|
||||
duplicate = 623;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_668 {
|
||||
duplicate = 543;
|
||||
};
|
||||
|
||||
class Category_671 {
|
||||
duplicate = 543;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_605 {
|
||||
duplicate = 487;
|
||||
};
|
||||
|
||||
class Category_640 {
|
||||
duplicate = 487;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_647 {
|
||||
duplicate = 624;
|
||||
};
|
||||
|
||||
class Category_614 {
|
||||
duplicate = 624;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_648 {
|
||||
duplicate = 626;
|
||||
};
|
||||
|
||||
class Category_612 {
|
||||
duplicate = 626;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_604 {
|
||||
duplicate = 488;
|
||||
};
|
||||
|
||||
class Category_642 {
|
||||
duplicate = 488;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_663 {
|
||||
duplicate = 679;
|
||||
};
|
||||
|
||||
class Category_510 {
|
||||
duplicate = 679;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_659 {
|
||||
duplicate = 495;
|
||||
};
|
||||
|
||||
class Category_590 {
|
||||
duplicate = 495;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_660 {
|
||||
duplicate = 585;
|
||||
};
|
||||
|
||||
class Category_520 {
|
||||
duplicate = 585;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_661 {
|
||||
duplicate = 565;
|
||||
};
|
||||
|
||||
class Category_591 {
|
||||
duplicate = 565;
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
class Category_664 {
|
||||
duplicate = 677;
|
||||
};
|
||||
|
||||
class Category_509 {
|
||||
duplicate = 677;
|
||||
};
|
||||
@@ -0,0 +1,80 @@
|
||||
class Category_675 {
|
||||
class bulk_17Rnd_9x19_glock17 {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class bulk_15Rnd_9x19_M9SD {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class bulk_30Rnd_9x19_MP5SD {
|
||||
type = "trade_items";
|
||||
buy[] = {3,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class bulk_30Rnd_556x45_StanagSD {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class bulk_ItemSandbag {
|
||||
type = "trade_items";
|
||||
buy[] = {3,"ItemGoldBar10oz"};
|
||||
sell[] = {3,"ItemGoldBar10oz"};
|
||||
};
|
||||
class bulk_ItemTankTrap {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class bulk_ItemWire {
|
||||
type = "trade_items";
|
||||
buy[] = {5,"ItemSilverBar10oz"};
|
||||
sell[] = {5,"ItemSilverBar10oz"};
|
||||
};
|
||||
class bulk_PartGeneric {
|
||||
type = "trade_items";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
class PartPlywoodPack {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
sell[] = {1,"ItemSilverBar10oz"};
|
||||
};
|
||||
class PartPlankPack {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar10oz"};
|
||||
sell[] = {5,"ItemSilverBar"};
|
||||
};
|
||||
class CinderBlocks {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class MortarBucket {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class ItemFuelBarrelEmpty {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemGoldBar"};
|
||||
sell[] = {5,"ItemSilverBar10oz"};
|
||||
};
|
||||
class ItemFuelBarrel {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_636 {
|
||||
duplicate = 675;
|
||||
};
|
||||
|
||||
class Category_555 {
|
||||
duplicate = 675;
|
||||
};
|
||||
6
Server Files/Archive/CfgServerTrader/README.txt
Normal file
6
Server Files/Archive/CfgServerTrader/README.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
To customize config traders copy this CfgServerTrader folder to your mission.
|
||||
|
||||
Then in description.ext replace this line:
|
||||
#include "\z\addons\dayz_code\Configs\CfgServerTrader\CfgServerTrader.hpp"
|
||||
with this:
|
||||
#include "CfgServerTrader\CfgServerTrader.hpp"
|
||||
86
Server Files/Archive/CfgServerTrader/cfgServerTrader.hpp
Normal file
86
Server Files/Archive/CfgServerTrader/cfgServerTrader.hpp
Normal file
@@ -0,0 +1,86 @@
|
||||
class CfgTraderCategory {
|
||||
#include "Category\Attachments.hpp"
|
||||
#include "Category\BanditAmmunition.hpp"
|
||||
#include "Category\BanditClothing.hpp"
|
||||
#include "Category\BanditHelicopterArmed.hpp"
|
||||
#include "Category\BanditMilitaryArmed.hpp"
|
||||
#include "Category\BanditTrucksArmed.hpp"
|
||||
#include "Category\BanditWeapons.hpp"
|
||||
#include "Category\FriendlyAssaultRifle.hpp"
|
||||
#include "Category\FriendlyAssaultRifleAmmo.hpp"
|
||||
#include "Category\FriendlyBackpacks.hpp"
|
||||
#include "Category\FriendlyBikesandATV.hpp"
|
||||
#include "Category\FriendlyBuildingSupplies.hpp"
|
||||
#include "Category\FriendlyBusesandVans.hpp"
|
||||
#include "Category\FriendlyCargoTrucks.hpp"
|
||||
#include "Category\FriendlyChemlitesFlares.hpp"
|
||||
#include "Category\FriendlyClothes.hpp"
|
||||
#include "Category\FriendlyCookedMeats.hpp"
|
||||
#include "Category\FriendlyDrinks.hpp"
|
||||
#include "Category\FriendlyFuelTrucks.hpp"
|
||||
#include "Category\FriendlyLightMachineGun.hpp"
|
||||
#include "Category\FriendlyLightMachineGunAmmo.hpp"
|
||||
#include "Category\FriendlyMedicalSupplies.hpp"
|
||||
#include "Category\FriendlyMilitaryUnarmed.hpp"
|
||||
#include "Category\FriendlyPackagedFood.hpp"
|
||||
#include "Category\FriendlyPistolAmmo.hpp"
|
||||
#include "Category\FriendlyPistols.hpp"
|
||||
#include "Category\FriendlyShotgunsandSingleshot.hpp"
|
||||
#include "Category\FriendlyShotgunsandSingleshotAmmo.hpp"
|
||||
#include "Category\FriendlySmokeGrenades.hpp"
|
||||
#include "Category\FriendlySniperRifle.hpp"
|
||||
#include "Category\FriendlySniperRifleAmmo.hpp"
|
||||
#include "Category\FriendlySubmachineGunAmmo.hpp"
|
||||
#include "Category\FriendlySubmachineGuns.hpp"
|
||||
#include "Category\FriendlyToolbeltItems.hpp"
|
||||
#include "Category\FriendlyTrucks.hpp"
|
||||
#include "Category\FriendlyTrucksUnarmed.hpp"
|
||||
#include "Category\FriendlyUsedCars.hpp"
|
||||
#include "Category\FriendlyUtilityVehicles.hpp"
|
||||
#include "Category\FriendlyVehicleParts.hpp"
|
||||
#include "Category\HeroAmmunition.hpp"
|
||||
#include "Category\HeroClothes.hpp"
|
||||
#include "Category\HeroHelicopterArmed.hpp"
|
||||
#include "Category\HeroMilitaryArmed.hpp"
|
||||
#include "Category\HeroTrucksArmed.hpp"
|
||||
#include "Category\HeroWeapons.hpp"
|
||||
#include "Category\NeutralAirplanes.hpp"
|
||||
#include "Category\NeutralAssaultRifle.hpp"
|
||||
#include "Category\NeutralAssaultRifleAmmo.hpp"
|
||||
#include "Category\NeutralBackpacks.hpp"
|
||||
#include "Category\NeutralBikesandATV.hpp"
|
||||
#include "Category\NeutralBlackMarketAmmo.hpp"
|
||||
#include "Category\NeutralBlackMarketWeapons.hpp"
|
||||
#include "Category\NeutralBoatsArmed.hpp"
|
||||
#include "Category\NeutralBoatsUnarmed.hpp"
|
||||
#include "Category\NeutralBuildingSupplies.hpp"
|
||||
#include "Category\NeutralBusesandVans.hpp"
|
||||
#include "Category\NeutralCargoTrucks.hpp"
|
||||
#include "Category\NeutralChemlitesFlares.hpp"
|
||||
#include "Category\NeutralClothes.hpp"
|
||||
#include "Category\NeutralCookedMeats.hpp"
|
||||
#include "Category\NeutralDrinks.hpp"
|
||||
#include "Category\NeutralExplosives.hpp"
|
||||
#include "Category\NeutralFuelTrucks.hpp"
|
||||
#include "Category\NeutralHelicopterUnarmed.hpp"
|
||||
#include "Category\NeutralLightMachineGun.hpp"
|
||||
#include "Category\NeutralLightMachineGunAmmo.hpp"
|
||||
#include "Category\NeutralMedicalSupplies.hpp"
|
||||
#include "Category\NeutralMilitaryUnarmed.hpp"
|
||||
#include "Category\NeutralPackagedFood.hpp"
|
||||
#include "Category\NeutralPistolAmmo.hpp"
|
||||
#include "Category\NeutralPistols.hpp"
|
||||
#include "Category\NeutralShotgunsandSingleshot.hpp"
|
||||
#include "Category\NeutralShotgunsandSingleshotAmmo.hpp"
|
||||
#include "Category\NeutralSmokeGrenades.hpp"
|
||||
#include "Category\NeutralSniperRifle.hpp"
|
||||
#include "Category\NeutralSniperRifleAmmo.hpp"
|
||||
#include "Category\NeutralSubmachineGunAmmo.hpp"
|
||||
#include "Category\NeutralSubmachineGuns.hpp"
|
||||
#include "Category\NeutralToolbeltItems.hpp"
|
||||
#include "Category\NeutralTrucks.hpp"
|
||||
#include "Category\NeutralUsedCars.hpp"
|
||||
#include "Category\NeutralUtilityVehicles.hpp"
|
||||
#include "Category\NeutralVehicleParts.hpp"
|
||||
#include "Category\NeutralWholesale.hpp"
|
||||
};
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user