From 4b448c8609d05a19d6508855ab9ef2c95369aeab Mon Sep 17 00:00:00 2001 From: Skaronator Date: Tue, 4 Feb 2014 18:21:50 +0100 Subject: [PATCH] Fix Trader Classesssss --- .../Category/BanditAmmunition.hpp | 2 +- .../Category/BanditClothing.hpp | 2 +- .../Category/BanditHelicopterArmed.hpp | 2 +- .../Category/BanditMilitaryArmed.hpp | 2 +- .../Category/BanditTrucksArmed.hpp | 2 +- .../Category/BanditWeapons.hpp | 2 +- .../Category/FriendlyAssaultRifle.hpp | 2 +- .../Category/FriendlyAssaultRifleAmmo.hpp | 2 +- .../Category/FriendlyBackpacks.hpp | 2 +- .../Category/FriendlyBikesandATV.hpp | 2 +- .../Category/FriendlyBuildingSupplies.hpp | 2 +- .../Category/FriendlyBusesandVans.hpp | 2 +- .../Category/FriendlyCargoTrucks.hpp | 2 +- .../Category/FriendlyChemlitesFlares.hpp | 2 +- .../Category/FriendlyClothes.hpp | 2 +- .../Category/FriendlyCookedMeats.hpp | 2 +- .../Category/FriendlyDrinks.hpp | 2 +- .../Category/FriendlyFuelTrucks.hpp | 2 +- .../Category/FriendlyLightMachineGun.hpp | 2 +- .../Category/FriendlyLightMachineGunAmmo.hpp | 2 +- .../Category/FriendlyMedicalSupplies.hpp | 2 +- .../Category/FriendlyMilitaryUnarmed.hpp | 2 +- .../Category/FriendlyPackagedFood.hpp | 2 +- .../Category/FriendlyPistolAmmo.hpp | 2 +- .../Category/FriendlyPistols.hpp | 2 +- .../FriendlyShotgunsandSingleshot.hpp | 2 +- .../FriendlyShotgunsandSingleshotAmmo.hpp | 2 +- .../Category/FriendlySmokeGrenades.hpp | 2 +- .../Category/FriendlySniperRifle.hpp | 2 +- .../Category/FriendlySniperRifleAmmo.hpp | 2 +- .../Category/FriendlySubmachineGunAmmo.hpp | 2 +- .../Category/FriendlySubmachineGuns.hpp | 2 +- .../Category/FriendlyToolbeltItems.hpp | 2 +- .../Category/FriendlyTrucks.hpp | 2 +- .../Category/FriendlyTrucksUnarmed.hpp | 2 +- .../Category/FriendlyUsedCars.hpp | 2 +- .../Category/FriendlyUtilityVehicles.hpp | 2 +- .../Category/FriendlyVehicleParts.hpp | 2 +- .../Category/HeroAmmunition.hpp | 2 +- .../CfgServerTrader/Category/HeroClothes.hpp | 2 +- .../Category/HeroHelicopterArmed.hpp | 2 +- .../Category/HeroMilitaryArmed.hpp | 2 +- .../Category/HeroTrucksArmed.hpp | 2 +- .../CfgServerTrader/Category/HeroWeapons.hpp | 2 +- .../Category/NeutralAirplanes.hpp | 2 +- .../Category/NeutralAssaultRifle.hpp | 2 +- .../Category/NeutralAssaultRifleAmmo.hpp | 2 +- .../Category/NeutralBackpacks.hpp | 2 +- .../Category/NeutralBikesandATV.hpp | 2 +- .../Category/NeutralBlackMarketAmmo.hpp | 2 +- .../Category/NeutralBlackMarketWeapons.hpp | 2 +- .../Category/NeutralBoatsArmed.hpp | 2 +- .../Category/NeutralBoatsUnarmed.hpp | 2 +- .../Category/NeutralBuildingSupplies.hpp | 2 +- .../Category/NeutralBusesandVans.hpp | 2 +- .../Category/NeutralCargoTrucks.hpp | 2 +- .../Category/NeutralChemlitesFlares.hpp | 2 +- .../Category/NeutralClothes.hpp | 2 +- .../Category/NeutralCookedMeats.hpp | 2 +- .../Category/NeutralDrinks.hpp | 2 +- .../Category/NeutralExplosives.hpp | 2 +- .../Category/NeutralFuelTrucks.hpp | 2 +- .../Category/NeutralHelicopterUnarmed.hpp | 2 +- .../Category/NeutralLightMachineGun.hpp | 2 +- .../Category/NeutralLightMachineGunAmmo.hpp | 2 +- .../Category/NeutralMedicalSupplies.hpp | 2 +- .../Category/NeutralMilitaryUnarmed.hpp | 2 +- .../Category/NeutralPackagedFood.hpp | 2 +- .../Category/NeutralPistolAmmo.hpp | 2 +- .../Category/NeutralPistols.hpp | 2 +- .../Category/NeutralShotgunsandSingleshot.hpp | 2 +- .../NeutralShotgunsandSingleshotAmmo.hpp | 2 +- .../Category/NeutralSmokeGrenades.hpp | 2 +- .../Category/NeutralSniperRifle.hpp | 2 +- .../Category/NeutralSniperRifleAmmo.hpp | 2 +- .../Category/NeutralSubmachineGunAmmo.hpp | 2 +- .../Category/NeutralSubmachineGuns.hpp | 2 +- .../Category/NeutralToolbeltItems.hpp | 2 +- .../Category/NeutralTrucks.hpp | 2 +- .../Category/NeutralUsedCars.hpp | 2 +- .../Category/NeutralUtilityVehicles.hpp | 2 +- .../Category/NeutralVehicleParts.hpp | 2 +- .../Category/NeutralWholesale.hpp | 2 +- .../CfgServerTrader/Trader/TraderBandit.hpp | 11 -- .../CfgServerTrader/Trader/TraderCategory.hpp | 51 ------ .../CfgServerTrader/Trader/TraderFriendly.hpp | 74 -------- .../CfgServerTrader/Trader/TraderHero.hpp | 11 -- .../CfgServerTrader/Trader/TraderNeutral.hpp | 171 ------------------ 88 files changed, 83 insertions(+), 401 deletions(-) delete mode 100644 SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderBandit.hpp delete mode 100644 SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderCategory.hpp delete mode 100644 SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderFriendly.hpp delete mode 100644 SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderHero.hpp delete mode 100644 SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderNeutral.hpp diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditAmmunition.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditAmmunition.hpp index dc0c31372..bda0eb57d 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditAmmunition.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditAmmunition.hpp @@ -1,4 +1,4 @@ -class BanditAmmunition { +class Category_577 { class 30Rnd_556x45_StanagSD { type = "trade_items"; buy[] = {4,"ItemSilverBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditClothing.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditClothing.hpp index 149c1df4d..860ecae5a 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditClothing.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditClothing.hpp @@ -1,4 +1,4 @@ -class BanditClothing { +class Category_575 { class Skin_Bandit1_DZ { type = "trade_items"; buy[] = {2,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditHelicopterArmed.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditHelicopterArmed.hpp index 776c2d7a7..e60ca3ef0 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditHelicopterArmed.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditHelicopterArmed.hpp @@ -1,4 +1,4 @@ -class BanditHelicopterArmed { +class Category_512 { class CH_47F_EP1_DZE { type = "trade_any_vehicle"; buy[] = {2,"ItemBriefcase100oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditMilitaryArmed.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditMilitaryArmed.hpp index d52f46152..a728c58df 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditMilitaryArmed.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditMilitaryArmed.hpp @@ -1,4 +1,4 @@ -class BanditMilitaryArmed { +class Category_569 { class HMMWV_M998A2_SOV_DES_EP1_DZE { type = "trade_any_vehicle"; buy[] = {4,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditTrucksArmed.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditTrucksArmed.hpp index 29a565b37..740284567 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditTrucksArmed.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditTrucksArmed.hpp @@ -1,4 +1,4 @@ -class BanditTrucksArmed { +class Category_534 { class Pickup_PK_GUE_DZE { type = "trade_any_vehicle"; buy[] = {1,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditWeapons.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditWeapons.hpp index 335267f21..3d15c9976 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditWeapons.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/BanditWeapons.hpp @@ -1,4 +1,4 @@ -class BanditWeapons { +class Category_627 { class G36_C_SD_camo { type = "trade_weapons"; buy[] = {1,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyAssaultRifle.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyAssaultRifle.hpp index 5b6fc740c..d736d9d26 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyAssaultRifle.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyAssaultRifle.hpp @@ -1,4 +1,4 @@ -class FriendlyAssaultRifle { +class Category_485 { class G36A_camo { type = "trade_weapons"; buy[] = {6,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyAssaultRifleAmmo.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyAssaultRifleAmmo.hpp index 946f5436a..517e9fc2b 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyAssaultRifleAmmo.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyAssaultRifleAmmo.hpp @@ -1,4 +1,4 @@ -class FriendlyAssaultRifleAmmo { +class Category_480 { class 30Rnd_556x45_Stanag { type = "trade_items"; buy[] = {4,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyBackpacks.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyBackpacks.hpp index 2e935fe71..f0855a1c7 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyBackpacks.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyBackpacks.hpp @@ -1,4 +1,4 @@ -class FriendlyBackpacks { +class Category_538 { class DZ_Patrol_Pack_EP1 { type = "trade_backpacks"; buy[] = {2,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyBikesandATV.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyBikesandATV.hpp index 23143f723..ac2fdcd5d 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyBikesandATV.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyBikesandATV.hpp @@ -1,4 +1,4 @@ -class FriendlyBikesandATV { +class Category_536 { class MMT_Civ { type = "trade_any_bicycle"; buy[] = {4,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyBuildingSupplies.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyBuildingSupplies.hpp index b9cbc3f8f..91c52b30d 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyBuildingSupplies.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyBuildingSupplies.hpp @@ -1,4 +1,4 @@ -class FriendlyBuildingSupplies { +class Category_530 { class ItemSandbag { type = "trade_items"; buy[] = {4,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyBusesandVans.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyBusesandVans.hpp index 18cabc60b..3723e905b 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyBusesandVans.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyBusesandVans.hpp @@ -1,4 +1,4 @@ -class FriendlyBusesandVans { +class Category_592 { class Ikarus { type = "trade_any_vehicle"; buy[] = {2,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyCargoTrucks.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyCargoTrucks.hpp index 1c4774b28..adb57c56d 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyCargoTrucks.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyCargoTrucks.hpp @@ -1,4 +1,4 @@ -class FriendlyCargoTrucks { +class Category_570 { class Ural_CDF { type = "trade_any_vehicle"; buy[] = {2,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyChemlitesFlares.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyChemlitesFlares.hpp index 8fd0e1b0b..8d824e5ab 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyChemlitesFlares.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyChemlitesFlares.hpp @@ -1,4 +1,4 @@ -class FriendlyChemlitesFlares { +class Category_542 { class HandChemBlue { type = "trade_items"; buy[] = {2,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyClothes.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyClothes.hpp index 77743f7a4..e0ef8ff82 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyClothes.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyClothes.hpp @@ -1,4 +1,4 @@ -class FriendlyClothes { +class Category_628 { class Skin_Rocker2_DZ { type = "trade_items"; buy[] = {2,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyCookedMeats.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyCookedMeats.hpp index 0c295752a..272ab9533 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyCookedMeats.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyCookedMeats.hpp @@ -1,4 +1,4 @@ -class FriendlyCookedMeats { +class Category_630 { class FoodbaconCooked { type = "trade_items"; buy[] = {4,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyDrinks.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyDrinks.hpp index cdb7d477f..6cac9be75 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyDrinks.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyDrinks.hpp @@ -1,4 +1,4 @@ -class FriendlyDrinks { +class Category_601 { class ItemSodaCoke { type = "trade_items"; buy[] = {2,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyFuelTrucks.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyFuelTrucks.hpp index ad02ec35b..ca49bf2ff 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyFuelTrucks.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyFuelTrucks.hpp @@ -1,4 +1,4 @@ -class FriendlyFuelTrucks { +class Category_595 { class KamazRefuel_DZ { type = "trade_any_vehicle"; buy[] = {7,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyLightMachineGun.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyLightMachineGun.hpp index 77926289c..50ce6fd6f 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyLightMachineGun.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyLightMachineGun.hpp @@ -1,4 +1,4 @@ -class FriendlyLightMachineGun { +class Category_486 { class M249_EP1_DZ { type = "trade_weapons"; buy[] = {1,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyLightMachineGunAmmo.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyLightMachineGunAmmo.hpp index 74ad51cdc..63ffb58cc 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyLightMachineGunAmmo.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyLightMachineGunAmmo.hpp @@ -1,4 +1,4 @@ -class FriendlyLightMachineGunAmmo { +class Category_481 { class 100Rnd_762x51_M240 { type = "trade_items"; buy[] = {2,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyMedicalSupplies.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyMedicalSupplies.hpp index ef0d4a4dd..0954b9ed9 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyMedicalSupplies.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyMedicalSupplies.hpp @@ -1,4 +1,4 @@ -class FriendlyMedicalSupplies { +class Category_541 { class ItemAntibiotic { type = "trade_items"; buy[] = {1,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyMilitaryUnarmed.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyMilitaryUnarmed.hpp index 63aeb3da7..275cd3a3a 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyMilitaryUnarmed.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyMilitaryUnarmed.hpp @@ -1,4 +1,4 @@ -class FriendlyMilitaryUnarmed { +class Category_599 { class HMMWV_M1035_DES_EP1 { type = "trade_any_vehicle"; buy[] = {4,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyPackagedFood.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyPackagedFood.hpp index b8bacf809..713f3b1ca 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyPackagedFood.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyPackagedFood.hpp @@ -1,4 +1,4 @@ -class FriendlyPackagedFood { +class Category_629 { class FoodCanBakedBeans { type = "trade_items"; buy[] = {2,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyPistolAmmo.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyPistolAmmo.hpp index 02ad0a86d..389b1acd0 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyPistolAmmo.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyPistolAmmo.hpp @@ -1,4 +1,4 @@ -class FriendlyPistolAmmo { +class Category_484 { class 15Rnd_9x19_M9 { type = "trade_items"; buy[] = {1,"ItemSilverBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyPistols.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyPistols.hpp index c903fc1c5..4d7bc1314 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyPistols.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyPistols.hpp @@ -1,4 +1,4 @@ -class FriendlyPistols { +class Category_489 { class M9SD { type = "trade_weapons"; buy[] = {2,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyShotgunsandSingleshot.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyShotgunsandSingleshot.hpp index 22092f3b7..2c6397f8c 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyShotgunsandSingleshot.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyShotgunsandSingleshot.hpp @@ -1,4 +1,4 @@ -class FriendlyShotgunsandSingleshot { +class Category_574 { class Winchester1866 { type = "trade_weapons"; buy[] = {2,"ItemSilverBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyShotgunsandSingleshotAmmo.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyShotgunsandSingleshotAmmo.hpp index 805405d7f..648f7ef01 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyShotgunsandSingleshotAmmo.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyShotgunsandSingleshotAmmo.hpp @@ -1,4 +1,4 @@ -class FriendlyShotgunsandSingleshotAmmo { +class Category_573 { class 15Rnd_W1866_Slug { type = "trade_items"; buy[] = {2,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySmokeGrenades.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySmokeGrenades.hpp index e854b712c..9d366d8ba 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySmokeGrenades.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySmokeGrenades.hpp @@ -1,4 +1,4 @@ -class FriendlySmokeGrenades { +class Category_543 { class SmokeShell { type = "trade_items"; buy[] = {2,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySniperRifle.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySniperRifle.hpp index cb9e92560..4ee75cbfb 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySniperRifle.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySniperRifle.hpp @@ -1,4 +1,4 @@ -class FriendlySniperRifle { +class Category_487 { class SVD_CAMO { type = "trade_weapons"; buy[] = {1,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySniperRifleAmmo.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySniperRifleAmmo.hpp index 0479f80fc..1f1835c1c 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySniperRifleAmmo.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySniperRifleAmmo.hpp @@ -1,4 +1,4 @@ -class FriendlySniperRifleAmmo { +class Category_482 { class 20Rnd_762x51_DMR { type = "trade_items"; buy[] = {2,"ItemSilverBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySubmachineGunAmmo.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySubmachineGunAmmo.hpp index 0059a935a..9f7aaff3b 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySubmachineGunAmmo.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySubmachineGunAmmo.hpp @@ -1,4 +1,4 @@ -class FriendlySubmachineGunAmmo { +class Category_483 { class 30rnd_9x19_MP5 { type = "trade_items"; buy[] = {2,"ItemSilverBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySubmachineGuns.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySubmachineGuns.hpp index c905b55ff..8b356afe3 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySubmachineGuns.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlySubmachineGuns.hpp @@ -1,4 +1,4 @@ -class FriendlySubmachineGuns { +class Category_488 { class bizon_silenced { type = "trade_weapons"; buy[] = {1,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyToolbeltItems.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyToolbeltItems.hpp index d5596a78e..cd1ca8e7e 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyToolbeltItems.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyToolbeltItems.hpp @@ -1,4 +1,4 @@ -class FriendlyToolbeltItems { +class Category_532 { class ItemCompass { type = "trade_weapons"; buy[] = {6,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyTrucks.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyTrucks.hpp index 592f75c48..522e2d779 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyTrucks.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyTrucks.hpp @@ -1,4 +1,4 @@ -class FriendlyTrucks { +class Category_495 { class hilux1_civil_3_open_EP1 { type = "trade_any_vehicle"; buy[] = {8,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyTrucksUnarmed.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyTrucksUnarmed.hpp index e1b454eb8..f4559b83f 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyTrucksUnarmed.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyTrucksUnarmed.hpp @@ -1,4 +1,4 @@ -class FriendlyTrucksUnarmed { +class Category_535 { class hilux1_civil_3_open_EP1 { type = "trade_any_vehicle"; buy[] = {8,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyUsedCars.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyUsedCars.hpp index 166b50ed5..d6e4bad2f 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyUsedCars.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyUsedCars.hpp @@ -1,4 +1,4 @@ -class FriendlyUsedCars { +class Category_600 { class Skoda { type = "trade_any_vehicle"; buy[] = {2,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyUtilityVehicles.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyUtilityVehicles.hpp index 441c5b4e2..b783d269c 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyUtilityVehicles.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyUtilityVehicles.hpp @@ -1,4 +1,4 @@ -class FriendlyUtilityVehicles { +class Category_568 { class SUV_TK_CIV_EP1 { type = "trade_any_vehicle"; buy[] = {2,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyVehicleParts.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyVehicleParts.hpp index 6d2133dda..aadcf0374 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyVehicleParts.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyVehicleParts.hpp @@ -1,4 +1,4 @@ -class FriendlyVehicleParts { +class Category_531 { class ItemJerrycan { type = "trade_items"; buy[] = {4,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroAmmunition.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroAmmunition.hpp index 9035ae450..a93078de8 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroAmmunition.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroAmmunition.hpp @@ -1,4 +1,4 @@ -class HeroAmmunition { +class Category_478 { class 30Rnd_556x45_StanagSD { type = "trade_items"; buy[] = {4,"ItemSilverBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroClothes.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroClothes.hpp index 8975b1354..e342c5606 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroClothes.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroClothes.hpp @@ -1,4 +1,4 @@ -class HeroClothes { +class Category_476 { class Skin_CZ_Special_Forces_GL_DES_EP1_DZ { type = "trade_items"; buy[] = {2,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroHelicopterArmed.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroHelicopterArmed.hpp index bd3b8c2cb..d8c99d85b 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroHelicopterArmed.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroHelicopterArmed.hpp @@ -1,4 +1,4 @@ -class HeroHelicopterArmed { +class Category_493 { class CH_47F_EP1_DZE { type = "trade_any_vehicle"; buy[] = {2,"ItemBriefcase100oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroMilitaryArmed.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroMilitaryArmed.hpp index 36e452d52..c69e47816 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroMilitaryArmed.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroMilitaryArmed.hpp @@ -1,4 +1,4 @@ -class HeroMilitaryArmed { +class Category_562 { class HMMWV_M998A2_SOV_DES_EP1_DZE { type = "trade_any_vehicle"; buy[] = {4,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroTrucksArmed.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroTrucksArmed.hpp index 6d9bf899b..9251feba3 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroTrucksArmed.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroTrucksArmed.hpp @@ -1,4 +1,4 @@ -class HeroTrucksArmed { +class Category_479 { class ArmoredSUV_PMC_DZE { type = "trade_any_vehicle"; buy[] = {2,"ItemBriefcase100oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroWeapons.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroWeapons.hpp index 64604ae0d..a8d732217 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroWeapons.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/HeroWeapons.hpp @@ -1,4 +1,4 @@ -class HeroWeapons { +class Category_477 { class G36_C_SD_camo { type = "trade_weapons"; buy[] = {1,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralAirplanes.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralAirplanes.hpp index c4f62fa73..15f914d34 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralAirplanes.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralAirplanes.hpp @@ -1,4 +1,4 @@ -class NeutralAirplanes { +class Category_517 { class AN2_DZ { type = "trade_any_vehicle"; buy[] = {4,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralAssaultRifle.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralAssaultRifle.hpp index 57fe39e8a..41cbda39f 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralAssaultRifle.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralAssaultRifle.hpp @@ -1,4 +1,4 @@ -class NeutralAssaultRifle { +class Category_637 { class G36A_camo { type = "trade_weapons"; buy[] = {6,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralAssaultRifleAmmo.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralAssaultRifleAmmo.hpp index 2b13d7cd2..971a14ce4 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralAssaultRifleAmmo.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralAssaultRifleAmmo.hpp @@ -1,4 +1,4 @@ -class NeutralAssaultRifleAmmo { +class Category_609 { class 30Rnd_556x45_Stanag { type = "trade_items"; buy[] = {4,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBackpacks.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBackpacks.hpp index 839c03ce2..f3f00cd7b 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBackpacks.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBackpacks.hpp @@ -1,4 +1,4 @@ -class NeutralBackpacks { +class Category_632 { class DZ_Patrol_Pack_EP1 { type = "trade_backpacks"; buy[] = {2,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBikesandATV.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBikesandATV.hpp index 24daa31c8..fc9831f42 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBikesandATV.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBikesandATV.hpp @@ -1,4 +1,4 @@ -class NeutralBikesandATV { +class Category_650 { class MMT_Civ { type = "trade_any_bicycle"; buy[] = {4,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBlackMarketAmmo.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBlackMarketAmmo.hpp index 271f670ff..52cd0a353 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBlackMarketAmmo.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBlackMarketAmmo.hpp @@ -1,4 +1,4 @@ -class NeutralBlackMarketAmmo { +class Category_527 { class 20Rnd_9x39_SP5_VSS { type = "trade_items"; buy[] = {3,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBlackMarketWeapons.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBlackMarketWeapons.hpp index af1f95e35..cf7dbba98 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBlackMarketWeapons.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBlackMarketWeapons.hpp @@ -1,4 +1,4 @@ -class NeutralBlackMarketWeapons { +class Category_526 { class Saiga12K { type = "trade_weapons"; buy[] = {5,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBoatsArmed.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBoatsArmed.hpp index d8d41e1e9..7d24acca2 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBoatsArmed.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBoatsArmed.hpp @@ -1,4 +1,4 @@ -class NeutralBoatsArmed { +class Category_588 { class RHIB { type = "trade_any_boat"; buy[] = {4,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBoatsUnarmed.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBoatsUnarmed.hpp index f5f3b1064..6586180e8 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBoatsUnarmed.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBoatsUnarmed.hpp @@ -1,4 +1,4 @@ -class NeutralBoatsUnarmed { +class Category_557 { class Smallboat_1 { type = "trade_any_boat"; buy[] = {2,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBuildingSupplies.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBuildingSupplies.hpp index 4440bea72..037bca90b 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBuildingSupplies.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBuildingSupplies.hpp @@ -1,4 +1,4 @@ -class NeutralBuildingSupplies { +class Category_662 { class ItemSandbag { type = "trade_items"; buy[] = {4,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBusesandVans.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBusesandVans.hpp index e864a8c9c..2b3a3061c 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBusesandVans.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralBusesandVans.hpp @@ -1,4 +1,4 @@ -class NeutralBusesandVans { +class Category_651 { class Ikarus { type = "trade_any_vehicle"; buy[] = {2,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralCargoTrucks.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralCargoTrucks.hpp index 28d15237b..159274c7b 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralCargoTrucks.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralCargoTrucks.hpp @@ -1,4 +1,4 @@ -class NeutralCargoTrucks { +class Category_653 { class Ural_CDF { type = "trade_any_vehicle"; buy[] = {2,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralChemlitesFlares.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralChemlitesFlares.hpp index be1ca6f82..d3be9dc39 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralChemlitesFlares.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralChemlitesFlares.hpp @@ -1,4 +1,4 @@ -class NeutralChemlitesFlares { +class Category_666 { class HandChemBlue { type = "trade_items"; buy[] = {2,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralClothes.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralClothes.hpp index baf9020d4..503f9e4c9 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralClothes.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralClothes.hpp @@ -1,4 +1,4 @@ -class NeutralClothes { +class Category_631 { class Skin_Rocker2_DZ { type = "trade_items"; buy[] = {2,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralCookedMeats.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralCookedMeats.hpp index 44df8e1de..f787309e9 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralCookedMeats.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralCookedMeats.hpp @@ -1,4 +1,4 @@ -class NeutralCookedMeats { +class Category_634 { class FoodbaconCooked { type = "trade_items"; buy[] = {4,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralDrinks.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralDrinks.hpp index 9c9286b7b..8fe7b0e39 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralDrinks.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralDrinks.hpp @@ -1,4 +1,4 @@ -class NeutralDrinks { +class Category_633 { class ItemSodaCoke { type = "trade_items"; buy[] = {2,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralExplosives.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralExplosives.hpp index 51ca8e02d..695171f65 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralExplosives.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralExplosives.hpp @@ -1,4 +1,4 @@ -class NeutralExplosives { +class Category_529 { class HandGrenade_west { type = "trade_items"; buy[] = {4,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralFuelTrucks.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralFuelTrucks.hpp index 064554c2b..078b8029b 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralFuelTrucks.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralFuelTrucks.hpp @@ -1,4 +1,4 @@ -class NeutralFuelTrucks { +class Category_655 { class KamazRefuel_DZ { type = "trade_any_vehicle"; buy[] = {7,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralHelicopterUnarmed.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralHelicopterUnarmed.hpp index 47618f9a0..83b9f5eb4 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralHelicopterUnarmed.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralHelicopterUnarmed.hpp @@ -1,4 +1,4 @@ -class NeutralHelicopterUnarmed { +class Category_519 { class Mi17_Civilian_DZ { type = "trade_any_vehicle"; buy[] = {4,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralLightMachineGun.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralLightMachineGun.hpp index e017e9df7..2607dca91 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralLightMachineGun.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralLightMachineGun.hpp @@ -1,4 +1,4 @@ -class NeutralLightMachineGun { +class Category_638 { class M249_EP1_DZ { type = "trade_weapons"; buy[] = {1,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralLightMachineGunAmmo.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralLightMachineGunAmmo.hpp index 20091f56f..e8a8c06ad 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralLightMachineGunAmmo.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralLightMachineGunAmmo.hpp @@ -1,4 +1,4 @@ -class NeutralLightMachineGunAmmo { +class Category_610 { class 100Rnd_762x51_M240 { type = "trade_items"; buy[] = {2,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralMedicalSupplies.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralMedicalSupplies.hpp index 29144f728..9a7b07844 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralMedicalSupplies.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralMedicalSupplies.hpp @@ -1,4 +1,4 @@ -class NeutralMedicalSupplies { +class Category_665 { class ItemAntibiotic { type = "trade_items"; buy[] = {1,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralMilitaryUnarmed.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralMilitaryUnarmed.hpp index 4df75de50..5e7f7295a 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralMilitaryUnarmed.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralMilitaryUnarmed.hpp @@ -1,4 +1,4 @@ -class NeutralMilitaryUnarmed { +class Category_658 { class HMMWV_M1035_DES_EP1 { type = "trade_any_vehicle"; buy[] = {4,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralPackagedFood.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralPackagedFood.hpp index 4d8434a7e..777c61004 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralPackagedFood.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralPackagedFood.hpp @@ -1,4 +1,4 @@ -class NeutralPackagedFood { +class Category_635 { class FoodCanBakedBeans { type = "trade_items"; buy[] = {2,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralPistolAmmo.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralPistolAmmo.hpp index 7c9743107..75f111762 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralPistolAmmo.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralPistolAmmo.hpp @@ -1,4 +1,4 @@ -class NeutralPistolAmmo { +class Category_611 { class 15Rnd_9x19_M9 { type = "trade_items"; buy[] = {1,"ItemSilverBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralPistols.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralPistols.hpp index 9615d0af3..ca08cfab6 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralPistols.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralPistols.hpp @@ -1,4 +1,4 @@ -class NeutralPistols { +class Category_674 { class M9SD { type = "trade_weapons"; buy[] = {2,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralShotgunsandSingleshot.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralShotgunsandSingleshot.hpp index 6c977ced3..d6ac5c432 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralShotgunsandSingleshot.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralShotgunsandSingleshot.hpp @@ -1,4 +1,4 @@ -class NeutralShotgunsandSingleshot { +class Category_641 { class Winchester1866 { type = "trade_weapons"; buy[] = {2,"ItemSilverBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralShotgunsandSingleshotAmmo.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralShotgunsandSingleshotAmmo.hpp index a6a69d93a..c50bb610e 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralShotgunsandSingleshotAmmo.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralShotgunsandSingleshotAmmo.hpp @@ -1,4 +1,4 @@ -class NeutralShotgunsandSingleshotAmmo { +class Category_613 { class 15Rnd_W1866_Slug { type = "trade_items"; buy[] = {2,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSmokeGrenades.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSmokeGrenades.hpp index 60685d18f..42d275682 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSmokeGrenades.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSmokeGrenades.hpp @@ -1,4 +1,4 @@ -class NeutralSmokeGrenades { +class Category_668 { class SmokeShell { type = "trade_items"; buy[] = {2,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSniperRifle.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSniperRifle.hpp index f36838dc4..6223bb2be 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSniperRifle.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSniperRifle.hpp @@ -1,4 +1,4 @@ -class NeutralSniperRifle { +class Category_640 { class SVD_CAMO { type = "trade_weapons"; buy[] = {1,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSniperRifleAmmo.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSniperRifleAmmo.hpp index b908d1b99..b054d572b 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSniperRifleAmmo.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSniperRifleAmmo.hpp @@ -1,4 +1,4 @@ -class NeutralSniperRifleAmmo { +class Category_614 { class 20Rnd_762x51_DMR { type = "trade_items"; buy[] = {2,"ItemSilverBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSubmachineGunAmmo.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSubmachineGunAmmo.hpp index 86e2d8455..2f1a0b378 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSubmachineGunAmmo.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSubmachineGunAmmo.hpp @@ -1,4 +1,4 @@ -class NeutralSubmachineGunAmmo { +class Category_612 { class 30rnd_9x19_MP5 { type = "trade_items"; buy[] = {2,"ItemSilverBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSubmachineGuns.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSubmachineGuns.hpp index 2502af6ef..96fd16380 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSubmachineGuns.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralSubmachineGuns.hpp @@ -1,4 +1,4 @@ -class NeutralSubmachineGuns { +class Category_642 { class bizon_silenced { type = "trade_weapons"; buy[] = {1,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralToolbeltItems.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralToolbeltItems.hpp index b73ff78a9..010e62863 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralToolbeltItems.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralToolbeltItems.hpp @@ -1,4 +1,4 @@ -class NeutralToolbeltItems { +class Category_663 { class ItemCompass { type = "trade_weapons"; buy[] = {6,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralTrucks.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralTrucks.hpp index c10de8536..06c22b02a 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralTrucks.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralTrucks.hpp @@ -1,4 +1,4 @@ -class NeutralTrucks { +class Category_659 { class hilux1_civil_3_open_EP1 { type = "trade_any_vehicle"; buy[] = {8,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralUsedCars.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralUsedCars.hpp index 9bbfd8885..cd9897a4f 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralUsedCars.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralUsedCars.hpp @@ -1,4 +1,4 @@ -class NeutralUsedCars { +class Category_660 { class Skoda { type = "trade_any_vehicle"; buy[] = {2,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralUtilityVehicles.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralUtilityVehicles.hpp index 522ba4775..af0183f78 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralUtilityVehicles.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralUtilityVehicles.hpp @@ -1,4 +1,4 @@ -class NeutralUtilityVehicles { +class Category_661 { class SUV_TK_CIV_EP1 { type = "trade_any_vehicle"; buy[] = {2,"ItemGoldBar10oz"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralVehicleParts.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralVehicleParts.hpp index 619743571..2624d074e 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralVehicleParts.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralVehicleParts.hpp @@ -1,4 +1,4 @@ -class NeutralVehicleParts { +class Category_664 { class ItemJerrycan { type = "trade_items"; buy[] = {4,"ItemSilverBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralWholesale.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralWholesale.hpp index 49138861c..fc455d9e6 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralWholesale.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralWholesale.hpp @@ -1,4 +1,4 @@ -class NeutralWholesale { +class Category_636 { class bulk_15Rnd_9x19_M9SD { type = "trade_items"; buy[] = {2,"ItemGoldBar"}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderBandit.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderBandit.hpp deleted file mode 100644 index 4a8dc6b3f..000000000 --- a/SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderBandit.hpp +++ /dev/null @@ -1,11 +0,0 @@ -class GUE_Soldier_MG { - humanity = "hostile"; - category[] = { - {"Ammunition","BanditAmmunition"} - {"Clothing","BanditClothing"} - {"Helicopter Armed","BanditHelicopterArmed"} - {"Military Armed","BanditMilitaryArmed"} - {"Trucks Armed","BanditTrucksArmed"} - {"Weapons","BanditWeapons"} - }; -}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderCategory.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderCategory.hpp deleted file mode 100644 index 58589278b..000000000 --- a/SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderCategory.hpp +++ /dev/null @@ -1,51 +0,0 @@ - -class CfgTraderCategory { - class ammunition_1 { - type = "trade_items"; - class 30Rnd_556x45_Stanag { - buy[] = {"ItemSilverBar",4}; - sell[] = {"ItemSilverBar",2}; - }; - class 5Rnd_86x70_L115A1 { - buy[] = {"ItemGoldBar",5}; - sell[] = {"ItemSilverBar",2}; - }; - //AND SO ON.... - }; - class clothes_1 { - type = "trade_items"; - class Skin_Sniper1_DZ { - buy[] = {"ItemGoldBar",2}; - sell[] = {"ItemGoldBar",1}; - }; - }; - class heliarmed_1 { - type = "trade_any_vehicle"; - class CH_47F_EP1_DZE { - buy[] = {"ItemBriefcase100oz",2}; - sell[] = {"ItemBriefcase100oz",1}; - }; - }; - class militaryarmed_1 { - type = "trade_any_vehicles"; - class HMMWV_M1035_DES_EP1 { - buy[] = {"ItemGoldBar10oz",8}; - sell[] = {"ItemGoldBar10oz",4}; - }; - }; - class truckarmed_1 { - type = "trade_any_vehicles"; - class Pickup_PK_GUE_DZE { - buy[] = {"ItemGoldBar10oz",1}; - sell[] = {"ItemGoldBar",5}; - }; - }; - class weapons_1 { - type = "trade_weapons"; - class M4SPR { - buy[] = {"ItemGoldBar10oz",1}; - sell[] = {"ItemGoldBar",6}; - }; - }; - -}; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderFriendly.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderFriendly.hpp deleted file mode 100644 index 790481831..000000000 --- a/SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderFriendly.hpp +++ /dev/null @@ -1,74 +0,0 @@ -class Profiteer4 { - humanity = "friendly"; - category[] = { - {"Bikes and ATV","FriendlyBikesandATV"} - {"Buses and Vans","FriendlyBusesandVans"} - {"Cargo Trucks","FriendlyCargoTrucks"} - {"Fuel Trucks","FriendlyFuelTrucks"} - {"Military Unarmed","FriendlyMilitaryUnarmed"} - {"Trucks","FriendlyTrucks"} - {"Used Cars","FriendlyUsedCars"} - {"Utility Vehicles","FriendlyUtilityVehicles"} - }; -}; -class RU_WorkWoman1 { - humanity = "friendly"; - category[] = { - {"Backpacks","FriendlyBackpacks"} - {"Clothes","FriendlyClothes"} - {"Cooked Meats","FriendlyCookedMeats"} - {"Drinks","FriendlyDrinks"} - {"Packaged Food","FriendlyPackagedFood"} - }; -}; -class UN_CDF_Soldier_Pilot_EP1 { - humanity = "friendly"; - category[] = { - {"Bikes and ATV","FriendlyBikesandATV"} - {"Buses and Vans","FriendlyBusesandVans"} - {"Cargo Trucks","FriendlyCargoTrucks"} - {"Fuel Trucks","FriendlyFuelTrucks"} - {"Military Unarmed","FriendlyMilitaryUnarmed"} - {"Trucks Unarmed","FriendlyTrucksUnarmed"} - {"Used Cars","FriendlyUsedCars"} - {"Utility Vehicles","FriendlyUtilityVehicles"} - }; -}; -class Rocker4 { - humanity = "friendly"; - category[] = { - {"Assault Rifle","FriendlyAssaultRifle"} - {"Light Machine Gun","FriendlyLightMachineGun"} - {"Pistols","FriendlyPistols"} - {"Shotguns and Single-shot","FriendlyShotgunsandSingleshot"} - {"Sniper Rifle","FriendlySniperRifle"} - {"Submachine Guns","FriendlySubmachineGuns"} - }; -}; -class RU_Citizen3 { - humanity = "friendly"; - category[] = { - {"Assault Rifle Ammo","FriendlyAssaultRifleAmmo"} - {"Light Machine Gun Ammo","FriendlyLightMachineGunAmmo"} - {"Pistol Ammo","FriendlyPistolAmmo"} - {"Shotguns and Single-shot Ammo","FriendlyShotgunsandSingleshotAmmo"} - {"Sniper Rifle Ammo","FriendlySniperRifleAmmo"} - {"Submachine Gun Ammo","FriendlySubmachineGunAmmo"} - }; -}; -class Woodlander1 { - humanity = "friendly"; - category[] = { - {"Building Supplies","FriendlyBuildingSupplies"} - {"Toolbelt Items","FriendlyToolbeltItems"} - {"Vehicle Parts","FriendlyVehicleParts"} - }; -}; -class Dr_Annie_Baker_EP1 { - humanity = "friendly"; - category[] = { - {"Chem-lites/Flares","FriendlyChemlitesFlares"} - {"Medical Supplies","FriendlyMedicalSupplies"} - {"Smoke Grenades","FriendlySmokeGrenades"} - }; -}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderHero.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderHero.hpp deleted file mode 100644 index 6372d869c..000000000 --- a/SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderHero.hpp +++ /dev/null @@ -1,11 +0,0 @@ -class RU_Functionary1 { - humanity = "hero"; - category[] = { - {"Ammunition","HeroAmmunition"} - {"Clothes","HeroClothes"} - {"Helicopter Armed","HeroHelicopterArmed"} - {"Military Armed","HeroMilitaryArmed"} - {"Trucks Armed","HeroTrucksArmed"} - {"Weapons","HeroWeapons"} - }; -}; diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderNeutral.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderNeutral.hpp deleted file mode 100644 index 98661dadc..000000000 --- a/SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderNeutral.hpp +++ /dev/null @@ -1,171 +0,0 @@ -class Doctor { - humanity = "neutral"; - category[] = { - {"Chem-lites/Flares","NeutralChemlitesFlares"} - {"Medical Supplies","NeutralMedicalSupplies"} - {"Smoke Grenades","NeutralSmokeGrenades"} - }; -}; -class HouseWife1 { - humanity = "neutral"; - category[] = { - {"Boats Armed","NeutralBoatsArmed"} - {"Boats Unarmed","NeutralBoatsUnarmed"} - }; -}; -class TK_GUE_Soldier_5_EP1 { - humanity = "neutral"; - category[] = { - {"Building Supplies","NeutralBuildingSupplies"} - {"Toolbelt Items","NeutralToolbeltItems"} - {"Vehicle Parts","NeutralVehicleParts"} - }; -}; -class RU_Citizen4 { - humanity = "neutral"; - category[] = { - {"Wholesale","NeutralWholesale"} - }; -}; -class Worker3 { - humanity = "neutral"; - category[] = { - {"Bikes and ATV","NeutralBikesandATV"} - {"Buses and Vans","NeutralBusesandVans"} - {"Cargo Trucks","NeutralCargoTrucks"} - {"Fuel Trucks","NeutralFuelTrucks"} - {"Military Unarmed","NeutralMilitaryUnarmed"} - {"Trucks","NeutralTrucks"} - {"Used Cars","NeutralUsedCars"} - {"Utility Vehicles","NeutralUtilityVehicles"} - }; -}; -class Dr_Hladik_EP1 { - humanity = "neutral"; - category[] = { - {"Chem-lites/Flares","NeutralChemlitesFlares"} - {"Medical Supplies","NeutralMedicalSupplies"} - {"Smoke Grenades","NeutralSmokeGrenades"} - }; -}; -class RU_Villager3 { - humanity = "neutral"; - category[] = { - {"Boats Armed","NeutralBoatsArmed"} - {"Boats Unarmed","NeutralBoatsUnarmed"} - }; -}; -class Worker2 { - humanity = "neutral"; - category[] = { - {"Airplanes","NeutralAirplanes"} - {"Helicopter Unarmed","NeutralHelicopterUnarmed"} - }; -}; -class GUE_Woodlander2 { - humanity = "neutral"; - category[] = { - {"Black Market Ammo","NeutralBlackMarketAmmo"} - {"Black Market Weapons","NeutralBlackMarketWeapons"} - {"Explosives","NeutralExplosives"} - }; -}; -class Rita_Ensler_EP1 { - humanity = "neutral"; - category[] = { - {"Backpacks","NeutralBackpacks"} - {"Clothes","NeutralClothes"} - {"Cooked Meats","NeutralCookedMeats"} - {"Drinks","NeutralDrinks"} - {"Packaged Food","NeutralPackagedFood"} - }; -}; -class Woodlander3 { - humanity = "neutral"; - category[] = { - {"Building Supplies","NeutralBuildingSupplies"} - {"Toolbelt Items","NeutralToolbeltItems"} - {"Vehicle Parts","NeutralVehicleParts"} - }; -}; -class RU_Citizen1 { - humanity = "neutral"; - category[] = { - {"Wholesale","NeutralWholesale"} - }; -}; -class Pilot_EP1 { - humanity = "neutral"; - category[] = { - {"Assault Rifle Ammo","NeutralAssaultRifleAmmo"} - {"Light Machine Gun Ammo","NeutralLightMachineGunAmmo"} - {"Pistol Ammo","NeutralPistolAmmo"} - {"Shotguns and Single-shot Ammo","NeutralShotgunsandSingleshotAmmo"} - {"Sniper Rifle Ammo","NeutralSniperRifleAmmo"} - {"Submachine Gun Ammo","NeutralSubmachineGunAmmo"} - }; -}; -class RU_Profiteer4 { - humanity = "neutral"; - category[] = { - {"Bikes and ATV","NeutralBikesandATV"} - {"Buses and Vans","NeutralBusesandVans"} - {"Cargo Trucks","NeutralCargoTrucks"} - {"Fuel Trucks","NeutralFuelTrucks"} - {"Military Unarmed","NeutralMilitaryUnarmed"} - {"Trucks","NeutralTrucks"} - {"Used Cars","NeutralUsedCars"} - {"Utility Vehicles","NeutralUtilityVehicles"} - }; -}; -class Soldier_GL_M16A2_PMC { - humanity = "neutral"; - category[] = { - {"Black Market Ammo","NeutralBlackMarketAmmo"} - {"Black Market Weapons","NeutralBlackMarketWeapons"} - {"Explosives","NeutralExplosives"} - }; -}; -class CIV_EuroMan01_EP1 { - humanity = "neutral"; - category[] = { - {"Assault Rifle","NeutralAssaultRifle"} - {"Light Machine Gun","NeutralLightMachineGun"} - {"Pistols","NeutralPistols"} - {"Shotguns and Single-shot","NeutralShotgunsandSingleshot"} - {"Sniper Rifle","NeutralSniperRifle"} - {"Submachine Guns","NeutralSubmachineGuns"} - }; -}; -class RU_WorkWoman5 { - humanity = "neutral"; - category[] = { - {"Backpacks","NeutralBackpacks"} - {"Clothes","NeutralClothes"} - {"Cooked Meats","NeutralCookedMeats"} - {"Drinks","NeutralDrinks"} - {"Packaged Food","NeutralPackagedFood"} - }; -}; -class TK_CIV_Takistani04_EP1 { - humanity = "neutral"; - category[] = { - {"Assault Rifle","NeutralAssaultRifle"} - {"Light Machine Gun","NeutralLightMachineGun"} - {"Pistols","NeutralPistols"} - {"Shotguns and Single-shot","NeutralShotgunsandSingleshot"} - {"Sniper Rifle","NeutralSniperRifle"} - {"Submachine Guns","NeutralSubmachineGuns"} - }; -}; -class CIV_EuroMan02_EP1 { - humanity = "neutral"; - category[] = { - {"Assault Rifle Ammo","NeutralAssaultRifleAmmo"} - {"Light Machine Gun Ammo","NeutralLightMachineGunAmmo"} - {"Pistol Ammo","NeutralPistolAmmo"} - {"Shotguns and Single-shot Ammo","NeutralShotgunsandSingleshotAmmo"} - {"Sniper Rifle Ammo","NeutralSniperRifleAmmo"} - {"Submachine Gun Ammo","NeutralSubmachineGunAmmo"} - }; -};