mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
This reduces the mission size for servers using default traders. Admins can easily copy paste over the include to customize.
104 lines
3.5 KiB
Plaintext
104 lines
3.5 KiB
Plaintext
// DayZ Epoch TRADERS for 15
|
|
serverTraders = ["GUE_Villager4","RU_Farmwife4","RU_Farmwife3","Dr_Hladik_EP1","CIV_Contractor2_BAF","Soldier_Sniper_PMC","GUE_Soldier_Pilot","GUE_Soldier_2","GUE_Soldier_1","GUE_Soldier_CO","GUE_Woodlander2","GUE_Soldier_Crew","Woodlander2","UN_CDF_Soldier_MG_EP1","UN_CDF_Soldier_EP1","Tanny_PMC","UN_CDF_Soldier_Pilot_EP1"];
|
|
// Bastions Parts Supplies
|
|
menu_GUE_Villager4 = [
|
|
[["Building Supplies",530],["Tools",532],["Vehicle Parts",531]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Alda's General Supplies
|
|
menu_RU_Farmwife4 = [
|
|
[["Backpacks",538],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629]],
|
|
[["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]],
|
|
"friendly"
|
|
];
|
|
// Carole's General Supplies
|
|
menu_RU_Farmwife3 = [
|
|
[["Backpacks",632],["Clothes",631],["Cooked Meats",634],["Drinks",633],["Packaged Food",635]],
|
|
[["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]],
|
|
"neutral"
|
|
];
|
|
// Dr. Zoidberg
|
|
menu_Dr_Hladik_EP1 = [
|
|
[["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]],
|
|
[["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
|
|
"friendly"
|
|
];
|
|
// High End Ammo
|
|
menu_CIV_Contractor2_BAF = [
|
|
[["Assault Rifle Ammo",621],["Light Machine Gun Ammo",622],["Pistol Ammo",625],["Shotguns and Single-shot Ammo",623],["Sniper Rifle Ammo",624],["Submachine Gun Ammo",626]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// High End Weapons
|
|
menu_Soldier_Sniper_PMC = [
|
|
[["Attachments",693],["Assault Rifle",615],["Light Machine Gun",616],["Pistols",617],["Shotguns and Single-shot",620],["Sniper Rifle",619],["Submachine Guns",618]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Rutahn's Vehicles.
|
|
menu_GUE_Soldier_Pilot = [
|
|
[["Bikes and ATV",536],["Buses and Vans",592],["Cargo Trucks",570],["Fuel Trucks",595],["Military Unarmed",599],["Trucks Unarmed",535],["Used Cars",600],["Utility Vehicles",568]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Rhven's Weapons
|
|
menu_GUE_Soldier_2 = [
|
|
[["Attachments",693],["Assault Rifle",602],["Light Machine Gun",603],["Pistols",606],["Shotguns and Single-shot",607],["Sniper Rifle",605],["Submachine Guns",604]],
|
|
[],
|
|
"neutral"
|
|
];
|
|
// Merkaba's Ammo
|
|
menu_GUE_Soldier_1 = [
|
|
[["Assault Rifle Ammo",609],["Light Machine Gun Ammo",610],["Pistol Ammo",611],["Shotguns and Single-shot Ammo",613],["Sniper Rifle Ammo",614],["Submachine Gun Ammo",612]],
|
|
[],
|
|
"neutral"
|
|
];
|
|
// Bandit Trader
|
|
menu_GUE_Soldier_CO = [
|
|
[["Attachments",693],["Ammunition",577],["Clothing",575],["Helicopter Armed",512],["Military Armed",569],["Trucks Armed",534],["Weapons",627]],
|
|
[],
|
|
"hostile"
|
|
];
|
|
// Popeye's Boats
|
|
menu_GUE_Woodlander2 = [
|
|
[["Boats Armed",673],["Boats Unarmed",672]],
|
|
[],
|
|
"neutral"
|
|
];
|
|
// Aaron's Vehicles
|
|
menu_GUE_Soldier_Crew = [
|
|
[["Bikes and ATV",650],["Buses and Vans",651],["Cargo Trucks",653],["Fuel Trucks",655],["Military Unarmed",658],["Trucks",659],["Used Cars",660],["Utility Vehicles",661]],
|
|
[],
|
|
"neutral"
|
|
];
|
|
// Staven's Repair Shop
|
|
menu_Woodlander2 = [
|
|
[["Building Supplies",508],["Tools",510],["Vehicle Parts",509]],
|
|
[],
|
|
"neutral"
|
|
];
|
|
// Larz's Wholesale
|
|
menu_UN_CDF_Soldier_MG_EP1 = [
|
|
[["Wholesale",636]],
|
|
[],
|
|
"neutral"
|
|
];
|
|
// Dateu's Wholesale
|
|
menu_UN_CDF_Soldier_EP1 = [
|
|
[["Wholesale",555]],
|
|
[],
|
|
"neutral"
|
|
];
|
|
// Tanner's Hero Supplies
|
|
menu_Tanny_PMC = [
|
|
[["Attachments",693],["Ammunition",478],["Clothes",476],["Helicopter Armed",493],["Military Armed",562],["Trucks Armed",479],["Weapons",477]],
|
|
[],
|
|
"hero"
|
|
];
|
|
// Awols air Vehicles
|
|
menu_UN_CDF_Soldier_Pilot_EP1 = [
|
|
[["Airplanes",517],["Helicopter Unarmed",519]],
|
|
[],
|
|
"friendly"
|
|
]; |