mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-25 17:31:36 +03:00
MPMissions updates
This commit is contained in:
177
MPMissions/DayZ_Epoch_7.Lingor/server_traders.sqf
Normal file
177
MPMissions/DayZ_Epoch_7.Lingor/server_traders.sqf
Normal file
@@ -0,0 +1,177 @@
|
||||
// DayZ Epoch TRADERS for 6 and 7
|
||||
serverTraders = ["RU_Worker1","Dr_Annie_Baker_EP1","CIV_EuroWoman01_EP1","ibr_lingorman2s","Worker2","TK_CIV_Woman03_EP1","ibr_lingorman3s","ibr_lingorman5s","ibr_lingorman4s","ibr_lingorman2","Citizen2_EP1","Worker1","RU_Madam3","Pilot","CIV_EuroMan02_EP1","CIV_EuroMan01_EP1","ibr_lingorman7s","Damsel3","Rocker4","Worker4","ibr_lingorman7","ibr_lingorman5","Citizen3_EP1","ibr_lingorman6","ibr_lingorman6s","TK_CIV_Woman02_EP1","Pilot_EP1","TK_CIV_Worker01_EP1","RU_Doctor"];
|
||||
// START PER TRADER CONFIG
|
||||
// Whiskey's Parts Shop
|
||||
menu_RU_Worker1 = [
|
||||
[["Vehicle Parts",63],["Building Supplies",64]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Melly's Medical
|
||||
menu_Dr_Annie_Baker_EP1 = [
|
||||
[["Medical Supplies",65],["Clothes",66],["Chem lights/Flares",67],["Smoke Grenades",68]],
|
||||
[["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
|
||||
"friendly"
|
||||
];
|
||||
// Alejandria's General Supplies
|
||||
menu_CIV_EuroWoman01_EP1 = [
|
||||
[["Food/Drink",70],["Backpacks",72],["Clothes",73],["Toolbelt Items",74]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Blivion's Wholesale Items
|
||||
menu_ibr_lingorman2s = [
|
||||
[["Wholesale Crates",69]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Axle's Repair Shop
|
||||
menu_Worker2 = [
|
||||
[["Vehicle Parts",76],["Building Supplies",77],["Demolition Supplies",78]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Stella's General Goods
|
||||
menu_TK_CIV_Woman03_EP1 = [
|
||||
[["Food/Drink",79],["Backpacks",80],["Clothes",81],["Toolbelt Items",82]],
|
||||
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Wiskey Bottle","Copper Bar",101]],
|
||||
"friendly"
|
||||
];
|
||||
// Clive's Wholesale
|
||||
menu_ibr_lingorman3s = [
|
||||
[["Wholesale Crates",84]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Big Bob's Boats
|
||||
menu_ibr_lingorman5s = [
|
||||
[["Fishing boats",85],["PBX",86]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Juan's Tour Boats
|
||||
menu_ibr_lingorman4s = [
|
||||
[["Tour boats",87],["PBX",88]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Jd'z Armed Boats
|
||||
menu_ibr_lingorman2 = [
|
||||
[["Armed Boats",89]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Green's Quality Cars
|
||||
menu_Citizen2_EP1 = [
|
||||
[["Tracked Vehicles",90],["Armed Vehicles",91],["Fuel Trucks",92],["Armored Vehicles",93],["SUV's",120]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Lyle's Parts
|
||||
menu_Worker1 = [
|
||||
[["Vehicle Parts",94],["Building Supplies",95]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Bag Lady Gina
|
||||
menu_RU_Madam3 = [
|
||||
[["Food/Drink",96],["Backpacks",97],["Toolbelt Items",98],["Clothes",99]],
|
||||
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Wiskey Bottle","Copper Bar",101]],
|
||||
"neutral"
|
||||
];
|
||||
// Chip's Choppers
|
||||
menu_Pilot = [
|
||||
[["Armed Choppers",100],["Unarmed Choppers",101]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Jim's Ammo
|
||||
menu_CIV_EuroMan02_EP1 = [
|
||||
[["Pistol Ammo",102],["Assault Ammo",103],["Heavy Ammo",104],["Sniper Ammo",105]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Joe's Weapons
|
||||
menu_CIV_EuroMan01_EP1 = [
|
||||
[["Pistols",106],["Assault Rifles",107],["Heavy Machine Guns",108],["Sniper Rifles",109]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Rodger's 4x4
|
||||
menu_ibr_lingorman7s = [
|
||||
[["Offroad Trucks",110]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Tina's Tarts
|
||||
menu_Damsel3 = [
|
||||
[["Food/Drinks",111],["Clothes",112]],
|
||||
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Wiskey Bottle","Copper Bar",101]],
|
||||
"friendly"
|
||||
];
|
||||
// Sly's Moto
|
||||
menu_Rocker4 = [
|
||||
[["ATV's",113],["Dirt Bikes",114]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Jim's Used Cars
|
||||
menu_Worker4 = [
|
||||
[["Trucks Armed",115],["Trucks Unarmed",116],["Cars",117],["Waggons",118],["Bus",119]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Chucks Weapons
|
||||
menu_ibr_lingorman7 = [
|
||||
[["Pistols",121],["Assault Rifles",122],["Sniper Rifles",123]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Buck's Shot
|
||||
menu_ibr_lingorman5 = [
|
||||
[["Pistol Ammo",124],["Assault Ammo",125],["Sniper Ammo",126]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Santo's Wholesale
|
||||
menu_Citizen3_EP1 = [
|
||||
[["Wholesale Crates",127]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Tire Guy
|
||||
menu_ibr_lingorman6 = [
|
||||
[["Vehicle Parts",128]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Raul's Parts
|
||||
menu_ibr_lingorman6s = [
|
||||
[["Vehicle Parts",129]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Samish Shop
|
||||
menu_TK_CIV_Woman02_EP1 = [
|
||||
[["Food/Drinks",188],["Backpacks",189],["Toolbelt Items",190],["Clothes",191]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// AWOL's Planes
|
||||
menu_Pilot_EP1 = [
|
||||
[["Cargo Planes",192]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Rommelo's Raceway
|
||||
menu_TK_CIV_Worker01_EP1 = [
|
||||
[["Cars",194]],
|
||||
[],
|
||||
"friendly"
|
||||
];
|
||||
// Mad Scientist
|
||||
menu_RU_Doctor = [
|
||||
[["Medical Supplies",193]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
Reference in New Issue
Block a user