Sahrani updates

Moved wholesaler out of cargo container door, Added black market vendor.
This commit is contained in:
Axles
2014-02-06 12:27:17 -08:00
parent ceabbcd04b
commit 36371ef6af
3 changed files with 155 additions and 59 deletions

View File

@@ -13,7 +13,6 @@ class Mission
"ca_modules_functions",
"glt_m300t",
"csj_gyroac",
"pook_h13",
"map_eu",
"jetskiyanahuiaddon"
};
@@ -1169,7 +1168,7 @@ class Mission
};
class Markers
{
items=17;
items=20;
class Item0
{
position[]={10442.41,86.282227,10438.262};
@@ -1292,10 +1291,34 @@ class Mission
type="mil_dot";
colorName="ColorBlue";
};
class Item17
{
position[]={13243.119,25.951698,11188.961};
name="BlackMarket";
text="Black Market Vendor";
type="mil_dot";
colorName="ColorBlack";
};
class Item18
{
position[]={12202.001,0.45867854,9895.2207};
name="BlackMarket_1";
text="Black Market Vendor";
type="mil_dot";
colorName="ColorBlack";
};
class Item19
{
position[]={11162.368,259.74371,8631.5537};
name="BlackMarket_1_1";
text="Black Market Vendor";
type="mil_dot";
colorName="ColorBlack";
};
};
class Sensors
{
items=3;
items=4;
class Item0
{
position[]={12555.938,41.838242,8357.666};
@@ -1347,6 +1370,21 @@ class Mission
{
};
};
class Item3
{
position[]={13241.491,25.951698,11188.463};
activationBy="WEST";
repeating=1;
interruptable=1;
age="UNKNOWN";
name="bmarket";
expCond="(player distance bmarket) < 50;";
expActiv="TitleText[""Now entering Black Market"",""PLAIN DOWN""]; canbuild = false;";
expDesactiv="TitleText[""Now leaving Black Market"",""PLAIN DOWN""]; canbuild = true;";
class Effects
{
};
};
};
};
class Intro

View File

@@ -1,5 +1,5 @@
// DayZ Epoch TRADERS for 11
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","RU_Citizen4","RU_WorkWoman5","RU_Citizen1","RU_Villager3","TK_CIV_Takistani04_EP1","Pilot_EP1","RU_Profiteer4","Woodlander3","Dr_Hladik_EP1","Doctor","HouseWife1"];
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","RU_Citizen4","RU_WorkWoman5","RU_Citizen1","RU_Villager3","TK_CIV_Takistani04_EP1","Pilot_EP1","RU_Profiteer4","Woodlander3","Dr_Hladik_EP1","Doctor","HouseWife1","Soldier_GL_PMC"];
// Hero Vendor
menu_RU_Functionary1 = [
[["Ammunition",478],["Clothes",476],["Helicopter Armed",493],["Military Armed",562],["Trucks Armed",479],["Weapons",477]],
@@ -27,7 +27,7 @@ menu_Profiteer4 = [
// General Store
menu_Rita_Ensler_EP1 = [
[["Backpacks",496],["Clothes",497],["Cooked Meats",580],["Drinks",498],["Packaged Food",579]],
[["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]],
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Copper Bar",101]],
"neutral"
];
// Weapons neutral
@@ -87,7 +87,7 @@ menu_UN_CDF_Soldier_Pilot_EP1 = [
// General Store 2
menu_RU_WorkWoman1 = [
[["Backpacks",538],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629]],
[["ItemTinBar","TrashJackDaniels"",1,1,"buy","Empty Whiskey Bottle","Copper Bar",101]],
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Copper Bar",101]],
"friendly"
];
// Medical Supplies
@@ -105,7 +105,7 @@ menu_RU_Citizen4 = [
// General Store 3
menu_RU_WorkWoman5 = [
[["Backpacks",632],["Clothes",631],["Cooked Meats",634],["Drinks",633],["Packaged Food",635]],
[["ItemTinBar","TrashJackDaniels"",1,1,"buy","Empty Whiskey Bottle","Copper Bar",101]],
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Copper Bar",101]],
"neutral"
];
// West Wholesaler
@@ -162,3 +162,9 @@ menu_HouseWife1 = [
[],
"neutral"
];
// Black Market Vendor 1P
menu_Soldier_GL_PMC = [
[["Black Market Ammo",527],["Black Market Weapons",526],["Explosives",529]],
[],
"neutral"
];