mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Chernaurs 1.1
This commit is contained in:
@@ -1,128 +1,176 @@
|
||||
// DayZ Epoch TRADERS for 11
|
||||
serverTraders = ["CIV_EuroMan01_EP1","Rocker4","Woodlander3","Woodlander1","RU_WorkWoman1","RU_WorkWoman5","Rita_Ensler_EP1","CIV_EuroMan02_EP1","RU_Citizen3","Pilot_EP1","Worker3","Profiteer4","Dr_Hladik_EP1","Doctor","RU_Functionary1","RU_Villager3","TK_CIV_Takistani04_EP1","RU_Citizen4","RU_Citizen1","Worker2","GUE_Soldier_MG"];
|
||||
// Weapons Trader - Bash
|
||||
menu_CIV_EuroMan01_EP1 = [
|
||||
[["Sidearm",1],["Rifles",2],["Shotguns and Crossbows",3],["Sniper Rifles",370]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Weapons Trader - Klen
|
||||
menu_Rocker4 = [
|
||||
[["Sidearm",4],["Rifles",5],["Shotguns and Crossbows",6],["Sniper Rifles",375],["Sub Machine Guns",376]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Parts Trader - Bash
|
||||
menu_Woodlander3 = [
|
||||
[["Vehicle Parts",7],["Building Supplies",8]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Parts Trader - Klen
|
||||
menu_Woodlander1 = [
|
||||
[["Vehicle Parts",11],["Building Supplies",12]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Can Trader - Klen
|
||||
menu_RU_WorkWoman1 = [
|
||||
[["Food and Drinks",13],["Backpacks",14],["Toolbelt Items",15],["Clothes",16]],
|
||||
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Wiskey Bottle","Copper Bar",101]],
|
||||
"friendly"
|
||||
];
|
||||
// Can Trader - Bash
|
||||
menu_RU_WorkWoman5 = [
|
||||
[["Food and Drinks",17],["Backpacks",18],["Toolbelt Items",19],["Clothes",20]],
|
||||
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Wiskey Bottle","Copper Bar",101]],
|
||||
"friendly"
|
||||
];
|
||||
// Can Trader - Stary
|
||||
menu_Rita_Ensler_EP1 = [
|
||||
[["Food and Drinks",21],["Backpacks",22],["Toolbelt Items",23],["Clothes",24]],
|
||||
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Wiskey Bottle","Copper Bar",101]],
|
||||
"neutral"
|
||||
];
|
||||
// Ammo Trader - Bash
|
||||
menu_CIV_EuroMan02_EP1 = [
|
||||
[["Sidearm Ammo",25],["Rifle Ammo",26],["Shotgun and Crossbow Ammo",27],["Sniper Ammo",369]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Ammo Trader - Klen
|
||||
menu_RU_Citizen3 = [
|
||||
[["Sidearm Ammo",28],["Rifle Ammo",29],["Shotgun and Crossbow Ammo",30],["Sniper Ammo",372],["SMG Ammo",377]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Ammo Trader - Stary
|
||||
menu_Pilot_EP1 = [
|
||||
[["Assault Rifle Ammo",31],["Machine Gun Ammo",32],["Sniper Rifle Ammo",33],["Pistol Ammo",374],["SMG Ammo",378]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Auto Trader - Bash
|
||||
menu_Worker3 = [
|
||||
[["Cars",34],["Trucks Unarmed",35],["SUV",36],["Buses and Vans",37],["Bikes and ATV",38],["Helicopter Unarmed",39],["Military Unarmed",40],["URAL's",461]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Auto Trader - Klen
|
||||
menu_Profiteer4 = [
|
||||
[["Trucks Armed",41],["UAZ",42],["Helicopter Armed",43],["Military Armed",44],["Fuel Trucks",45],["Heavy Armor Unarmed",46]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Doctor - Bash
|
||||
menu_Dr_Hladik_EP1 = [
|
||||
[["Medical Supplies",47],["Chem-lites/Flares",48],["Smoke Grenades",49]],
|
||||
[["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
|
||||
"friendly"
|
||||
];
|
||||
// Doctor - Klen
|
||||
menu_Doctor = [
|
||||
[["Medical Supplies",50],["Chem-lites/Flares",51],["Smoke Grenades",52]],
|
||||
[["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
|
||||
"friendly"
|
||||
];
|
||||
// Hero Traders
|
||||
serverTraders = ["RU_Functionary1","RU_Citizen3","Rocker4","Profiteer4","Rita_Ensler_EP1","CIV_EuroMan01_EP1","CIV_EuroMan02_EP1","TK_GUE_Soldier_5_EP1","GUE_Soldier_MG","Worker2","Worker3","Soldier_GL_M16A2_PMC","Woodlander1","UN_CDF_Soldier_Pilot_EP1","RU_WorkWoman1","Dr_Annie_Baker_EP1","Soldier_MG_PKM_PMC","Soldier_MG_PMC","GUE_Soldier_CO","RU_WorkWoman5","RU_Citizen1","RU_Villager3","TK_CIV_Takistani04_EP1","Pilot_EP1","RU_Profiteer4","Woodlander3","Dr_Hladik_EP1","Doctor","HouseWife1"];
|
||||
// Hero Vendor
|
||||
menu_RU_Functionary1 = [
|
||||
[["Clothes",53],["Weapons",186],["Vehicles",187],["Ammunition",457]],
|
||||
[["Ammunition",478],["Clothes",476],["Helicopter Armed",493],["Military Armed",562],["Trucks Armed",479],["Weapons",477]],
|
||||
[],
|
||||
"hero"
|
||||
];
|
||||
// Ammunition Friendly
|
||||
menu_RU_Citizen3 = [
|
||||
[["Assault Rifle Ammo",480],["Light Machine Gun Ammo",481],["Pistol Ammo",484],["Shotguns and Single-shot Ammo",573],["Sniper Rifle Ammo",482],["Submachine Gun Ammo",483]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Boat Trader
|
||||
menu_RU_Villager3 = [
|
||||
[["Boats Unarmed",54],["Boats Armed",55],["Wholesale",56]],
|
||||
// Weapons Friendly
|
||||
menu_Rocker4 = [
|
||||
[["Assault Rifle",485],["Light Machine Gun",486],["Pistols",489],["Shotguns and Single-shot",574],["Sniper Rifle",487],["Submachine Guns",488]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Friendly Vehicles
|
||||
menu_Profiteer4 = [
|
||||
[["Bikes and ATV",608],["Buses and Vans",563],["Cargo Trucks",564],["Compact Cars",578],["Economy Cars",583],["Fuel Trucks",492],["Luxury Cars",581],["Microcars",584],["Military Unarmed",491],["Trucks",495],["Used Cars",585],["Utility Vehicles",565]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// General Store
|
||||
menu_Rita_Ensler_EP1 = [
|
||||
[["Backpacks",496],["Clothes",497],["Cooked Meats",580],["Drinks",498],["Packaged Food",579]],
|
||||
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Wiskey Bottle","Copper Bar",101]],
|
||||
"neutral"
|
||||
];
|
||||
// Weapons neutral
|
||||
menu_CIV_EuroMan01_EP1 = [
|
||||
[["Assault Rifle",602],["Light Machine Gun",603],["Pistols",606],["Shotguns and Single-shot",607],["Sniper Rifle",605],["Submachine Guns",604]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// High End Weapons
|
||||
menu_TK_CIV_Takistani04_EP1 = [
|
||||
[["Assault Rifle",57],["Machine Gun",58],["Sniper Rifle",59],["Explosives",60],["Sub Machine Guns",379],["Pistols",454]],
|
||||
// Ammunition Neutral
|
||||
menu_CIV_EuroMan02_EP1 = [
|
||||
[["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"
|
||||
];
|
||||
// Wholesaler - Solnichniy
|
||||
menu_RU_Citizen4 = [
|
||||
[["Wholesale",61]],
|
||||
// Neutral Building/Parts
|
||||
menu_TK_GUE_Soldier_5_EP1 = [
|
||||
[["Building Supplies",508],["Toolbelt Items",510],["Vehicle Parts",509]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Wholesaler - Balota
|
||||
menu_RU_Citizen1 = [
|
||||
[["Wholesale",62]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Airplane Dealer
|
||||
menu_Worker2 = [
|
||||
[["Airplanes",303]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Black Market - Olsha
|
||||
// Bandit Trader
|
||||
menu_GUE_Soldier_MG = [
|
||||
[["Black Market Weapons",455],["Black Market Ammo",456],["Explosives",462],["Backpacks",463],["Clothing",464]],
|
||||
[["Ammunition",577],["Clothing",575],["Helicopter Armed",512],["Military Armed",569],["Trucks Armed",534],["Weapons",627]],
|
||||
[],
|
||||
"hostile"
|
||||
];
|
||||
// Aircraft Dealer
|
||||
menu_Worker2 = [
|
||||
[["Airplanes",517],["Helicopter Unarmed",519]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Vehicles Neutral
|
||||
menu_Worker3 = [
|
||||
[["Bikes and ATV",587],["Buses and Vans",588],["Cargo Trucks",586],["Compact Cars",560],["Economy Cars",523],["Fuel Trucks",589],["Luxury Cars",521],["Microcars",522],["Military Unarmed",598],["Trucks",590],["Used Cars",520],["Utility Vehicles",591]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Black Market Vendor
|
||||
menu_Soldier_GL_M16A2_PMC = [
|
||||
[["Black Market Ammo",527],["Black Market Weapons",526],["Explosives",529]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Friendly Building/Parts
|
||||
menu_Woodlander1 = [
|
||||
[["Building Supplies",530],["Toolbelt Items",532],["Vehicle Parts",531]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Friendly Vehicles 2
|
||||
menu_UN_CDF_Soldier_Pilot_EP1 = [
|
||||
[["Bikes and ATV",536],["Buses and Vans",592],["Cargo Trucks",570],["Compact Cars",593],["Economy Cars",594],["Fuel Trucks",595],["Luxury Cars",596],["Microcars",597],["Military Unarmed",599],["Trucks Unarmed",535],["Used Cars",600],["Utility Vehicles",568]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// General Store 2
|
||||
menu_RU_WorkWoman1 = [
|
||||
[["Backpacks",538],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629]],
|
||||
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Wiskey Bottle","Copper Bar",101]],
|
||||
"friendly"
|
||||
];
|
||||
// Medical Supplies
|
||||
menu_Dr_Annie_Baker_EP1 = [
|
||||
[["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]],
|
||||
[["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
|
||||
"friendly"
|
||||
];
|
||||
// Weapons friendly 2
|
||||
menu_Soldier_MG_PKM_PMC = [
|
||||
[["Assault Rifle",615],["Light Machine Gun",616],["Pistols",617],["Shotguns and Single-shot",620],["Sniper Rifle",619],["Submachine Guns",618]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Ammunition friendly 2
|
||||
menu_Soldier_MG_PMC = [
|
||||
[["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"
|
||||
];
|
||||
// East Wholesaler
|
||||
menu_GUE_Soldier_CO = [
|
||||
[["Wholesale",555]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// General Store 3
|
||||
menu_RU_WorkWoman5 = [
|
||||
[["Backpacks",632],["Clothes",631],["Cooked Meats",634],["Drinks",633],["Packaged Food",635]],
|
||||
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Wiskey Bottle","Copper Bar",101]],
|
||||
"neutral"
|
||||
];
|
||||
// West Wholesaler
|
||||
menu_RU_Citizen1 = [
|
||||
[["Wholesale",636]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Boat Vendor
|
||||
menu_RU_Villager3 = [
|
||||
[["Boats Armed",558],["Boats Unarmed",557]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Weapons neutral 2
|
||||
menu_TK_CIV_Takistani04_EP1 = [
|
||||
[["Assault Rifle",637],["Light Machine Gun",638],["Pistols",674],["Shotguns and Single-shot",641],["Sniper Rifle",640],["Submachine Guns",642]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Ammunition Neutral 2
|
||||
menu_Pilot_EP1 = [
|
||||
[["Assault Rifle Ammo",643],["Light Machine Gun Ammo",644],["Pistol Ammo",646],["Shotguns and Single-shot Ammo",649],["Sniper Rifle Ammo",647],["Submachine Gun Ammo",648]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Vehicles Neutral 2
|
||||
menu_RU_Profiteer4 = [
|
||||
[["Bikes and ATV",650],["Buses and Vans",651],["Cargo Trucks",653],["Compact Cars",652],["Economy Cars",654],["Fuel Trucks",655],["Luxury Cars",656],["Microcars",657],["Military Unarmed",658],["Trucks",659],["Used Cars",660],["Utility Vehicles",661]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Neutral Building/Parts
|
||||
menu_Woodlander3 = [
|
||||
[["Building Supplies",662],["Toolbelt Items",663],["Vehicle Parts",664]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Medical Supplies 2
|
||||
menu_Dr_Hladik_EP1 = [
|
||||
[["Chem-lites/Flares",666],["Medical Supplies",665],["Smoke Grenades",668]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Medical Supplies 3
|
||||
menu_Doctor = [
|
||||
[["Chem-lites/Flares",669],["Medical Supplies",670],["Smoke Grenades",671]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Boat Trader 2
|
||||
menu_HouseWife1 = [
|
||||
[["Boats Armed",673],["Boats Unarmed",672]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
Reference in New Issue
Block a user