mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
Organize files a bit and removed non source pbo's
This commit is contained in:
116
Server Files/MPMissions/DayZ_Epoch_1.Takistan/server_traders.sqf
Normal file
116
Server Files/MPMissions/DayZ_Epoch_1.Takistan/server_traders.sqf
Normal file
@@ -0,0 +1,116 @@
|
||||
// DayZ Epoch TRADERS for 1
|
||||
serverTraders = ["Functionary1","RU_Profiteer3","Profiteer1","RU_Sportswoman5","TK_CIV_Takistani05_EP1","Dr_Annie_Baker_EP1","Woodlander2","TK_CIV_Takistani03_EP1","TK_CIV_Takistani06_EP1","TK_CIV_Takistani04_EP1","TK_CIV_Woman03_EP1","TK_CIV_Woman02_EP1","RU_Profiteer2","TK_CIV_Takistani02_EP1","RU_Damsel4","RU_Woodlander3","RU_Citizen4","RU_Pilot","TK_GUE_Soldier_Sniper_EP1"];
|
||||
// Hero Traders
|
||||
menu_Functionary1 = [
|
||||
[["Clothes",130],["Weapons",131],["Vehicles",132],["Ammunition",458]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// High End Weapons - Khush
|
||||
menu_RU_Profiteer3 = [
|
||||
[["Assault Rifle",133],["Machine Gun",134],["Sniper Rifle",135],["Explosives",136],["Sub Machine Guns",380],["Pistols",384]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// High End Ammo - Khush
|
||||
menu_Profiteer1 = [
|
||||
[["Assault Rifle Ammo",137],["Machine Gun Ammo",138],["Sniper Rifle Ammo",139],["SMG Ammo",381],["Pistol Ammo",385]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Can Trader - Khush
|
||||
menu_RU_Sportswoman5 = [
|
||||
[["Food and Drinks",140],["Backpacks",141],["Toolbelt Items",142],["Clothes",143]],
|
||||
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Wiskey Bottle","Copper Bar",101]],
|
||||
"friendly"
|
||||
];
|
||||
// Parts Trader - Khush
|
||||
menu_TK_CIV_Takistani05_EP1 = [
|
||||
[["Vehicle Parts",144],["Building Supplies",145]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Doctor - Khush
|
||||
menu_Dr_Annie_Baker_EP1 = [
|
||||
[["Medical Supplies",146],["Chem-lites/Flares",147],["Smoke Grenades",148]],
|
||||
[["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
|
||||
"friendly"
|
||||
];
|
||||
// Auto Trader - Khush
|
||||
menu_Woodlander2 = [
|
||||
[["Trucks Armed",149],["UAZ",150],["Helicopter Armed",151],["Military Armed",152],["Fuel Trucks",153],["Heavy Armor Unarmed",154]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Car Parts - Nur
|
||||
menu_TK_CIV_Takistani03_EP1 = [
|
||||
[["Vehicle Parts",155],["Building Supplies",156]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Weapons Trader - Nur
|
||||
menu_TK_CIV_Takistani06_EP1 = [
|
||||
[["Sidearm",157],["Rifles",158],["Shotguns and Crossbows",159],["Sniper Rifles",382]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Ammo Trader - Nur
|
||||
menu_TK_CIV_Takistani04_EP1 = [
|
||||
[["Sidearm Ammo",160],["Rifle Ammo",161],["Shotgun and Crossbow Ammo",162],["Sniper Ammo",383]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Can Trader - Nur
|
||||
menu_TK_CIV_Woman03_EP1 = [
|
||||
[["Food and Drinks",163],["Backpacks",164],["Toolbelt Items",165],["Clothes",166]],
|
||||
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Wiskey Bottle","Copper Bar",101]],
|
||||
"friendly"
|
||||
];
|
||||
// Doctor - Nur
|
||||
menu_TK_CIV_Woman02_EP1 = [
|
||||
[["Medical Supplies",167],["Chem-lites/Flares",168],["Smoke Grenades",169]],
|
||||
[["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
|
||||
"friendly"
|
||||
];
|
||||
// Auto Trader - Garm
|
||||
menu_RU_Profiteer2 = [
|
||||
[["Cars",170],["Trucks Unarmed",171],["SUV",172],["Buses and Vans",173],["Bikes and ATV",174],["Helicopter Unarmed",175],["Military Unarmed",176]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Car Parts - Garm
|
||||
menu_TK_CIV_Takistani02_EP1 = [
|
||||
[["Vehicle Parts",177],["Building Supplies",178]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Can Trader - Garm
|
||||
menu_RU_Damsel4 = [
|
||||
[["Food and Drinks",179],["Backpacks",180],["Toolbelt Items",181],["Clothes",182]],
|
||||
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Wiskey Bottle","Copper Bar",101]],
|
||||
"friendly"
|
||||
];
|
||||
// Wholesaler - South
|
||||
menu_RU_Woodlander3 = [
|
||||
[["Wholesale",183]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Wholesaler - North
|
||||
menu_RU_Citizen4 = [
|
||||
[["Wholesale",184]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Airplane Dealer
|
||||
menu_RU_Pilot = [
|
||||
[["Airplanes",185]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Apu Nahasapeemapetilon Black Market
|
||||
menu_TK_GUE_Soldier_Sniper_EP1 = [
|
||||
[["Black Market Weapons",459],["Black Market Ammo",460]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
Reference in New Issue
Block a user