mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 09:29:21 +03:00
Added variable DZE_ForceNameTagsInTrader
This commit is contained in:
@@ -1349,8 +1349,8 @@ class Mission
|
||||
age="UNKNOWN";
|
||||
name="TraderCity1";
|
||||
expCond="(player distance TraderCity1) < 100; ";
|
||||
expActiv="TitleText[""Now Entering Trader City Pikla"",""PLAIN DOWN""]; canbuild = false;";
|
||||
expDesactiv="TitleText[""Now Leaving Trader City Pikla"",""PLAIN DOWN""]; canbuild = true;";
|
||||
expActiv="[""trader city Pikla"",true] spawn trader_enter;";
|
||||
expDesactiv="[""trader city Pikla"",true] spawn trader_leave;";
|
||||
class Effects
|
||||
{
|
||||
};
|
||||
@@ -1366,8 +1366,8 @@ class Mission
|
||||
age="UNKNOWN";
|
||||
name="TraderCity2";
|
||||
expCond="(player distance TraderCity2) < 100; ";
|
||||
expActiv="TitleText[""Now Entering Trader City Selca"",""PLAIN DOWN""]; canbuild = false;";
|
||||
expDesactiv="TitleText[""Now Leaving Trader City Selca"",""PLAIN DOWN""]; canbuild = true;";
|
||||
expActiv="[""trader city Selca"",true] spawn trader_enter;";
|
||||
expDesactiv="[""trader city Selca"",true] spawn trader_leave;";
|
||||
class Effects
|
||||
{
|
||||
};
|
||||
@@ -1383,8 +1383,8 @@ class Mission
|
||||
age="UNKNOWN";
|
||||
name="HeroVendors";
|
||||
expCond="(player distance HeroVendors) < 100; ";
|
||||
expActiv="TitleText[""Now Entering Hero Trader Camp"",""PLAIN DOWN""]; canbuild = false;";
|
||||
expDesactiv="TitleText[""Now Leaving Hero Trader Camp"",""PLAIN DOWN""]; canbuild = true;";
|
||||
expActiv="[""Hero Trader Camp"",true] spawn trader_enter;";
|
||||
expDesactiv="[""Hero Trader Camp"",true] spawn trader_leave;";
|
||||
class Effects
|
||||
{
|
||||
};
|
||||
@@ -1400,8 +1400,8 @@ class Mission
|
||||
age="UNKNOWN";
|
||||
name="WholeSaler1";
|
||||
expCond="(player distance WholeSaler1) < 100; ";
|
||||
expActiv="TitleText[""Now Entering South's Wholesale"",""PLAIN DOWN""]; canbuild = false;";
|
||||
expDesactiv="TitleText[""Now Leaving South's Wholesale"",""PLAIN DOWN""]; canbuild = true;";
|
||||
expActiv="[""South's Wholesale"",true] spawn trader_enter;";
|
||||
expDesactiv="[""South's Wholesale"",true] spawn trader_leave;";
|
||||
class Effects
|
||||
{
|
||||
};
|
||||
@@ -1417,8 +1417,8 @@ class Mission
|
||||
age="UNKNOWN";
|
||||
name="BanditTrader";
|
||||
expCond="(player distance BanditTrader) < 100; ";
|
||||
expActiv="TitleText[""Now Entering Bandit Camp"",""PLAIN DOWN""]; canbuild = false;";
|
||||
expDesactiv="TitleText[""Now Leaving Bandit Camp"",""PLAIN DOWN""]; canbuild = true;";
|
||||
expActiv="[""Bandit Camp"",true] spawn trader_enter;";
|
||||
expDesactiv="[""Bandit Camp"",true] spawn trader_leave;";
|
||||
class Effects
|
||||
{
|
||||
};
|
||||
@@ -1434,8 +1434,8 @@ class Mission
|
||||
age="UNKNOWN";
|
||||
name="AWOLsAirField";
|
||||
expCond="(player distance AWOLsAirField) < 100; ";
|
||||
expActiv="TitleText[""Now Entering AWOLs Airfield"",""PLAIN DOWN""]; canbuild = false;";
|
||||
expDesactiv="TitleText[""Now Leaving AWOLs Airfield"",""PLAIN DOWN""]; canbuild = true;";
|
||||
expActiv="[""AWOLs Airfield"",true] spawn trader_enter;";
|
||||
expDesactiv="[""AWOLs Airfield"",true] spawn trader_leave;";
|
||||
class Effects
|
||||
{
|
||||
};
|
||||
@@ -1451,8 +1451,8 @@ class Mission
|
||||
age="UNKNOWN";
|
||||
name="Wholesaler2";
|
||||
expCond="(player distance Wholesaler2) < 100; ";
|
||||
expActiv="TitleText[""Now Entering West's Wholesale"",""PLAIN DOWN""]; canbuild = false;";
|
||||
expDesactiv="TitleText[""Now Leaving West's Wholesale"",""PLAIN DOWN""]; canbuild = true;";
|
||||
expActiv="[""West's Wholesale"",true] spawn trader_enter;";
|
||||
expDesactiv="[""West's Wholesale"",true] spawn trader_leave;";
|
||||
class Effects
|
||||
{
|
||||
};
|
||||
@@ -1468,8 +1468,8 @@ class Mission
|
||||
age="UNKNOWN";
|
||||
name="BoatVendor";
|
||||
expCond="(player distance BoatVendor) < 100; ";
|
||||
expActiv="TitleText[""Now Entering Sams Boat Vendor"",""PLAIN DOWN""]; canbuild = false;";
|
||||
expDesactiv="TitleText[""Now Leaving Sams Boat Vendor"",""PLAIN DOWN""]; canbuild = true;";
|
||||
expActiv="[""Sams Boat Vendor"",true] spawn trader_enter;";
|
||||
expDesactiv="[""Sams Boat Vendor"",true] spawn trader_leave;";
|
||||
class Effects
|
||||
{
|
||||
};
|
||||
@@ -1485,8 +1485,8 @@ class Mission
|
||||
age="UNKNOWN";
|
||||
name="PlanicaTraders";
|
||||
expCond="(player distance PlanicaTraders) < 100; ";
|
||||
expActiv="TitleText[""Now Entering Trader City Planica"",""PLAIN DOWN""]; canbuild = false;";
|
||||
expDesactiv="TitleText[""Now Leaving Trader City Planica"",""PLAIN DOWN""]; canbuild = true;";
|
||||
expActiv="[""trader city Planica"",true] spawn trader_enter;";
|
||||
expDesactiv="[""trader city Planica"",true] spawn trader_leave;";
|
||||
class Effects
|
||||
{
|
||||
};
|
||||
@@ -1502,8 +1502,8 @@ class Mission
|
||||
age="UNKNOWN";
|
||||
name="PlanicaTraders_1";
|
||||
expCond="(player distance PlanicaTraders) < 100; ";
|
||||
expActiv="TitleText[""Now Entering Trader City Planica"",""PLAIN DOWN""]; canbuild = false;";
|
||||
expDesactiv="TitleText[""Now Leaving Trader City Planica"",""PLAIN DOWN""]; canbuild = true;";
|
||||
expActiv="[""trader city Planica"",true] spawn trader_enter;";
|
||||
expDesactiv="[""trader city Planica"",true] spawn trader_leave;";
|
||||
class Effects
|
||||
{
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user