mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Missionside Example for Chernarus11
This commit is contained in:
@@ -17,9 +17,9 @@ _clientID = owner _player;
|
|||||||
|
|
||||||
//New Logway WIP by Skaronator
|
//New Logway WIP by Skaronator
|
||||||
if (_buyorsell == 0) then { //Buy
|
if (_buyorsell == 0) then { //Buy
|
||||||
diag_log format["EPOCH SERVERTRADE: Player: %1 (%2) bought a %3 in %4", (name _player), (getPlayerUID _player), _classname, _traderCity];
|
diag_log format["EPOCH SERVERTRADE: Player: %1 (%2) bought a %3 in/at %4", (name _player), (getPlayerUID _player), _classname, _traderCity];
|
||||||
} else { //SELL
|
} else { //SELL
|
||||||
diag_log format["EPOCH SERVERTRADE: Player: %1 (%2) sold a %3 in %4",];
|
diag_log format["EPOCH SERVERTRADE: Player: %1 (%2) sold a %3 in/at %4",];
|
||||||
};
|
};
|
||||||
|
|
||||||
//Send request
|
//Send request
|
||||||
|
|||||||
@@ -1298,7 +1298,7 @@ class Mission
|
|||||||
};
|
};
|
||||||
class Sensors
|
class Sensors
|
||||||
{
|
{
|
||||||
items=3;
|
items=5;
|
||||||
class Item0
|
class Item0
|
||||||
{
|
{
|
||||||
position[]={6325.6772,304.99033,7807.7412};
|
position[]={6325.6772,304.99033,7807.7412};
|
||||||
@@ -1310,8 +1310,8 @@ class Mission
|
|||||||
age="UNKNOWN";
|
age="UNKNOWN";
|
||||||
name="zonestary";
|
name="zonestary";
|
||||||
expCond="(player distance zonestary) < 100;";
|
expCond="(player distance zonestary) < 100;";
|
||||||
expActiv="TitleText[""Now entering trader city Stary"",""PLAIN DOWN""]; canbuild = false;";
|
expActiv="TitleText[""Now entering trader city Stary"",""PLAIN DOWN""]; canbuild = false; inTraderCity = ""Stary"";";
|
||||||
expDesactiv="TitleText[""Now leaving trader city Stary"",""PLAIN DOWN""]; canbuild = true;";
|
expDesactiv="TitleText[""Now leaving trader city Stary"",""PLAIN DOWN""]; canbuild = true; inTraderCity = ""Any"";";
|
||||||
class Effects
|
class Effects
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
@@ -1327,8 +1327,8 @@ class Mission
|
|||||||
age="UNKNOWN";
|
age="UNKNOWN";
|
||||||
name="zonebash";
|
name="zonebash";
|
||||||
expCond="(player distance zonebash) < 100;";
|
expCond="(player distance zonebash) < 100;";
|
||||||
expActiv="TitleText[""Now entering trader city Bash"",""PLAIN DOWN""]; canbuild = false;";
|
expActiv="TitleText[""Now entering trader city Bash"",""PLAIN DOWN""]; canbuild = false; inTraderCity = ""Bash"";";
|
||||||
expDesactiv="TitleText[""Now leaving trader city Bash"",""PLAIN DOWN""]; canbuild = true;";
|
expDesactiv="TitleText[""Now leaving trader city Bash"",""PLAIN DOWN""]; canbuild = true; inTraderCity = ""Any"";";
|
||||||
class Effects
|
class Effects
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
@@ -1344,8 +1344,42 @@ class Mission
|
|||||||
age="UNKNOWN";
|
age="UNKNOWN";
|
||||||
name="zoneklen";
|
name="zoneklen";
|
||||||
expCond="(player distance zoneklen) < 100;";
|
expCond="(player distance zoneklen) < 100;";
|
||||||
expActiv="TitleText[""Now entering trader city Klen"",""PLAIN DOWN""]; canbuild = false;";
|
expActiv="TitleText[""Now entering trader city Klen"",""PLAIN DOWN""]; canbuild = false; inTraderCity = ""Klen"";";
|
||||||
expDesactiv="TitleText[""Now leaving trader city Klen"",""PLAIN DOWN""]; canbuild = true;";
|
expDesactiv="TitleText[""Now leaving trader city Klen"",""PLAIN DOWN""]; canbuild = true; inTraderCity = ""Any"";";
|
||||||
|
class Effects
|
||||||
|
{
|
||||||
|
};
|
||||||
|
};
|
||||||
|
class Item3
|
||||||
|
{
|
||||||
|
position[]={1606.6443,289.70795,7803.5156};
|
||||||
|
a=100;
|
||||||
|
b=100;
|
||||||
|
activationBy="WEST";
|
||||||
|
repeating=1;
|
||||||
|
interruptable=1;
|
||||||
|
age="UNKNOWN";
|
||||||
|
name="zoneklen";
|
||||||
|
expCond="(player distance zoneklen) < 100;";
|
||||||
|
expActiv="canbuild = false; inTraderCity = ""Bandit Trader"";";
|
||||||
|
expDesactiv="canbuild = true; inTraderCity = ""Any"";";
|
||||||
|
class Effects
|
||||||
|
{
|
||||||
|
};
|
||||||
|
};
|
||||||
|
class Item4
|
||||||
|
{
|
||||||
|
position[]={12944.227,210.19823,12766.889};
|
||||||
|
a=100;
|
||||||
|
b=100;
|
||||||
|
activationBy="WEST";
|
||||||
|
repeating=1;
|
||||||
|
interruptable=1;
|
||||||
|
age="UNKNOWN";
|
||||||
|
name="zoneklen";
|
||||||
|
expCond="(player distance zoneklen) < 100;";
|
||||||
|
expActiv="canbuild = false; inTraderCity = ""Hero Trader"";";
|
||||||
|
expDesactiv="canbuild = true; inTraderCity = ""Any"";";
|
||||||
class Effects
|
class Effects
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user