mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
created configs
This commit is contained in:
11
SQF/dayz_code/Configs/CfgServerTrader/TraderBandit.hpp
Normal file
11
SQF/dayz_code/Configs/CfgServerTrader/TraderBandit.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
class GUE_Soldier_MG {
|
||||
humanity = "hostile";
|
||||
category[] = {
|
||||
{"Ammunition","Ammunition"}
|
||||
{"Clothing","Clothing"}
|
||||
{"Helicopter Armed","HelicopterArmed"}
|
||||
{"Military Armed","MilitaryArmed"}
|
||||
{"Trucks Armed","TrucksArmed"}
|
||||
{"Weapons","Weapons"}
|
||||
};
|
||||
};
|
||||
74
SQF/dayz_code/Configs/CfgServerTrader/TraderFriendly.hpp
Normal file
74
SQF/dayz_code/Configs/CfgServerTrader/TraderFriendly.hpp
Normal file
@@ -0,0 +1,74 @@
|
||||
class Profiteer4 {
|
||||
humanity = "friendly";
|
||||
category[] = {
|
||||
{"Bikes and ATV","BikesandATV"}
|
||||
{"Buses and Vans","BusesandVans"}
|
||||
{"Cargo Trucks","CargoTrucks"}
|
||||
{"Fuel Trucks","FuelTrucks"}
|
||||
{"Military Unarmed","MilitaryUnarmed"}
|
||||
{"Trucks","Trucks"}
|
||||
{"Used Cars","UsedCars"}
|
||||
{"Utility Vehicles","UtilityVehicles"}
|
||||
};
|
||||
};
|
||||
class RU_WorkWoman1 {
|
||||
humanity = "friendly";
|
||||
category[] = {
|
||||
{"Backpacks","Backpacks"}
|
||||
{"Clothes","Clothes"}
|
||||
{"Cooked Meats","CookedMeats"}
|
||||
{"Drinks","Drinks"}
|
||||
{"Packaged Food","PackagedFood"}
|
||||
};
|
||||
};
|
||||
class UN_CDF_Soldier_Pilot_EP1 {
|
||||
humanity = "friendly";
|
||||
category[] = {
|
||||
{"Bikes and ATV","BikesandATV"}
|
||||
{"Buses and Vans","BusesandVans"}
|
||||
{"Cargo Trucks","CargoTrucks"}
|
||||
{"Fuel Trucks","FuelTrucks"}
|
||||
{"Military Unarmed","MilitaryUnarmed"}
|
||||
{"Trucks Unarmed","TrucksUnarmed"}
|
||||
{"Used Cars","UsedCars"}
|
||||
{"Utility Vehicles","UtilityVehicles"}
|
||||
};
|
||||
};
|
||||
class Rocker4 {
|
||||
humanity = "friendly";
|
||||
category[] = {
|
||||
{"Assault Rifle","AssaultRifle"}
|
||||
{"Light Machine Gun","LightMachineGun"}
|
||||
{"Pistols","Pistols"}
|
||||
{"Shotguns and Single-shot","ShotgunsandSingleshot"}
|
||||
{"Sniper Rifle","SniperRifle"}
|
||||
{"Submachine Guns","SubmachineGuns"}
|
||||
};
|
||||
};
|
||||
class RU_Citizen3 {
|
||||
humanity = "friendly";
|
||||
category[] = {
|
||||
{"Assault Rifle Ammo","AssaultRifleAmmo"}
|
||||
{"Light Machine Gun Ammo","LightMachineGunAmmo"}
|
||||
{"Pistol Ammo","PistolAmmo"}
|
||||
{"Shotguns and Single-shot Ammo","ShotgunsandSingleshotAmmo"}
|
||||
{"Sniper Rifle Ammo","SniperRifleAmmo"}
|
||||
{"Submachine Gun Ammo","SubmachineGunAmmo"}
|
||||
};
|
||||
};
|
||||
class Woodlander1 {
|
||||
humanity = "friendly";
|
||||
category[] = {
|
||||
{"Building Supplies","BuildingSupplies"}
|
||||
{"Toolbelt Items","ToolbeltItems"}
|
||||
{"Vehicle Parts","VehicleParts"}
|
||||
};
|
||||
};
|
||||
class Dr_Annie_Baker_EP1 {
|
||||
humanity = "friendly";
|
||||
category[] = {
|
||||
{"Chem-lites/Flares","ChemlitesFlares"}
|
||||
{"Medical Supplies","MedicalSupplies"}
|
||||
{"Smoke Grenades","SmokeGrenades"}
|
||||
};
|
||||
};
|
||||
11
SQF/dayz_code/Configs/CfgServerTrader/TraderHero.hpp
Normal file
11
SQF/dayz_code/Configs/CfgServerTrader/TraderHero.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
class RU_Functionary1 {
|
||||
humanity = "hero";
|
||||
category[] = {
|
||||
{"Ammunition","Ammunition"}
|
||||
{"Clothes","Clothes"}
|
||||
{"Helicopter Armed","HelicopterArmed"}
|
||||
{"Military Armed","MilitaryArmed"}
|
||||
{"Trucks Armed","TrucksArmed"}
|
||||
{"Weapons","Weapons"}
|
||||
};
|
||||
};
|
||||
171
SQF/dayz_code/Configs/CfgServerTrader/TraderNeutral.hpp
Normal file
171
SQF/dayz_code/Configs/CfgServerTrader/TraderNeutral.hpp
Normal file
@@ -0,0 +1,171 @@
|
||||
class Doctor {
|
||||
humanity = "neutral";
|
||||
category[] = {
|
||||
{"Chem-lites/Flares","ChemlitesFlares"}
|
||||
{"Medical Supplies","MedicalSupplies"}
|
||||
{"Smoke Grenades","SmokeGrenades"}
|
||||
};
|
||||
};
|
||||
class HouseWife1 {
|
||||
humanity = "neutral";
|
||||
category[] = {
|
||||
{"Boats Armed","BoatsArmed"}
|
||||
{"Boats Unarmed","BoatsUnarmed"}
|
||||
};
|
||||
};
|
||||
class TK_GUE_Soldier_5_EP1 {
|
||||
humanity = "neutral";
|
||||
category[] = {
|
||||
{"Building Supplies","BuildingSupplies"}
|
||||
{"Toolbelt Items","ToolbeltItems"}
|
||||
{"Vehicle Parts","VehicleParts"}
|
||||
};
|
||||
};
|
||||
class RU_Citizen4 {
|
||||
humanity = "neutral";
|
||||
category[] = {
|
||||
{"Wholesale","Wholesale"}
|
||||
};
|
||||
};
|
||||
class Worker3 {
|
||||
humanity = "neutral";
|
||||
category[] = {
|
||||
{"Bikes and ATV","BikesandATV"}
|
||||
{"Buses and Vans","BusesandVans"}
|
||||
{"Cargo Trucks","CargoTrucks"}
|
||||
{"Fuel Trucks","FuelTrucks"}
|
||||
{"Military Unarmed","MilitaryUnarmed"}
|
||||
{"Trucks","Trucks"}
|
||||
{"Used Cars","UsedCars"}
|
||||
{"Utility Vehicles","UtilityVehicles"}
|
||||
};
|
||||
};
|
||||
class Dr_Hladik_EP1 {
|
||||
humanity = "neutral";
|
||||
category[] = {
|
||||
{"Chem-lites/Flares","ChemlitesFlares"}
|
||||
{"Medical Supplies","MedicalSupplies"}
|
||||
{"Smoke Grenades","SmokeGrenades"}
|
||||
};
|
||||
};
|
||||
class RU_Villager3 {
|
||||
humanity = "neutral";
|
||||
category[] = {
|
||||
{"Boats Armed","BoatsArmed"}
|
||||
{"Boats Unarmed","BoatsUnarmed"}
|
||||
};
|
||||
};
|
||||
class Worker2 {
|
||||
humanity = "neutral";
|
||||
category[] = {
|
||||
{"Airplanes","Airplanes"}
|
||||
{"Helicopter Unarmed","HelicopterUnarmed"}
|
||||
};
|
||||
};
|
||||
class GUE_Woodlander2 {
|
||||
humanity = "neutral";
|
||||
category[] = {
|
||||
{"Black Market Ammo","BlackMarketAmmo"}
|
||||
{"Black Market Weapons","BlackMarketWeapons"}
|
||||
{"Explosives","Explosives"}
|
||||
};
|
||||
};
|
||||
class Rita_Ensler_EP1 {
|
||||
humanity = "neutral";
|
||||
category[] = {
|
||||
{"Backpacks","Backpacks"}
|
||||
{"Clothes","Clothes"}
|
||||
{"Cooked Meats","CookedMeats"}
|
||||
{"Drinks","Drinks"}
|
||||
{"Packaged Food","PackagedFood"}
|
||||
};
|
||||
};
|
||||
class Woodlander3 {
|
||||
humanity = "neutral";
|
||||
category[] = {
|
||||
{"Building Supplies","BuildingSupplies"}
|
||||
{"Toolbelt Items","ToolbeltItems"}
|
||||
{"Vehicle Parts","VehicleParts"}
|
||||
};
|
||||
};
|
||||
class RU_Citizen1 {
|
||||
humanity = "neutral";
|
||||
category[] = {
|
||||
{"Wholesale","Wholesale"}
|
||||
};
|
||||
};
|
||||
class Pilot_EP1 {
|
||||
humanity = "neutral";
|
||||
category[] = {
|
||||
{"Assault Rifle Ammo","AssaultRifleAmmo"}
|
||||
{"Light Machine Gun Ammo","LightMachineGunAmmo"}
|
||||
{"Pistol Ammo","PistolAmmo"}
|
||||
{"Shotguns and Single-shot Ammo","ShotgunsandSingleshotAmmo"}
|
||||
{"Sniper Rifle Ammo","SniperRifleAmmo"}
|
||||
{"Submachine Gun Ammo","SubmachineGunAmmo"}
|
||||
};
|
||||
};
|
||||
class RU_Profiteer4 {
|
||||
humanity = "neutral";
|
||||
category[] = {
|
||||
{"Bikes and ATV","BikesandATV"}
|
||||
{"Buses and Vans","BusesandVans"}
|
||||
{"Cargo Trucks","CargoTrucks"}
|
||||
{"Fuel Trucks","FuelTrucks"}
|
||||
{"Military Unarmed","MilitaryUnarmed"}
|
||||
{"Trucks","Trucks"}
|
||||
{"Used Cars","UsedCars"}
|
||||
{"Utility Vehicles","UtilityVehicles"}
|
||||
};
|
||||
};
|
||||
class Soldier_GL_M16A2_PMC {
|
||||
humanity = "neutral";
|
||||
category[] = {
|
||||
{"Black Market Ammo","BlackMarketAmmo"}
|
||||
{"Black Market Weapons","BlackMarketWeapons"}
|
||||
{"Explosives","Explosives"}
|
||||
};
|
||||
};
|
||||
class CIV_EuroMan01_EP1 {
|
||||
humanity = "neutral";
|
||||
category[] = {
|
||||
{"Assault Rifle","AssaultRifle"}
|
||||
{"Light Machine Gun","LightMachineGun"}
|
||||
{"Pistols","Pistols"}
|
||||
{"Shotguns and Single-shot","ShotgunsandSingleshot"}
|
||||
{"Sniper Rifle","SniperRifle"}
|
||||
{"Submachine Guns","SubmachineGuns"}
|
||||
};
|
||||
};
|
||||
class RU_WorkWoman5 {
|
||||
humanity = "neutral";
|
||||
category[] = {
|
||||
{"Backpacks","Backpacks"}
|
||||
{"Clothes","Clothes"}
|
||||
{"Cooked Meats","CookedMeats"}
|
||||
{"Drinks","Drinks"}
|
||||
{"Packaged Food","PackagedFood"}
|
||||
};
|
||||
};
|
||||
class TK_CIV_Takistani04_EP1 {
|
||||
humanity = "neutral";
|
||||
category[] = {
|
||||
{"Assault Rifle","AssaultRifle"}
|
||||
{"Light Machine Gun","LightMachineGun"}
|
||||
{"Pistols","Pistols"}
|
||||
{"Shotguns and Single-shot","ShotgunsandSingleshot"}
|
||||
{"Sniper Rifle","SniperRifle"}
|
||||
{"Submachine Guns","SubmachineGuns"}
|
||||
};
|
||||
};
|
||||
class CIV_EuroMan02_EP1 {
|
||||
humanity = "neutral";
|
||||
category[] = {
|
||||
{"Assault Rifle Ammo","AssaultRifleAmmo"}
|
||||
{"Light Machine Gun Ammo","LightMachineGunAmmo"}
|
||||
{"Pistol Ammo","PistolAmmo"}
|
||||
{"Shotguns and Single-shot Ammo","ShotgunsandSingleshotAmmo"}
|
||||
{"Sniper Rifle Ammo","SniperRifleAmmo"}
|
||||
{"Submachine Gun Ammo","SubmachineGunAmmo"}
|
||||
};
|
||||
};
|
||||
8
SQF/dayz_code/Configs/cfgServerTrader.hpp
Normal file
8
SQF/dayz_code/Configs/cfgServerTrader.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "CfgServerTrader\TraderCategory.hpp"
|
||||
|
||||
class CfgServerTrader {
|
||||
#include "CfgServerTrader\TraderHero.hpp"
|
||||
#include "CfgServerTrader\TraderFriendly.hpp"
|
||||
#include "CfgServerTrader\TraderNeutral.hpp"
|
||||
#include "CfgServerTrader\TraderBandit.hpp"
|
||||
};
|
||||
Reference in New Issue
Block a user