diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/description.ext b/Server Files/MPMissions/DayZ_Epoch_18.Sara/description.ext
deleted file mode 100644
index 3fd28c802..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/description.ext
+++ /dev/null
@@ -1,32 +0,0 @@
-respawn = "BASE";
-respawndelay = 5;
-onLoadMission = "DayZ Epoch Sahrani";
-OnLoadIntro = "Welcome to Sahrani";
-OnLoadIntroTime = 0;
-OnLoadMissionTime = 0;
-disabledAI = 1;
-disableChannels[] = {0,2,6};
-enableItemsDropping = 0;
-onPauseScript = "";
-briefing = 0;
-debriefing = 0;
-
-titleParam1 = "AutoLogin:";
-valuesParam1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, 31};
-defValueParam1 = 10; //auto login time limit in seconds, set value to 31 to disable auto login
-textsParam1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, "Disabled"};
-
-loadScreen = "\z\addons\dayz_code\gui\dayz_logo_ca.paa";
-
-class Header
-{
- gameType = COOP; //DM, Team, Coop, ...
- minPlayers = 1; //min # of players the mission supports
- maxPlayers = 100; //Max # of players the mission supports
-};
-
-aiKills = 1;
-diagRadio = 1;
-diagHit = 1;
-
-#include "\z\addons\dayz_code\gui\description.hpp"
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/init.sqf b/Server Files/MPMissions/DayZ_Epoch_18.Sara/init.sqf
deleted file mode 100644
index 624e1575a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/init.sqf
+++ /dev/null
@@ -1,96 +0,0 @@
-/*
- For DayZ Epoch
- Addons Credits: Jetski Yanahui by Kol9yN, Zakat, Gerasimow9, YuraPetrov, zGuba, A.Karagod, IceBreakr, Sahbazz
-*/
-startLoadingScreen ["","RscDisplayLoadCustom"];
-cutText ["","BLACK OUT"];
-enableSaving [false, false];
-
-//REALLY IMPORTANT VALUES
-dayZ_instance = 18; //The instance
-dayZ_serverName = ""; //Shown to all players in the bottom left of the screen
-dayzHiveRequest = [];
-initialized = false;
-dayz_previousID = 0;
-
-//disable greeting menu
-player setVariable ["BIS_noCoreConversations", true];
-//disable radio messages to be heard and shown in the left lower corner of the screen
-enableRadio false;
-// May prevent "how are you civillian?" messages from NPC
-enableSentences false;
-
-// DayZ Epoch config
-dayz_enableRules = true; // Default: true
-spawnShoremode = 1; // Default = 1 (on shore)
-spawnArea= 1500; // Default = 1500
-
-MaxVehicleLimit = 300; // Default = 50
-MaxDynamicDebris = 350; // Default = 100
-dayz_MapArea = 12000; // Default = 10000
-dayz_maxLocalZombies = 40; // Default = 40
-
-dayz_paraSpawn = false;
-
-dayz_sellDistance_vehicle = 10;
-dayz_sellDistance_boat = 30;
-dayz_sellDistance_air = 40;
-
-dayz_maxAnimals = 5; // Default: 8
-dayz_tameDogs = true;
-DynamicVehicleDamageLow = 0; // Default: 0
-DynamicVehicleDamageHigh = 100; // Default: 100
-dayz_quickSwitch = false; // Default: false
-DZE_BuildOnRoads = false; // Default: False
-
-EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"],["any","any","any","any",15,"supply_drop"]];
-dayz_fullMoonNights = true;
-
-MISSION_ROOT=toArray __FILE__;MISSION_ROOT resize(count MISSION_ROOT-8);MISSION_ROOT=toString MISSION_ROOT;
-//Load in compiled functions
-call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
-progressLoadingScreen 0.1;
-call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\publicEH.sqf"; //Initilize the publicVariable event handlers
-progressLoadingScreen 0.2;
-call compile preprocessFileLineNumbers "\z\addons\dayz_code\medical\setup_functions_med.sqf"; //Functions used by CLIENT for medical
-progressLoadingScreen 0.4;
-call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf"; //Compile regular functions
-progressLoadingScreen 0.5;
-call compile preprocessFileLineNumbers "server_traders.sqf"; //Compile trader configs
-progressLoadingScreen 0.6;
-call compile preprocessFileLineNumbers "\z\addons\dayz_code\system\mission\smd_sahrani_a2.sqf"; //Add trader city objects locally on each machine early
-progressLoadingScreen 1.0;
-
-"filmic" setToneMappingParams [0.153, 0.357, 0.231, 0.1573, 0.011, 3.750, 6, 4]; setToneMapping "Filmic";
-
-if (isServer) then {
- //Compile vehicle configs
- call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
- //Add trader agents
- execVM "\z\addons\dayz_server\traders\smd_sahrani_a2.sqf";
- _serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf";
-};
-
-if (!isDedicated) then {
- //Conduct map operations
- 0 fadeSound 0;
- waitUntil {!isNil "dayz_loadScreenMsg"};
- dayz_loadScreenMsg = (localize "STR_AUTHENTICATING");
-
- //Run the player monitor
- _id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
- _playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
-
-
- //anti Hack
- [] execVM "\z\addons\dayz_code\system\antihack.sqf";
-
- //Lights
- //[false,12] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
- if (dayz_enableRules) then { execVM "rules.sqf"; };
- if (!isNil "dayZ_serverName") then { execVM "\z\addons\dayz_code\system\watermark.sqf"; };
-};
-#include "\z\addons\dayz_code\system\REsec.sqf"
-//Start Dynamic Weather
-execVM "\z\addons\dayz_code\external\DynamicWeatherEffects.sqf";
-#include "\z\addons\dayz_code\system\BIS_Effects\init.sqf"
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/keyboard.sqf b/Server Files/MPMissions/DayZ_Epoch_18.Sara/keyboard.sqf
deleted file mode 100644
index be4f1ac39..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/keyboard.sqf
+++ /dev/null
@@ -1 +0,0 @@
-#include "\z\addons\dayz_code\compile\keyboard.sqf"
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_18.Sara/mission.sqm
deleted file mode 100644
index a1b8afd94..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/mission.sqm
+++ /dev/null
@@ -1,429 +0,0 @@
-version=11;
-class Mission
-{
- addOns[]=
- {
- "oac_core",
- "ca_modules_animals",
- "dayz_code",
- "dayz_weapons",
- "dayz_equip",
- "dayz_vehicles",
- "cacharacters_pmc",
- "ca_modules_functions",
- "glt_m300t",
- "csj_gyroac",
- "pook_h13",
- "map_eu",
- "jetskiyanahuiaddon",
- "redryder"
- };
- addOnsAuto[]=
- {
- "dayz_weapons",
- "ca_modules_functions",
- "oac_core"
- };
- randomSeed=11171215;
- class Intel
- {
- briefingName="DayZ Epoch SMD Sahrani";
- briefingDescription="DayZ Epoch SMD Sahrani Private Server";
- startWeather=0;
- forecastWeather=0;
- year=2008;
- month=10;
- day=1;
- hour=12;
- };
- class Groups
- {
- items=2;
- class Item0
- {
- side="WEST";
- class Vehicles
- {
- items=100;
-#define PLRDEF position[]={12001,0.2,-4596};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG";
- class Item0{id=0;PLRDEF};
- class Item1
- {
- position[]={12001,0.2,-4596};
- azimut=0;
- id=0;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAYER COMMANDER";
- leader=1;
- rank="SERGEANT";
- skill=0.6;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2{id=2;PLRDEF};
- class Item3{id=3;PLRDEF};
- class Item4{id=4;PLRDEF};
- class Item5{id=5;PLRDEF};
- class Item6{id=6;PLRDEF};
- class Item7{id=7;PLRDEF};
- class Item8{id=8;PLRDEF};
- class Item9{id=9;PLRDEF};
- class Item10{id=10;PLRDEF};
- class Item11{id=11;PLRDEF};
- class Item12{id=12;PLRDEF};
- class Item13{id=13;PLRDEF};
- class Item14{id=14;PLRDEF};
- class Item15{id=15;PLRDEF};
- class Item16{id=16;PLRDEF};
- class Item17{id=17;PLRDEF};
- class Item18{id=18;PLRDEF};
- class Item19{id=19;PLRDEF};
- class Item20{id=20;PLRDEF};
- class Item21{id=21;PLRDEF};
- class Item22{id=22;PLRDEF};
- class Item23{id=23;PLRDEF};
- class Item24{id=24;PLRDEF};
- class Item25{id=25;PLRDEF};
- class Item26{id=26;PLRDEF};
- class Item27{id=27;PLRDEF};
- class Item28{id=28;PLRDEF};
- class Item29{id=29;PLRDEF};
- class Item30{id=30;PLRDEF};
- class Item31{id=31;PLRDEF};
- class Item32{id=32;PLRDEF};
- class Item33{id=33;PLRDEF};
- class Item34{id=34;PLRDEF};
- class Item35{id=35;PLRDEF};
- class Item36{id=36;PLRDEF};
- class Item37{id=37;PLRDEF};
- class Item38{id=38;PLRDEF};
- class Item39{id=39;PLRDEF};
- class Item40{id=40;PLRDEF};
- class Item41{id=41;PLRDEF};
- class Item42{id=42;PLRDEF};
- class Item43{id=43;PLRDEF};
- class Item44{id=44;PLRDEF};
- class Item45{id=45;PLRDEF};
- class Item46{id=46;PLRDEF};
- class Item47{id=47;PLRDEF};
- class Item48{id=48;PLRDEF};
- class Item49{id=49;PLRDEF};
- class Item50{id=50;PLRDEF};
- class Item51{id=51;PLRDEF};
- class Item52{id=52;PLRDEF};
- class Item53{id=53;PLRDEF};
- class Item54{id=54;PLRDEF};
- class Item55{id=55;PLRDEF};
- class Item56{id=56;PLRDEF};
- class Item57{id=57;PLRDEF};
- class Item58{id=58;PLRDEF};
- class Item59{id=59;PLRDEF};
- class Item60{id=60;PLRDEF};
- class Item61{id=61;PLRDEF};
- class Item62{id=62;PLRDEF};
- class Item63{id=63;PLRDEF};
- class Item64{id=64;PLRDEF};
- class Item65{id=65;PLRDEF};
- class Item66{id=66;PLRDEF};
- class Item67{id=67;PLRDEF};
- class Item68{id=68;PLRDEF};
- class Item69{id=69;PLRDEF};
- class Item70{id=70;PLRDEF};
- class Item71{id=71;PLRDEF};
- class Item72{id=72;PLRDEF};
- class Item73{id=73;PLRDEF};
- class Item74{id=74;PLRDEF};
- class Item75{id=75;PLRDEF};
- class Item76{id=76;PLRDEF};
- class Item77{id=77;PLRDEF};
- class Item78{id=78;PLRDEF};
- class Item79{id=79;PLRDEF};
- class Item80{id=80;PLRDEF};
- class Item81{id=81;PLRDEF};
- class Item82{id=82;PLRDEF};
- class Item83{id=83;PLRDEF};
- class Item84{id=84;PLRDEF};
- class Item85{id=85;PLRDEF};
- class Item86{id=86;PLRDEF};
- class Item87{id=87;PLRDEF};
- class Item88{id=88;PLRDEF};
- class Item89{id=89;PLRDEF};
- class Item90{id=90;PLRDEF};
- class Item91{id=91;PLRDEF};
- class Item92{id=92;PLRDEF};
- class Item93{id=93;PLRDEF};
- class Item94{id=94;PLRDEF};
- class Item95{id=95;PLRDEF};
- class Item96{id=96;PLRDEF};
- class Item97{id=97;PLRDEF};
- class Item98{id=98;PLRDEF};
- class Item99{id=99;PLRDEF};
- };
- };
- class Item1
- {
- side="LOGIC";
- class Vehicles
- {
- items=1;
- class Item0
- {
- position[]={-144,0.5,2320};
- id=50;
- side="LOGIC";
- vehicle="FunctionsManager";
- leader=1;
- lock="UNLOCKED";
- skill=0.6;
- };
- };
- };
- };
- class Markers
- {
- items=17;
- class Item0
- {
- position[]={10442.41,86.282227,10438.262};
- name="center";
- type="Empty";
- };
- class Item1
- {
- position[]={12000.449,0.24700873,-4595.7935};
- name="respawn_west";
- type="Empty";
- };
- class Item2
- {
- position[]={11303.517,4.7743783,4898.4619};
- name="spawn0";
- type="Empty";
- };
- class Item3
- {
- position[]={7517.8403,1.4138141,6234.5605};
- name="spawn1";
- type="Empty";
- };
- class Item4
- {
- position[]={13580.703,0.10917063,7727.5347};
- name="spawn2";
- type="Empty";
- };
- class Item5
- {
- position[]={13288.121,3.2314248,10559.604};
- name="spawn3";
- type="Empty";
- };
- class Item6
- {
- position[]={16810.59,3.1235363,9417.2383};
- name="spawn4";
- type="Empty";
- };
- class Item7
- {
- position[]={12556.741,42.050045,8359.4141};
- name="Tradercitycorazol";
- text="Trader City Corazol";
- type="mil_circle";
- colorName="ColorBlack";
- };
- class Item8
- {
- position[]={13574.1,3.9422112,8677.3457};
- name="wholesaleSouth";
- text="Wholesaler";
- type="mil_dot";
- colorName="ColorBlack";
- };
- class Item9
- {
- position[]={11453.298,4.9919319,5418.7021};
- name="boatTraderEast";
- text="Wholesaler";
- type="mil_dot";
- colorName="ColorBlack";
- };
- class Item10
- {
- position[]={19237.213,4.9949999,13592.512};
- name="BoatDealerSouth";
- text="Boat Dealer";
- type="mil_dot";
- colorName="ColorBlack";
- };
- class Item11
- {
- position[]={9911.3213,139.995,10010.431};
- name="AirVehicles";
- text="Aircraft Dealer";
- type="mil_dot";
- colorName="ColorGreen";
- };
- class Item12
- {
- position[]={6414.8628,57.15451,7461.5723};
- name="BanditDen";
- text="Bandit Camp";
- type="mil_dot";
- colorName="ColorRed";
- };
- class Item13
- {
- position[]={17186.959,40.040371,13596.239};
- name="Ixel";
- text="Trader City Ixel";
- type="mil_circle";
- colorName="ColorGreen";
- };
- class Item14
- {
- position[]={13434.161,2.1032507,6888.8013};
- name="BoatDealerEast";
- text="Boat Dealer";
- type="mil_dot";
- colorName="ColorBlack";
- };
- class Item15
- {
- position[]={14273.87,41.640797,12408.889};
- name="TradercityBag";
- text="Trader City Bag";
- type="mil_circle";
- colorName="ColorBlack";
- };
- class Item16
- {
- position[]={17270.643,14.956485,9570.7744};
- name="HeroTrader";
- text="Hero Camp";
- type="mil_dot";
- colorName="ColorBlue";
- };
- };
- class Sensors
- {
- items=3;
- class Item0
- {
- position[]={12555.938,41.838242,8357.666};
- a=100;
- b=100;
- activationBy="WEST";
- repeating=1;
- interruptable=1;
- age="UNKNOWN";
- name="zone3";
- expCond="(player distance zone3) < 100;";
- expActiv="[""trader city Corazol"",true,""enter""] spawn player_traderCity;";
- expDesactiv="[""trader city Corazol"",true,""leave""] spawn player_traderCity;";
- class Effects
- {
- };
- };
- class Item1
- {
- position[]={14274.979,40.538948,12408.225};
- a=100;
- b=100;
- activationBy="WEST";
- repeating=1;
- interruptable=1;
- age="UNKNOWN";
- name="zone2";
- expCond="(player distance zone2) < 100;";
- expActiv="[""trader city Bag"",true,""enter""] spawn player_traderCity;";
- expDesactiv="[""trader city Bag"",true,""leave""] spawn player_traderCity;";
- class Effects
- {
- };
- };
- class Item2
- {
- position[]={17182.676,40.195862,13597.488};
- a=100;
- b=100;
- activationBy="WEST";
- repeating=1;
- interruptable=1;
- age="UNKNOWN";
- name="zone1";
- expCond="(player distance zone1) < 100;";
- expActiv="[""trader city Ixel"",true,""enter""] spawn player_traderCity;";
- expDesactiv="[""trader city Ixel"",true,""leave""] spawn player_traderCity;";
- class Effects
- {
- };
- };
- };
-};
-class Intro
-{
- addOns[]=
- {
- "oac_core"
- };
- addOnsAuto[]=
- {
- "oac_core"
- };
- randomSeed=6913869;
- class Intel
- {
- startWeather=0;
- forecastWeather=0;
- year=2008;
- month=10;
- day=11;
- hour=9;
- minute=20;
- };
-};
-class OutroWin
-{
- addOns[]=
- {
- "oac_core"
- };
- addOnsAuto[]=
- {
- "oac_core"
- };
- randomSeed=4081731;
- class Intel
- {
- startWeather=0;
- forecastWeather=0;
- year=2008;
- month=10;
- day=11;
- hour=9;
- minute=20;
- };
-};
-class OutroLoose
-{
- addOns[]=
- {
- "oac_core"
- };
- addOnsAuto[]=
- {
- "oac_core"
- };
- randomSeed=4975929;
- class Intel
- {
- startWeather=0;
- forecastWeather=0;
- year=2008;
- month=10;
- day=11;
- hour=9;
- minute=20;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/rules.sqf b/Server Files/MPMissions/DayZ_Epoch_18.Sara/rules.sqf
deleted file mode 100644
index e8e3130a5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/rules.sqf
+++ /dev/null
@@ -1,32 +0,0 @@
-private ["_messages", "_timeout"];
-
-if (isServer) exitWith {};
-waitUntil { uiSleep 1; !isNil ("PVDZE_plr_LoginRecord") };
-
-_messages = [
- ["DayZ Epoch", "Welcome "+(name player)],
- ["World", worldName],
- ["Teamspeak", "Some ts info"],
- ["Website/Forums", "some website info"],
- ["Server Rules", "Duping, glitching or using any
exploit will result in a
permanent ban."],
- ["Server Rules", "No Talking in side."],
- ["Server Rules", "Hackers will be banned permanently
Respect others"],
- ["News", "Some random New info!
RandomNews
"]
-];
-
-_timeout = 5;
-{
- private ["_title", "_content", "_titleText"];
- uiSleep 2;
- _title = _x select 0;
- _content = _x select 1;
- _titleText = format[("%1
%2"), _title, _content];
- [
- _titleText,
- [safezoneX + safezoneW - 0.8,0.50], //DEFAULT: 0.5,0.35
- [safezoneY + safezoneH - 0.8,0.7], //DEFAULT: 0.8,0.7
- _timeout,
- 0.5
- ] spawn BIS_fnc_dynamicText;
- uiSleep (_timeout * 1.1);
-} forEach _messages;
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/server_traders.sqf b/Server Files/MPMissions/DayZ_Epoch_18.Sara/server_traders.sqf
deleted file mode 100644
index 8c7170e58..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/server_traders.sqf
+++ /dev/null
@@ -1,164 +0,0 @@
-// 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"];
-// Hero Vendor
-menu_RU_Functionary1 = [
- [["Ammunition",478],["Clothes",476],["Helicopter Armed",493],["Military Armed",562],["Trucks Armed",479],["Weapons",477]],
- [],
- "hero"
-];
-// Ammunition Friendly
-menu_RU_Citizen3 = [
- [["Assault Rifle Ammo",480],["Light Machine Gun Ammo",481],["Pistol Ammo",484],["Shotguns and Single-shot Ammo",573],["Sniper Rifle Ammo",482],["Submachine Gun Ammo",483]],
- [],
- "friendly"
-];
-// Weapons Friendly
-menu_Rocker4 = [
- [["Assault Rifle",485],["Light Machine Gun",486],["Pistols",489],["Shotguns and Single-shot",574],["Sniper Rifle",487],["Submachine Guns",488]],
- [],
- "friendly"
-];
-// Friendly Vehicles
-menu_Profiteer4 = [
- [["Bikes and ATV",608],["Buses and Vans",563],["Cargo Trucks",564],["Fuel Trucks",492],["Military Unarmed",491],["Trucks",495],["Used Cars",585],["Utility Vehicles",565]],
- [],
- "friendly"
-];
-// 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]],
- "neutral"
-];
-// Weapons neutral
-menu_CIV_EuroMan01_EP1 = [
- [["Assault Rifle",602],["Light Machine Gun",603],["Pistols",606],["Shotguns and Single-shot",607],["Sniper Rifle",605],["Submachine Guns",604]],
- [],
- "neutral"
-];
-// Ammunition Neutral
-menu_CIV_EuroMan02_EP1 = [
- [["Assault Rifle Ammo",609],["Light Machine Gun Ammo",610],["Pistol Ammo",611],["Shotguns and Single-shot Ammo",613],["Sniper Rifle Ammo",614],["Submachine Gun Ammo",612]],
- [],
- "neutral"
-];
-// Neutral Building/Parts
-menu_TK_GUE_Soldier_5_EP1 = [
- [["Building Supplies",508],["Toolbelt Items",510],["Vehicle Parts",509]],
- [],
- "neutral"
-];
-// Bandit Trader
-menu_GUE_Soldier_MG = [
- [["Ammunition",577],["Clothing",575],["Helicopter Armed",512],["Military Armed",569],["Trucks Armed",534],["Weapons",627]],
- [],
- "hostile"
-];
-// Aircraft Dealer
-menu_Worker2 = [
- [["Airplanes",517],["Helicopter Unarmed",519]],
- [],
- "friendly"
-];
-// Vehicles Neutral
-menu_Worker3 = [
- [["Bikes and ATV",587],["Buses and Vans",588],["Cargo Trucks",586],["Fuel Trucks",589],["Military Unarmed",598],["Trucks",590],["Used Cars",520],["Utility Vehicles",591]],
- [],
- "neutral"
-];
-// Black Market Vendor
-menu_Soldier_GL_M16A2_PMC = [
- [["Black Market Ammo",527],["Black Market Weapons",526],["Explosives",529]],
- [],
- "neutral"
-];
-// Friendly Building/Parts
-menu_Woodlander1 = [
- [["Building Supplies",530],["Toolbelt Items",532],["Vehicle Parts",531]],
- [],
- "friendly"
-];
-// Friendly Vehicles 2
-menu_UN_CDF_Soldier_Pilot_EP1 = [
- [["Bikes and ATV",536],["Buses and Vans",592],["Cargo Trucks",570],["Fuel Trucks",595],["Military Unarmed",599],["Trucks Unarmed",535],["Used Cars",600],["Utility Vehicles",568]],
- [],
- "friendly"
-];
-// 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","Tin Bar",101]],
- "friendly"
-];
-// Medical Supplies
-menu_Dr_Annie_Baker_EP1 = [
- [["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]],
- [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
- "friendly"
-];
-// East Wholesaler
-menu_RU_Citizen4 = [
- [["Wholesale",555]],
- [],
- "neutral"
-];
-// 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","Tin Bar",101]],
- "neutral"
-];
-// West Wholesaler
-menu_RU_Citizen1 = [
- [["Wholesale",636]],
- [],
- "neutral"
-];
-// Boat Vendor
-menu_RU_Villager3 = [
- [["Boats Armed",558],["Boats Unarmed",557]],
- [],
- "neutral"
-];
-// Weapons neutral 2
-menu_TK_CIV_Takistani04_EP1 = [
- [["Assault Rifle",637],["Light Machine Gun",638],["Pistols",674],["Shotguns and Single-shot",641],["Sniper Rifle",640],["Submachine Guns",642]],
- [],
- "neutral"
-];
-// Ammunition Neutral 2
-menu_Pilot_EP1 = [
- [["Assault Rifle Ammo",643],["Light Machine Gun Ammo",644],["Pistol Ammo",646],["Shotguns and Single-shot Ammo",649],["Sniper Rifle Ammo",647],["Submachine Gun Ammo",648]],
- [],
- "neutral"
-];
-// Vehicles Neutral 2
-menu_RU_Profiteer4 = [
- [["Bikes and ATV",650],["Buses and Vans",651],["Cargo Trucks",653],["Fuel Trucks",655],["Military Unarmed",658],["Trucks",659],["Used Cars",660],["Utility Vehicles",661]],
- [],
- "neutral"
-];
-// Neutral Building/Parts
-menu_Woodlander3 = [
- [["Building Supplies",662],["Toolbelt Items",663],["Vehicle Parts",664]],
- [],
- "neutral"
-];
-// Medical Supplies 2
-menu_Dr_Hladik_EP1 = [
- [["Chem-lites/Flares",666],["Medical Supplies",665],["Smoke Grenades",668]],
- [],
- "neutral"
-];
-// Medical Supplies 3
-menu_Doctor = [
- [["Chem-lites/Flares",669],["Medical Supplies",670],["Smoke Grenades",671]],
- [],
- "neutral"
-];
-// Boat Trader 2
-menu_HouseWife1 = [
- [["Boats Armed",673],["Boats Unarmed",672]],
- [],
- "neutral"
-];