mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
Panthera Fixes
Bandit vendor is no longer black market vendor. Black market vendor in the south trader city. Hero Vendor knocked down to one vendor and extra vendor removed. Server traders completely re-configured to tidy up the server traders SQF
This commit is contained in:
@@ -27,7 +27,6 @@ class Mission
|
||||
{
|
||||
"dayz_weapons",
|
||||
"ca_modules_functions",
|
||||
"warfarebuildings",
|
||||
"ibr_panthera2"
|
||||
};
|
||||
randomSeed=11171215;
|
||||
@@ -1176,7 +1175,7 @@ class Mission
|
||||
};
|
||||
class Markers
|
||||
{
|
||||
items=23;
|
||||
items=24;
|
||||
class Item0
|
||||
{
|
||||
position[]={5192.2104,62.495663,4994.3667};
|
||||
@@ -1266,8 +1265,8 @@ class Mission
|
||||
class Item14
|
||||
{
|
||||
position[]={5232.6299,1.9700195,8228.4785};
|
||||
name="WholesalerWest";
|
||||
text="West's Wholesaler";
|
||||
name="WholesalerNorth";
|
||||
text="North's Wholesaler";
|
||||
type="mil_dot";
|
||||
colorName="ColorBlack";
|
||||
};
|
||||
@@ -1335,10 +1334,18 @@ class Mission
|
||||
type="mil_circle";
|
||||
colorName="ColorBrown";
|
||||
};
|
||||
class Item23
|
||||
{
|
||||
position[]={3804.6707,-1.1429843,7656.6055};
|
||||
name="Boat2";
|
||||
text="North Boat Vendor";
|
||||
type="mil_dot";
|
||||
colorName="ColorBlack";
|
||||
};
|
||||
};
|
||||
class Sensors
|
||||
{
|
||||
items=10;
|
||||
items=11;
|
||||
class Item0
|
||||
{
|
||||
position[]={4419.9492,22.076105,1629.0402};
|
||||
@@ -1509,6 +1516,23 @@ class Mission
|
||||
{
|
||||
};
|
||||
};
|
||||
class Item10
|
||||
{
|
||||
position[]={3807.3525,0.86945671,7661.0386};
|
||||
a=100;
|
||||
b=100;
|
||||
activationBy="WEST";
|
||||
repeating=1;
|
||||
interruptable=1;
|
||||
age="UNKNOWN";
|
||||
name="BOAT12";
|
||||
expCond="(player distance BOAT12) < 100; ";
|
||||
expActiv="TitleText[""Now Entering North Boat Vendor"",""PLAIN DOWN""]; canbuild = false;";
|
||||
expDesactiv="TitleText[""Now Leaving North Boat Vendor"",""PLAIN DOWN""]; canbuild = true;";
|
||||
class Effects
|
||||
{
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
class Intro
|
||||
|
||||
Reference in New Issue
Block a user