chernarus server_traders.sqf added black market

This commit is contained in:
vbawol
2013-05-24 14:51:04 -05:00
parent 2903abd32e
commit 551b039e41

View File

@@ -1,5 +1,5 @@
// DayZ Epoch TRADERS for 11 // 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"]; 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 // Weapons Trader - Bash
menu_CIV_EuroMan01_EP1 = [ menu_CIV_EuroMan01_EP1 = [
[["Sidearm",1],["Rifles",2],["Shotguns and Crossbows",3],["Sniper Rifles",370]], [["Sidearm",1],["Rifles",2],["Shotguns and Crossbows",3],["Sniper Rifles",370]],
@@ -86,7 +86,7 @@ menu_Doctor = [
]; ];
// Hero Traders // Hero Traders
menu_RU_Functionary1 = [ menu_RU_Functionary1 = [
[["Clothes",53],["Weapons",186],["Vehicles",187]], [["Clothes",53],["Weapons",186],["Vehicles",187],["Ammunition",457]],
[], [],
"friendly" "friendly"
]; ];
@@ -98,7 +98,7 @@ menu_RU_Villager3 = [
]; ];
// High End Weapons // High End Weapons
menu_TK_CIV_Takistani04_EP1 = [ menu_TK_CIV_Takistani04_EP1 = [
[["Assault Rifle",57],["Machine Gun",58],["Sniper Rifle",59],["Explosives",60],["Sub Machine Guns",379]], [["Assault Rifle",57],["Machine Gun",58],["Sniper Rifle",59],["Explosives",60],["Sub Machine Guns",379],["Pistols",454]],
[], [],
"neutral" "neutral"
]; ];
@@ -119,4 +119,10 @@ menu_Worker2 = [
[["Airplanes",303]], [["Airplanes",303]],
[], [],
"neutral" "neutral"
];
// Black Market - Olsha
menu_GUE_Soldier_MG = [
[["Black Market Weapons",455],["Black Market Ammo",456]],
[],
"neutral"
]; ];