From a3cfdd405872de6ddd4653aab9b001d6164aa8be Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Sun, 17 Apr 2016 11:24:39 -0400 Subject: [PATCH] Small changes to temperatur for QF11 (Testing) https://github.com/DayZMod/DayZ/commit/df0164b53c3e8f3859fa2e9a25d979645f0fb3cc https://github.com/DayZMod/DayZ/commit/1cd6f5f06a995b3b9a344efddac29a22dbaa1487 --- SQF/dayz_code/compile/fn_temperatur.sqf | 12 ++++++------ .../MPMissions/DayZ_Epoch_1.Takistan/init.sqf | 2 +- .../MPMissions/DayZ_Epoch_10.Mountains_ACR/init.sqf | 2 +- .../MPMissions/DayZ_Epoch_11.Chernarus/init.sqf | 2 +- .../MPMissions/DayZ_Epoch_12.isladuala/init.sqf | 2 +- Server Files/MPMissions/DayZ_Epoch_13.Tavi/init.sqf | 2 +- .../MPMissions/DayZ_Epoch_15.namalsk/init.sqf | 2 +- .../MPMissions/DayZ_Epoch_16.Panthera2/init.sqf | 2 +- .../MPMissions/DayZ_Epoch_17.Chernarus/init.sqf | 2 +- .../MPMissions/DayZ_Epoch_19.FDF_Isle1_a/init.sqf | 2 +- Server Files/MPMissions/DayZ_Epoch_2.Utes/init.sqf | 2 +- .../MPMissions/DayZ_Epoch_20.fapovo/init.sqf | 2 +- .../MPMissions/DayZ_Epoch_21.Caribou/init.sqf | 2 +- .../MPMissions/DayZ_Epoch_22.smd_sahrani_A2/init.sqf | 2 +- .../MPMissions/DayZ_Epoch_23.cmr_ovaron/init.sqf | 2 +- Server Files/MPMissions/DayZ_Epoch_24.Napf/init.sqf | 2 +- .../MPMissions/DayZ_Epoch_25.sauerland/init.sqf | 2 +- .../DayZ_Epoch_26.sauerland_winter/init.sqf | 2 +- .../MPMissions/DayZ_Epoch_3.Shapur_BAF/init.sqf | 2 +- .../MPMissions/DayZ_Epoch_4.Zargabad/init.sqf | 2 +- .../MPMissions/DayZ_Epoch_5.Bootcamp_ACR/init.sqf | 2 +- Server Files/MPMissions/DayZ_Epoch_7.Lingor/init.sqf | 2 +- .../DayZ_Epoch_8.ProvingGrounds_PMC/init.sqf | 2 +- .../MPMissions/DayZ_Epoch_9.Woodland_ACR/init.sqf | 2 +- 24 files changed, 29 insertions(+), 29 deletions(-) diff --git a/SQF/dayz_code/compile/fn_temperatur.sqf b/SQF/dayz_code/compile/fn_temperatur.sqf index 7e0f73f47..eb67e0a2c 100644 --- a/SQF/dayz_code/compile/fn_temperatur.sqf +++ b/SQF/dayz_code/compile/fn_temperatur.sqf @@ -26,16 +26,16 @@ _looptime = _this; //Positive effects _vehicle_factor = 2; _fire_factor = 15; - _moving_factor = 2.1; _building_factor = 1.5; - _sun_factor = 3; + _moving_factor = 2.8; + _sun_factor = 1; //Negative effects _water_factor = 8; - _stand_factor = 2; + _stand_factor = 2.1; _rain_factor = 0.5; - _night_factor = 1.5; - _wind_factor = 2; + _wind_factor = 1.5; + _night_factor = 1; _difference = 0; //_hasfireffect = false; @@ -174,4 +174,4 @@ if (dayz_temperature_override) then { _difference = 0; if (dayz_temperatur < 37) dayz_temperatur = (((dayz_temperatur + _difference) max dayz_temperaturmin) min dayz_temperaturmax); -//diag_log format["%1 - %2",dayz_temperatur,_difference]; \ No newline at end of file +//systemChat format["%1 - %2",dayz_temperatur,_difference]; \ No newline at end of file diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/init.sqf b/Server Files/MPMissions/DayZ_Epoch_1.Takistan/init.sqf index fa1825d2c..d2d57d546 100644 --- a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_1.Takistan/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\takistan.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/init.sqf b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/init.sqf index a067f3480..a3be75c68 100644 --- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\mountains_acr.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf index 57a4ec3f2..8b74968dc 100644 --- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\chernarus11.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/init.sqf b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/init.sqf index 7c3cf3537..cc4d7853b 100644 --- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\isladuala.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/init.sqf b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/init.sqf index 93e3fc032..a5f0d8e6b 100644 --- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\tavi.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/init.sqf b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/init.sqf index c3244a524..69c43ce40 100644 --- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\namalsk.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/init.sqf b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/init.sqf index 908842713..6480e172e 100644 --- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\panthera2.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/init.sqf b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/init.sqf index fe565b7cc..82d006450 100644 --- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\chernarus17.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/init.sqf b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/init.sqf index a5d842abb..e9791e370 100644 --- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\fdf_isle1_a.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/init.sqf b/Server Files/MPMissions/DayZ_Epoch_2.Utes/init.sqf index 40a027237..803f5dcc1 100644 --- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_2.Utes/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\utes.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/init.sqf b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/init.sqf index 02624c58c..b25c6844d 100644 --- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\fapovo.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/init.sqf b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/init.sqf index 3bc98406b..6e14508b3 100644 --- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\caribou.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_22.smd_sahrani_A2/init.sqf b/Server Files/MPMissions/DayZ_Epoch_22.smd_sahrani_A2/init.sqf index e7947c21b..d5371541a 100644 --- a/Server Files/MPMissions/DayZ_Epoch_22.smd_sahrani_A2/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_22.smd_sahrani_A2/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\smd_sahrani_a2.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_23.cmr_ovaron/init.sqf b/Server Files/MPMissions/DayZ_Epoch_23.cmr_ovaron/init.sqf index fbdb10977..3038868d7 100644 --- a/Server Files/MPMissions/DayZ_Epoch_23.cmr_ovaron/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_23.cmr_ovaron/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\cmr_ovaron.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_24.Napf/init.sqf b/Server Files/MPMissions/DayZ_Epoch_24.Napf/init.sqf index be804ad6c..21d2bbed7 100644 --- a/Server Files/MPMissions/DayZ_Epoch_24.Napf/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_24.Napf/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\napf.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_25.sauerland/init.sqf b/Server Files/MPMissions/DayZ_Epoch_25.sauerland/init.sqf index b4b805780..81e31fcf4 100644 --- a/Server Files/MPMissions/DayZ_Epoch_25.sauerland/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_25.sauerland/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\sauerland.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_26.sauerland_winter/init.sqf b/Server Files/MPMissions/DayZ_Epoch_26.sauerland_winter/init.sqf index e92c3a294..fed498cd8 100644 --- a/Server Files/MPMissions/DayZ_Epoch_26.sauerland_winter/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_26.sauerland_winter/init.sqf @@ -116,9 +116,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\sauerland.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/init.sqf b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/init.sqf index 223222768..1f5a6e13f 100644 --- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\shapur_baf.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/init.sqf b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/init.sqf index bd8d677ac..0ed4a59b2 100644 --- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\zargabad.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/init.sqf b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/init.sqf index 1736b2743..309e00d69 100644 --- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\bootcamp_acr.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/init.sqf b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/init.sqf index 6a1b056d4..abb9ff6a7 100644 --- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\lingor.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/init.sqf b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/init.sqf index 32a5332d1..c69fe6e31 100644 --- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\provinggrounds_pmc.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then { diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/init.sqf b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/init.sqf index c36683705..7fe594ff1 100644 --- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/init.sqf @@ -115,9 +115,9 @@ if (isServer) then { execVM "\z\addons\dayz_server\traders\woodland_acr.sqf"; //Add trader agents execVM "\z\addons\dayz_server\system\server_monitor.sqf"; if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; - //Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) }; +//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important) if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; }; if (!isDedicated) then {