diff --git a/MPMissions/DayZ_Epoch_15.namalsk/dynamic_vehicle.sqf b/MPMissions/DayZ_Epoch_15.namalsk/dynamic_vehicle.sqf index f2f5e9ebb..ccaf95b15 100644 --- a/MPMissions/DayZ_Epoch_15.namalsk/dynamic_vehicle.sqf +++ b/MPMissions/DayZ_Epoch_15.namalsk/dynamic_vehicle.sqf @@ -1,61 +1,69 @@ AllowedVehiclesList = [ ["AH6X_DZ",5], -["AN2_DZ",5], +["AN2_DZ",1], ["ArmoredSUV_PMC_DZ",1], ["ATV_CZ_EP1",5], ["ATV_US_EP1",5], -["C130J_US_EP1",5], +["C130J_US_EP1",1], ["car_hatchback",5], ["car_sedan",5], -["CH_47F_EP1_DZ",5], +["CH_47F_EP1_DZ",1], ["CSJ_GyroC",5], ["CSJ_GyroCover",5], ["CSJ_GyroP",5], ["datsun1_civil_1_open",5], ["datsun1_civil_2_covered",5], ["datsun1_civil_3_open",5], -["GLT_M300_LT",5], -["GLT_M300_ST",5], +["Fishing_Boat",5], +["GLT_M300_LT",2], +["GLT_M300_ST",2], ["hilux1_civil_1_open",5], ["hilux1_civil_2_covered",5], ["hilux1_civil_3_open_EP1",5], -["HMMWV_Ambulance",5], -["HMMWV_Ambulance_CZ_DES_EP1",5], +["HMMWV_Ambulance",2], +["HMMWV_Ambulance_CZ_DES_EP1",2], +["HMMWV_DES_EP1",5], ["HMMWV_DZ",5], -["HMMWV_M1035_DES_EP1",5], -["HMMWV_M1151_M2_CZ_DES_EP1",5], -["HMMWV_M998A2_SOV_DES_EP1",5], -["Ikarus",5], -["Ikarus_TK_CIV_EP1",5], +["HMMWV_M1035_DES_EP1",1], +["HMMWV_M1151_M2_CZ_DES_EP1",1], +["HMMWV_M998A2_SOV_DES_EP1",1], +["Ikarus",1], +["Ikarus_TK_CIV_EP1",1], ["Kamaz",5], -["KamazRefuel",5], +["KamazRefuel",1], ["Lada1",5], ["Lada1_TK_CIV_EP1",5], ["Lada2",5], ["Lada2_TK_CIV_EP1",5], ["LadaLM",5], -["LandRover_MG_TK_EP1",5], -["LandRover_Special_CZ_EP1",5], +["LandRover_CZ_EP1",1], +["LandRover_MG_TK_EP1",1], +["LandRover_Special_CZ_EP1",1], +["LandRover_TK_CIV_EP1",1], ["M1030_US_DES_EP1",5], -["MH6J_DZ",5], -["Mi17_Civilian_DZ",5], -["Mi17_DZ",5], -["MMT_Civ",5], -["MtvrRefuel_DES_EP1",5], +["MH6J_DZ",1], +["Mi17_Civilian_DZ",2], +["Mi17_DZ",1], +["MMT_Civ",10], +["MtvrRefuel_DES_EP1",1], ["MTVR_DES_EP1",5], ["Offroad_DSHKM_Gue",5], ["Old_bike_TK_INS_EP1",5], ["Old_moto_TK_Civ_EP1",5], +["PBX",5], ["Pickup_PK_GUE",5], ["Pickup_PK_INS",5], ["Pickup_PK_TK_GUE_EP1",5], -["policecar",5], +["policecar",1], +["RHIB",5], ["S1203_ambulance_EP1",5], ["S1203_TK_CIV_EP1",5], ["Skoda",5], ["SkodaBlue",5], ["SkodaGreen",5], ["SkodaRed",5], +["Smallboat_1",5], +["Smallboat_2",5], ["SUV_Blue",1], ["SUV_Charcoal",1], ["SUV_Green",1], @@ -66,25 +74,27 @@ AllowedVehiclesList = [ ["SUV_TK_CIV_EP1",1], ["SUV_White",1], ["SUV_Yellow",1], +["tractor",1], ["TT650_Civ",5], ["TT650_Ins",5], ["TT650_TK_CIV_EP1",5], -["UAZ_CDF",5], -["UAZ_INS",5], -["UAZ_RU",5], -["UAZ_Unarmed_TK_CIV_EP1",5], -["UAZ_Unarmed_TK_EP1",5], -["UAZ_Unarmed_UN_EP1",5], -["UH1H_DZ",5], -["UralRefuel_TK_EP1",5], -["Ural_CDF",5], -["Ural_TK_CIV_EP1",5], -["Ural_UN_EP1",5], -["V3S_Open_TK_CIV_EP1",5], +["UAZ_CDF",2], +["UAZ_INS",2], +["UAZ_RU",2], +["UAZ_Unarmed_TK_CIV_EP1",2], +["UAZ_Unarmed_TK_EP1",2], +["UAZ_Unarmed_UN_EP1",2], +["UH1H_DZ",1], +["UralRefuel_TK_EP1",1], +["Ural_CDF",2], +["Ural_TK_CIV_EP1",2], +["Ural_UN_EP1",2], +["V3S_Open_TK_CIV_EP1",2], ["V3S_Open_TK_EP1",5], -["V3S_Refuel_TK_GUE_EP1",5], -["VolhaLimo_TK_CIV_EP1",5], -["Volha_1_TK_CIV_EP1",5], -["Volha_2_TK_CIV_EP1",5], -["VWGolf",5] +["V3S_Refuel_TK_GUE_EP1",1], +["VolhaLimo_TK_CIV_EP1",2], +["Volha_1_TK_CIV_EP1",3], +["Volha_2_TK_CIV_EP1",3], +["VWGolf",4], +["Zodiac",5] ]; \ No newline at end of file diff --git a/MPMissions/DayZ_Epoch_15.namalsk/init.sqf b/MPMissions/DayZ_Epoch_15.namalsk/init.sqf index da9d507e1..923ccfd85 100644 --- a/MPMissions/DayZ_Epoch_15.namalsk/init.sqf +++ b/MPMissions/DayZ_Epoch_15.namalsk/init.sqf @@ -19,11 +19,22 @@ enableRadio false; // DayZ Epoch config spawnShoremode = 1; // Default = 1 (on shore) spawnArea= 1500; // Default = 1500 -MaxHeliCrashes= 2; // Default = 5 +// MaxHeliCrashes= 2; // Default = 5 MaxVehicleLimit = 200; // Default = 50 -MaxDynamicDebris = 250; // Default = 100 +MaxDynamicDebris = 300; // Default = 100 dayz_MapArea = 8000; // Default = 10000 -dayz_maxLocalZombies = 40; // Default = 40 +dayz_maxLocalZombies = 80; // Default = 40 + +dayz_maxGlobalZombies = 60; // Default = 30 +dayz_maxZeds = 1000; // Default = 500 + +// new stuff +dayz_paraSpawn = true; +spawnMarkerCount = 10; // Default: 4 +dayz_maxAnimals = 8; // Default: 8 +dayz_tameDogs = true; +DynamicVehicleDamageLow = 50; // Default: 0 +DynamicVehicleDamageHigh = 100; // Default: 100 DZEdebug = true; diff --git a/MPMissions/DayZ_Epoch_15.namalsk/mission.sqf b/MPMissions/DayZ_Epoch_15.namalsk/mission.sqf index e69de29bb..f92af563f 100644 --- a/MPMissions/DayZ_Epoch_15.namalsk/mission.sqf +++ b/MPMissions/DayZ_Epoch_15.namalsk/mission.sqf @@ -0,0 +1,1206 @@ +_vehicle_1 = objNull; +if (true) then +{ + _this = createVehicle ["Land_nam_container", [5814.8511, 10756.095, 9.727478e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_1 = _this; + _this setDir 22.251564; + _this setPos [5814.8511, 10756.095, 9.727478e-005]; +}; + +_vehicle_2 = objNull; +if (true) then +{ + _this = createVehicle ["sad_target", [5761.0767, 10775.953], [], 0, "CAN_COLLIDE"]; + _vehicle_2 = _this; + _this setDir 3.0928693; + _this setPos [5761.0767, 10775.953]; +}; + +_vehicle_4 = objNull; +if (true) then +{ + _this = createVehicle ["Land_bags_EP1", [5777.8564, 10773.903], [], 0, "CAN_COLLIDE"]; + _vehicle_4 = _this; + _this setDir -72.454491; + _this setPos [5777.8564, 10773.903]; +}; + +_vehicle_7 = objNull; +if (true) then +{ + _this = createVehicle ["Land_CncBlock_D", [5752.3501, 10771.212, 8.7738037e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_7 = _this; + _this setDir 273.39554; + _this setPos [5752.3501, 10771.212, 8.7738037e-005]; +}; + +_vehicle_8 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Toilet", [5783.6226, 10802.504, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_8 = _this; + _this setDir 367.65204; + _this setPos [5783.6226, 10802.504, 3.0517578e-005]; +}; + +_vehicle_10 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Misc_Garb_Heap_EP1", [5758.459, 10788.813, -0.1863267], [], 0, "CAN_COLLIDE"]; + _vehicle_10 = _this; + _this setPos [5758.459, 10788.813, -0.1863267]; +}; + +_vehicle_11 = objNull; +if (true) then +{ + _this = createVehicle ["Garbage_container", [5757.5986, 10787.053, -9.5367432e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_11 = _this; + _this setDir 8.0359106; + _this setPos [5757.5986, 10787.053, -9.5367432e-006]; +}; + +_vehicle_13 = objNull; +if (true) then +{ + _this = createVehicle ["Land_bags_stack_EP1", [5778.1011, 10775.497, -2.2888184e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_13 = _this; + _this setDir 96.440979; + _this setPos [5778.1011, 10775.497, -2.2888184e-005]; +}; + +_vehicle_14 = objNull; +if (true) then +{ + _this = createVehicle ["Paleta2", [5760.9043, 10776.651, -9.5367432e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_14 = _this; + _this setPos [5760.9043, 10776.651, -9.5367432e-006]; +}; + +_vehicle_15 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Barrel_water", [5775.1514, 10777.875, -2.6702881e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_15 = _this; + _this setPos [5775.1514, 10777.875, -2.6702881e-005]; +}; + +_vehicle_16 = objNull; +if (true) then +{ + _this = createVehicle ["Land_cages_EP1", [5770.0679, 10765.273, -1.5258789e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_16 = _this; + _this setDir 94.12339; + _this setPos [5770.0679, 10765.273, -1.5258789e-005]; +}; + +_vehicle_17 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Crates_stack_EP1", [5773.1133, 10774.063, 1.9073486e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_17 = _this; + _this setDir 8.3842497; + _this setPos [5773.1133, 10774.063, 1.9073486e-006]; +}; + +_vehicle_19 = objNull; +if (true) then +{ + _this = createVehicle ["Axe_woodblock", [5779.5942, 10773.369], [], 0, "CAN_COLLIDE"]; + _vehicle_19 = _this; + _this setDir -17.255766; + _this setPos [5779.5942, 10773.369]; +}; + +_vehicle_20 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Wheel_cart_EP1", [5779.8638, 10775.489], [], 0, "CAN_COLLIDE"]; + _vehicle_20 = _this; + _this setDir 206.64873; + _this setPos [5779.8638, 10775.489]; +}; + +_vehicle_21 = objNull; +if (true) then +{ + _this = createVehicle ["Land_transport_cart_EP1", [5768.4829, 10776.569, 1.9073486e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_21 = _this; + _this setDir 177.01495; + _this setPos [5768.4829, 10776.569, 1.9073486e-006]; +}; + +_vehicle_22 = objNull; +if (true) then +{ + _this = createVehicle ["Fort_Crate_wood", [5772.1582, 10765.349, -7.6293945e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_22 = _this; + _this setDir 6.8210731; + _this setPos [5772.1582, 10765.349, -7.6293945e-006]; +}; + +_vehicle_24 = objNull; +if (true) then +{ + _this = createVehicle ["Land_transport_crates_EP1", [5774.3184, 10774.697, 2.0980835e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_24 = _this; + _this setDir -86.690353; + _this setPos [5774.3184, 10774.697, 2.0980835e-005]; +}; + +_vehicle_26 = objNull; +if (true) then +{ + _this = createVehicle ["Barrels", [5759.7842, 10763.557, -1.9073486e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_26 = _this; + _this setDir 4.0370169; + _this setPos [5759.7842, 10763.557, -1.9073486e-006]; +}; + +_vehicle_27 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Campfire_burning", [5772.8403, 10780.301, 0.00044536626], [], 0, "CAN_COLLIDE"]; + _vehicle_27 = _this; + _this setPos [5772.8403, 10780.301, 0.00044536626]; +}; + +_vehicle_28 = objNull; +if (true) then +{ + _this = createVehicle ["Land_tires_EP1", [5762.5107, 10775.207], [], 0, "CAN_COLLIDE"]; + _vehicle_28 = _this; + _this setDir 54.328499; + _this setPos [5762.5107, 10775.207]; +}; + +_vehicle_29 = objNull; +if (true) then +{ + _this = createVehicle ["Fence_corrugated_plate", [5776.1172, 10782.238, 1.7166138e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_29 = _this; + _this setDir 186.2135; + _this setPos [5776.1172, 10782.238, 1.7166138e-005]; +}; + +_vehicle_31 = objNull; +if (true) then +{ + _this = createVehicle ["Fence_corrugated_plate", [5772.1455, 10782.711, 3.8146973e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_31 = _this; + _this setDir 186.2135; + _this setPos [5772.1455, 10782.711, 3.8146973e-006]; +}; + +_vehicle_34 = objNull; +if (true) then +{ + _this = createVehicle ["Fence_corrugated_plate", [5768.1758, 10783.146, 4.9591064e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_34 = _this; + _this setDir 186.2135; + _this setPos [5768.1758, 10783.146, 4.9591064e-005]; +}; + +_vehicle_37 = objNull; +if (true) then +{ + _this = createVehicle ["Fence_corrugated_plate", [5764.2144, 10783.572, 0.00011444092], [], 0, "CAN_COLLIDE"]; + _vehicle_37 = _this; + _this setDir 186.2135; + _this setPos [5764.2144, 10783.572, 0.00011444092]; +}; + +_vehicle_42 = objNull; +if (true) then +{ + _this = createVehicle ["FoldTable", [5776.3779, 10776.735, 1.5258789e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_42 = _this; + _this setDir 3.486232; + _this setPos [5776.3779, 10776.735, 1.5258789e-005]; +}; + +_vehicle_43 = objNull; +if (true) then +{ + _this = createVehicle ["FoldChair", [5777.0171, 10775.549, 4.196167e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_43 = _this; + _this setDir 168.04138; + _this setPos [5777.0171, 10775.549, 4.196167e-005]; +}; + +_vehicle_44 = objNull; +if (true) then +{ + _this = createVehicle ["Misc_Backpackheap", [5775.5938, 10774.135, 1.9073486e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_44 = _this; + _this setDir 76.244484; + _this setPos [5775.5938, 10774.135, 1.9073486e-005]; +}; + +_vehicle_46 = objNull; +if (true) then +{ + _this = createVehicle ["Park_bench1", [5772.2446, 10777.618, -7.2479248e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_46 = _this; + _this setDir 185.13194; + _this setPos [5772.2446, 10777.618, -7.2479248e-005]; +}; + +_vehicle_48 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Sack_EP1", [5776.8086, 10773.682, 9.5367432e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_48 = _this; + _this setDir 50.572277; + _this setPos [5776.8086, 10773.682, 9.5367432e-006]; +}; + +_vehicle_49 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Shelf_EP1", [5769.9204, 10774.305, 6.6757202e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_49 = _this; + _this setDir -84.493317; + _this setPos [5769.9204, 10774.305, 6.6757202e-005]; +}; + +_vehicle_51 = objNull; +if (true) then +{ + _this = createVehicle ["SmallTable", [5771.9692, 10775.985, 5.531311e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_51 = _this; + _this setDir 94.418816; + _this setPos [5771.9692, 10775.985, 5.531311e-005]; +}; + +_vehicle_53 = objNull; +if (true) then +{ + _this = createVehicle ["FoldChair", [5772.7681, 10775.761, 6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_53 = _this; + _this setDir 113.3124; + _this setPos [5772.7681, 10775.761, 6.1035156e-005]; +}; + +_vehicle_55 = objNull; +if (true) then +{ + _this = createVehicle ["FoldChair", [5771.1138, 10775.968, -3.8146973e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_55 = _this; + _this setDir 210.47275; + _this setPos [5771.1138, 10775.968, -3.8146973e-006]; +}; + +_vehicle_57 = objNull; +if (true) then +{ + _this = createVehicle ["VaultStorageLocked", [5765.249, 10774.792, 1.335144e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_57 = _this; + _this setDir 182.08971; + _this setPos [5765.249, 10774.792, 1.335144e-005]; +}; + +_this = createCenter resistance; +_center_1 = _this; + +_group_1 = createGroup _center_1; + +_unit_3 = objNull; +if (true) then +{ + _this = _group_1 createUnit ["GUE_Villager4", [5764.4902, 10776.697, 1.5258789e-005], [], 0, "CAN_COLLIDE"]; + _unit_3 = _this; + _this setDir -2.7836955; + _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;"; + _this setUnitAbility 0.60000002; + _this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0; +}; + +_vehicle_59 = objNull; +if (true) then +{ + _this = createVehicle ["ClutterCutter_small_EP1", [5780.1113, 10780.695, -3.8146973e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_59 = _this; + _this setPos [5780.1113, 10780.695, -3.8146973e-006]; +}; + +_vehicle_61 = objNull; +if (true) then +{ + _this = createVehicle ["ClutterCutter_small_EP1", [5762.0332, 10781.549, 2.4795532e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_61 = _this; + _this setPos [5762.0332, 10781.549, 2.4795532e-005]; +}; + +_vehicle_63 = objNull; +if (true) then +{ + _this = createVehicle ["ClutterCutter_small_EP1", [5767.478, 10781.132, 1.1444092e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_63 = _this; + _this setPos [5767.478, 10781.132, 1.1444092e-005]; +}; + +_vehicle_65 = objNull; +if (true) then +{ + _this = createVehicle ["ClutterCutter_small_EP1", [5774.3223, 10780.479, 4.0054321e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_65 = _this; + _this setPos [5774.3223, 10780.479, 4.0054321e-005]; +}; + +_vehicle_67 = objNull; +if (true) then +{ + _this = createVehicle ["ClutterCutter_small_EP1", [5770.4487, 10781.147, 0], [], 0, "CAN_COLLIDE"]; + _vehicle_67 = _this; + _this setPos [5770.4487, 10781.147, 0]; +}; + +_vehicle_69 = objNull; +if (true) then +{ + _this = createVehicle ["ClutterCutter_small_EP1", [5771.5537, 10781.919, 3.8146973e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_69 = _this; + _this setPos [5771.5537, 10781.919, 3.8146973e-006]; +}; + +_this = createCenter civilian; +_center_2 = _this; + +_group_2 = createGroup _center_2; + +_unit_7 = objNull; +if (true) then +{ + _this = _group_2 createUnit ["RU_Farmwife4", [5776.187, 10776.037, -1.9073486e-006], [], 0, "CAN_COLLIDE"]; + _unit_7 = _this; + _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;"; + _this setUnitAbility 0.60000002; + _this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0; +}; + +_vehicle_73 = objNull; +if (true) then +{ + _this = createVehicle ["Info_Board_EP1", [5775.9121, 10781.912, -1.335144e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_73 = _this; + _this setDir 368.12421; + _this setVehicleInit "this allowDammage false;"; + _this setPos [5775.9121, 10781.912, -1.335144e-005]; +}; + +_vehicle_74 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Fire_barrel_burning", [5763.7881, 10779.476, 1.1444092e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_74 = _this; + _this setDir 293.86002; + _this setPos [5763.7881, 10779.476, 1.1444092e-005]; +}; + +_unit_10 = objNull; +if (true) then +{ + _this = _group_1 createUnit ["Soldier_Sniper_PMC", [4700.2485, 8918.9072, 3.8798354], [], 0, "CAN_COLLIDE"]; + _unit_10 = _this; + _this setDir 78.773201; + _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;"; + _this setUnitAbility 0.60000002; + _this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0; +}; + +_vehicle_75 = objNull; +if (true) then +{ + _this = createVehicle ["AmmoCrates_NoInteractive_Large", [4699.8218, 8921.502, 3.8619788], [], 0, "CAN_COLLIDE"]; + _vehicle_75 = _this; + _this setDir 89.684654; + _this setPos [4699.8218, 8921.502, 3.8619788]; +}; + +_vehicle_76 = objNull; +if (true) then +{ + _this = createVehicle ["AmmoCrates_NoInteractive_Medium", [4699.7046, 8920.2568, 3.8554001], [], 0, "CAN_COLLIDE"]; + _vehicle_76 = _this; + _this setDir 183.08528; + _this setPos [4699.7046, 8920.2568, 3.8554001]; +}; + +_vehicle_78 = objNull; +if (true) then +{ + _this = createVehicle ["LADAWreck", [5767.7974, 10770.342, 5.7220459e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_78 = _this; + _this setDir -85.916649; + _this setPos [5767.7974, 10770.342, 5.7220459e-006]; +}; + +_vehicle_79 = objNull; +if (true) then +{ + _this = createVehicle ["hiluxWreck", [5773.8384, 10769.822, -0.010145472], [], 0, "CAN_COLLIDE"]; + _vehicle_79 = _this; + _this setDir -86.077583; + _this setPos [5773.8384, 10769.822, -0.010145472]; +}; + +_vehicle_80 = objNull; +if (true) then +{ + _this = createVehicle ["AmmoCrate_NoInteractive_", [4705.8877, 8923.418, 0.058666922], [], 0, "CAN_COLLIDE"]; + _vehicle_80 = _this; + _this setDir -4.2159095; + _this setPos [4705.8877, 8923.418, 0.058666922]; +}; + +_vehicle_81 = objNull; +if (true) then +{ + _this = createVehicle ["FloorMop", [4698.9888, 8922.9082, 0.083297499], [], 0, "CAN_COLLIDE"]; + _vehicle_81 = _this; + _this setDir 220.81514; + _this setPos [4698.9888, 8922.9082, 0.083297499]; +}; + +_vehicle_84 = objNull; +if (true) then +{ + _this = createVehicle ["Paleta2", [4699.5322, 8934.2861, 0.087497972], [], 0, "CAN_COLLIDE"]; + _vehicle_84 = _this; + _this setDir 176.40248; + _this setPos [4699.5322, 8934.2861, 0.087497972]; +}; + +_vehicle_85 = objNull; +if (true) then +{ + _this = createVehicle ["FoldTable", [4705.1978, 8925.2207, 0.10253087], [], 0, "CAN_COLLIDE"]; + _vehicle_85 = _this; + _this setDir -5.6631036; + _this setPos [4705.1978, 8925.2207, 0.10253087]; +}; + +_vehicle_93 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Crates_EP1", [4700.2822, 8923.1855, 0.095248267], [], 0, "CAN_COLLIDE"]; + _vehicle_93 = _this; + _this setDir 181.08383; + _this setPos [4700.2822, 8923.1855, 0.095248267]; +}; + +_vehicle_94 = objNull; +if (true) then +{ + _this = createVehicle ["FoldChair", [4704.752, 8923.8262, 0.078517102], [], 0, "CAN_COLLIDE"]; + _vehicle_94 = _this; + _this setDir 166.24194; + _this setPos [4704.752, 8923.8262, 0.078517102]; +}; + +_vehicle_96 = objNull; +if (true) then +{ + _this = createVehicle ["FoldChair", [4699.5386, 8918.2539, 3.8950038], [], 0, "CAN_COLLIDE"]; + _vehicle_96 = _this; + _this setDir 225.09821; + _this setPos [4699.5386, 8918.2539, 3.8950038]; +}; + +_vehicle_98 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Fire_barrel_burning", [4702.8989, 8924.7285, 1.9073486e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_98 = _this; + _this setDir 138.94383; + _this setPos [4702.8989, 8924.7285, 1.9073486e-006]; +}; + +_vehicle_99 = objNull; +if (true) then +{ + _this = createVehicle ["Garbage_container", [4699.3628, 8925.4834, 0.083245881], [], 0, "CAN_COLLIDE"]; + _vehicle_99 = _this; + _this setPos [4699.3628, 8925.4834, 0.083245881]; +}; + +_unit_96 = objNull; +if (true) then +{ + _this = _group_2 createUnit ["Dr_Hladik_EP1", [5552.9082, 10357.344, 0.39922252], [], 0, "CAN_COLLIDE"]; + _unit_96 = _this; + _this setDir 190.65311; + _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;"; + _this setUnitAbility 0.60000002; + _this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0; +}; + +_vehicle_100 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Fire_barrel_burning", [5558.1733, 10354.138, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_100 = _this; + _this setPos [5558.1733, 10354.138, -6.1035156e-005]; +}; + +_vehicle_103 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Bag_EP1", [5554.5879, 10355.283, 0.24485525], [], 0, "CAN_COLLIDE"]; + _vehicle_103 = _this; + _this setPos [5554.5879, 10355.283, 0.24485525]; +}; + +_vehicle_104 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Bucket_EP1", [5552.1455, 10350.794, 7.6293945e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_104 = _this; + _this setPos [5552.1455, 10350.794, 7.6293945e-006]; +}; + +_vehicle_105 = objNull; +if (true) then +{ + _this = createVehicle ["WoodChair", [5554.2085, 10357.669, 0.60609627], [], 0, "CAN_COLLIDE"]; + _vehicle_105 = _this; + _this setDir 25.439491; + _this setPos [5554.2085, 10357.669, 0.60609627]; +}; + +_vehicle_106 = objNull; +if (true) then +{ + _this = createVehicle ["FoldTable", [5552.8374, 10356.26, 0.34405845], [], 0, "CAN_COLLIDE"]; + _vehicle_106 = _this; + _this setDir -5.783649; + _this setPos [5552.8374, 10356.26, 0.34405845]; +}; + +_vehicle_107 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Barrel_water", [5553.1699, 10352.005, 0.34362331], [], 0, "CAN_COLLIDE"]; + _vehicle_107 = _this; + _this setPos [5553.1699, 10352.005, 0.34362331]; +}; + +_vehicle_108 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Fire_barrel_burning", [7238.3311, 7044.499, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_108 = _this; + _this setDir 7.3112707; + _this setPos [7238.3311, 7044.499, -3.0517578e-005]; +}; + +_vehicle_109 = objNull; +if (true) then +{ + _this = createVehicle ["FlagCarrierTFKnight_EP1", [7246.3682, 7055.9644, 1.5258789e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_109 = _this; + _this setDir 52.787224; + _this setPos [7246.3682, 7055.9644, 1.5258789e-005]; +}; + +_vehicle_111 = objNull; +if (true) then +{ + _this = createVehicle ["HeliHEmpty", [7244.4067, 7032.7617, 1.5258789e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_111 = _this; + _this setPos [7244.4067, 7032.7617, 1.5258789e-005]; +}; + +_vehicle_112 = objNull; +if (true) then +{ + _this = createVehicle ["Mi8Wreck", [7214.7441, 7059.877, -0.031786133], [], 0, "CAN_COLLIDE"]; + _vehicle_112 = _this; + _this setPos [7214.7441, 7059.877, -0.031786133]; +}; + +_vehicle_188 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Campfire_burning", [4296.0728, 4780.0024, 1.2558631], [], 0, "CAN_COLLIDE"]; + _vehicle_188 = _this; + _this setDir 3.7955897; + _this setPos [4296.0728, 4780.0024, 1.2558631]; +}; + +_vehicle_190 = objNull; +if (true) then +{ + _this = createVehicle ["Land_horici_barel", [7718.1992, 5856.5874, -0.49587214], [], 0, "CAN_COLLIDE"]; + _vehicle_190 = _this; + _this setPos [7718.1992, 5856.5874, -0.49587214]; +}; + +_vehicle_192 = objNull; +if (true) then +{ + _this = createVehicle ["sad_target", [7717.3574, 5858.7383, -1.5258789e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_192 = _this; + _this setDir 15.668803; + _this setPos [7717.3574, 5858.7383, -1.5258789e-005]; +}; + +_vehicle_193 = objNull; +if (true) then +{ + _this = createVehicle ["FlagCarrierWhite_EP1", [7718.3911, 5854.3145, -7.5340271e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_193 = _this; + _this setDir -32.032825; + _this setPos [7718.3911, 5854.3145, -7.5340271e-005]; +}; + +_vehicle_194 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Nav_Boathouse_PierL", [7722.1289, 5870.8667, -0.51335055], [], 0, "CAN_COLLIDE"]; + _vehicle_194 = _this; + _this setDir 114.2811; + _this setPos [7722.1289, 5870.8667, -0.51335055]; +}; + +_unit_121 = objNull; +if (true) then +{ + _this = _group_1 createUnit ["GUE_Woodlander2", [7719.583, 5856.1743, 3.4332275e-005], [], 0, "CAN_COLLIDE"]; + _unit_121 = _this; + _this setDir 14.189513; + _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;"; + _this setUnitAbility 0.60000002; + _this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0; +}; + +_unit_122 = objNull; +if (true) then +{ + _this = _group_1 createUnit ["CIV_Contractor2_BAF", [4705.4658, 8924.2959, -4.7683716e-005], [], 0, "CAN_COLLIDE"]; + _unit_122 = _this; + _this setDir -20.240097; + _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;"; + _this setUnitAbility 0.60000002; + _this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0; +}; + +_vehicle_196 = objNull; +if (true) then +{ + _this = createVehicle ["HeliHEmpty", [7736.5615, 5865.7158, 0.0013411641], [], 0, "CAN_COLLIDE"]; + _vehicle_196 = _this; + _this setPos [7736.5615, 5865.7158, 0.0013411641]; +}; + +_vehicle_197 = objNull; +if (true) then +{ + _this = createVehicle ["Land_a_stationhouse", [6284.9966, 9398.1904, 0.12367633], [], 0, "CAN_COLLIDE"]; + _vehicle_197 = _this; + _this setDir 88.726814; + _this setPos [6284.9966, 9398.1904, 0.12367633]; +}; + +_vehicle_235 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Fire_barrel_burning", [7317.1055, 8020.9692, 2.8415632], [], 0, "CAN_COLLIDE"]; + _vehicle_235 = _this; + _this setDir 12.129263; + _this setPos [7317.1055, 8020.9692, 2.8415632]; +}; + +_vehicle_236 = objNull; +if (true) then +{ + _this = createVehicle ["FlagCarrierWhite_EP1", [7318.4692, 8022.7671, 2.8292112], [], 0, "CAN_COLLIDE"]; + _vehicle_236 = _this; + _this setDir 141.98346; + _this setPos [7318.4692, 8022.7671, 2.8292112]; +}; + +_unit_137 = objNull; +if (true) then +{ + _this = _group_1 createUnit ["GUE_Soldier_Pilot", [7318.0981, 8022.7432, 2.9222913], [], 0, "CAN_COLLIDE"]; + _unit_137 = _this; + _this setDir -106.67235; + _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;"; + _this setUnitAbility 0.60000002; + _this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0; +}; + +_vehicle_238 = objNull; +if (true) then +{ + _this = createVehicle ["HeliHEmpty", [7304.8247, 8034.8745, -1.5258789e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_238 = _this; + _this setPos [7304.8247, 8034.8745, -1.5258789e-005]; +}; + +_vehicle_242 = objNull; +if (true) then +{ + _this = createVehicle ["M1130_HQ_unfolded_Base_EP1", [3605.4863, 8039.1504, -0.32511568], [], 0, "CAN_COLLIDE"]; + _vehicle_242 = _this; + _this setDir -74.986504; + _this setPos [3605.4863, 8039.1504, -0.32511568]; +}; + +_vehicle_243 = objNull; +if (true) then +{ + _this = createVehicle ["HeliHEmpty", [3598.0754, 8015.25, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_243 = _this; + _this setDir -25.457548; + _this setPos [3598.0754, 8015.25, -3.0517578e-005]; +}; + +_vehicle_244 = objNull; +if (true) then +{ + _this = createVehicle ["FlagCarrierWhite_EP1", [3610.667, 8039.2529, -0.3077184], [], 0, "CAN_COLLIDE"]; + _vehicle_244 = _this; + _this setDir -33.277966; + _this setPos [3610.667, 8039.2529, -0.3077184]; +}; + +_vehicle_245 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Fire_barrel_burning", [3607.4265, 8033.1504, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_245 = _this; + _this setDir 175.03098; + _this setPos [3607.4265, 8033.1504, -3.0517578e-005]; +}; + +_vehicle_248 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Fire_barrel_burning", [3600.7502, 8035.1392], [], 0, "CAN_COLLIDE"]; + _vehicle_248 = _this; + _this setDir 379.69; + _this setPos [3600.7502, 8035.1392]; +}; + +_unit_156 = objNull; +if (true) then +{ + _this = _group_1 createUnit ["GUE_Soldier_CO", [7238.9297, 7046.7632], [], 0, "CAN_COLLIDE"]; + _unit_156 = _this; + _this setDir 137.64249; + _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;"; + _this setUnitAbility 0.60000002; + _this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0; +}; + +_unit_161 = objNull; +if (true) then +{ + _this = _group_1 createUnit ["nac_soldier_2", [8885.5391, 10756.329, 8.9604874], [], 0, "CAN_COLLIDE"]; + _unit_161 = _this; + _this setDir 80.769196; + _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;"; + _this setUnitAbility 0.60000002; + _this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0; +}; + +_vehicle_251 = objNull; +if (true) then +{ + _this = createVehicle ["Misc_cargo_cont_net2", [8884.3545, 10759.303, 0.0040245615], [], 0, "CAN_COLLIDE"]; + _vehicle_251 = _this; + _this setDir 48.205803; + _this setPos [8884.3545, 10759.303, 0.0040245615]; +}; + +_vehicle_252 = objNull; +if (true) then +{ + _this = createVehicle ["Misc_cargo_cont_net2", [2186.6814, 5762.2876, -0.045454096], [], 0, "CAN_COLLIDE"]; + _vehicle_252 = _this; + _this setPos [2186.6814, 5762.2876, -0.045454096]; +}; + +_vehicle_253 = objNull; +if (true) then +{ + _this = createVehicle ["ClutterCutter_EP1", [4288.7456, 4758.9648, 3.4332275e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_253 = _this; + _this setPos [4288.7456, 4758.9648, 3.4332275e-005]; +}; + +_vehicle_254 = objNull; +if (true) then +{ + _this = createVehicle ["HeliHEmpty", [4288.8286, 4759.8398, 3.6001205e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_254 = _this; + _this setPos [4288.8286, 4759.8398, 3.6001205e-005]; +}; + +_vehicle_255 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Fire_barrel_burning", [4298.3955, 4773.4888, 0.070920758], [], 0, "CAN_COLLIDE"]; + _vehicle_255 = _this; + _this setDir 135.10112; + _this setPos [4298.3955, 4773.4888, 0.070920758]; +}; + +_unit_167 = objNull; +if (true) then +{ + _this = _group_1 createUnit ["GUE_Soldier_Crew", [4296.8467, 4772.5088, -0.46098599], [], 0, "CAN_COLLIDE"]; + _unit_167 = _this; + _this setDir -35.82135; + _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;"; + _this setUnitAbility 0.60000002; + _this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0; +}; + +_vehicle_256 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Fire_barrel_burning", [5030.2114, 8230.8213, 4.8587146], [], 0, "CAN_COLLIDE"]; + _vehicle_256 = _this; + _this setDir -19.551907; + _this setPos [5030.2114, 8230.8213, 4.8587146]; +}; + +_vehicle_257 = objNull; +if (true) then +{ + _this = createVehicle ["AmmoCrate_NoInteractive_", [5031.6475, 8234.2539, 4.8193774], [], 0, "CAN_COLLIDE"]; + _vehicle_257 = _this; + _this setDir 177.96034; + _this setPos [5031.6475, 8234.2539, 4.8193774]; +}; + +_vehicle_258 = objNull; +if (true) then +{ + _this = createVehicle ["AmmoCrates_NoInteractive_Large", [5034.2227, 8234.1416, 4.8193851], [], 0, "CAN_COLLIDE"]; + _vehicle_258 = _this; + _this setDir 173.94582; + _this setPos [5034.2227, 8234.1416, 4.8193851]; +}; + +_vehicle_259 = objNull; +if (true) then +{ + _this = createVehicle ["AmmoCrates_NoInteractive_Small", [5033.9229, 8232.7256, 4.8652501], [], 0, "CAN_COLLIDE"]; + _vehicle_259 = _this; + _this setDir 271.34012; + _this setPos [5033.9229, 8232.7256, 4.8652501]; +}; + +_vehicle_260 = objNull; +if (true) then +{ + _this = createVehicle ["AmmoCrates_NoInteractive_Medium", [5032.7788, 8234.125, 4.8193889], [], 0, "CAN_COLLIDE"]; + _vehicle_260 = _this; + _this setDir 86.220734; + _this setPos [5032.7788, 8234.125, 4.8193889]; +}; + +_vehicle_262 = objNull; +if (true) then +{ + _this = createVehicle ["Land_fort_bagfence_long", [5032.21, 8223.4316, 4.5612092], [], 0, "CAN_COLLIDE"]; + _vehicle_262 = _this; + _this setPos [5032.21, 8223.4316, 4.5612092]; +}; + +_unit_172 = objNull; +if (true) then +{ + _this = _group_1 createUnit ["GUE_Soldier_2", [5031.3525, 8233.0391, 4.8950696], [], 0, "CAN_COLLIDE"]; + _unit_172 = _this; + _this setDir 157.8391; + _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;"; + _this setUnitAbility 0.60000002; + _this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0; +}; + +_unit_173 = objNull; +if (true) then +{ + _this = _group_1 createUnit ["GUE_Soldier_1", [5032.7378, 8232.7119, 4.8950772], [], 0, "CAN_COLLIDE"]; + _unit_173 = _this; + _this setDir 185.29475; + _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;"; + _this setUnitAbility 0.60000002; + _this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0; +}; + +_vehicle_263 = objNull; +if (true) then +{ + _this = createVehicle ["FoldTable", [5032.0024, 8231.7559, 4.8737202], [], 0, "CAN_COLLIDE"]; + _vehicle_263 = _this; + _this setPos [5032.0024, 8231.7559, 4.8737202]; +}; + +_vehicle_264 = objNull; +if (true) then +{ + _this = createVehicle ["Land_tires_EP1", [4318.0396, 4777.7466, 2.6226044e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_264 = _this; + _this setDir -21.553392; + _this setPos [4318.0396, 4777.7466, 2.6226044e-006]; +}; + +_vehicle_266 = objNull; +if (true) then +{ + _this = createVehicle ["Land_transport_cart_EP1", [4325.7021, 4778.1025, 3.3378601e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_266 = _this; + _this setDir -86.248077; + _this setPos [4325.7021, 4778.1025, 3.3378601e-006]; +}; + +_vehicle_267 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Crates_stack_EP1", [4310.7788, 4782.123, 5.9604645e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_267 = _this; + _this setDir 89.279297; + _this setPos [4310.7788, 4782.123, 5.9604645e-006]; +}; + +_vehicle_268 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Fire_barrel_burning", [4315.313, 4778.415, -1.6689301e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_268 = _this; + _this setDir 198.51137; + _this setPos [4315.313, 4778.415, -1.6689301e-006]; +}; + +_vehicle_269 = objNull; +if (true) then +{ + _this = createVehicle ["FoldTable", [4312.5278, 4777.5376, -5.9604645e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_269 = _this; + _this setDir -0.13874577; + _this setPos [4312.5278, 4777.5376, -5.9604645e-006]; +}; + +_vehicle_271 = objNull; +if (true) then +{ + _this = createVehicle ["FoldTable", [4310.6528, 4779.7397, 4.0531158e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_271 = _this; + _this setDir 88.823166; + _this setPos [4310.6528, 4779.7397, 4.0531158e-006]; +}; + +_unit_176 = objNull; +if (true) then +{ + _this = _group_2 createUnit ["Woodlander2", [4312.3286, 4779.0835, 3.0994415e-006], [], 0, "CAN_COLLIDE"]; + _unit_176 = _this; + _this setDir 41.202724; + _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;"; + _this setUnitAbility 0.60000002; + _this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0; +}; + +_vehicle_274 = objNull; +if (true) then +{ + _this = createVehicle ["FlagCarrierOPFOR_EP1", [4305.479, 4763.7749, -1.001358e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_274 = _this; + _this setDir 189.8136; + _this setPos [4305.479, 4763.7749, -1.001358e-005]; +}; + +_vehicle_275 = objNull; +if (true) then +{ + _this = createVehicle ["Info_Board_EP1", [4292.4043, 4778.2744, 5.2452087e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_275 = _this; + _this setDir 89.843872; + _this setVehicleInit "this allowDammage false;"; + _this setPos [4292.4043, 4778.2744, 5.2452087e-006]; +}; + +_vehicle_277 = objNull; +if (true) then +{ + _this = createVehicle ["Info_Board_EP1", [3603.8921, 8033.7861, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_277 = _this; + _this setDir 14.448171; + _this setVehicleInit "this allowDammage false;"; + _this setPos [3603.8921, 8033.7861, -3.0517578e-005]; +}; + +_vehicle_279 = objNull; +if (true) then +{ + _this = createVehicle ["Info_Board_EP1", [4705.2471, 8915.7295, 1.9073486e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_279 = _this; + _this setDir -2.1701665; + _this setVehicleInit "this allowDammage false;"; + _this setPos [4705.2471, 8915.7295, 1.9073486e-006]; +}; + +_vehicle_281 = objNull; +if (true) then +{ + _this = createVehicle ["Info_Board_EP1", [5027.5381, 8220.0664, -7.6293945e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_281 = _this; + _this setDir 1.9893483; + _this setVehicleInit "this allowDammage false;"; + _this setPos [5027.5381, 8220.0664, -7.6293945e-006]; +}; + +_vehicle_283 = objNull; +if (true) then +{ + _this = createVehicle ["Info_Board_EP1", [7316.8262, 8024.147, -7.6293945e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_283 = _this; + _this setDir 134.36951; + _this setVehicleInit "this allowDammage false;"; + _this setPos [7316.8262, 8024.147, -7.6293945e-006]; +}; + +_unit_194 = objNull; +if (true) then +{ + _this = _group_1 createUnit ["Tanny_PMC", [3605.6016, 8037.0762, 4.9591064e-005], [], 0, "CAN_COLLIDE"]; + _unit_194 = _this; + _this setDir -172.49802; + _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0; "; + _this setUnitAbility 0.60000002; + _this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0; +}; + +_unit_203 = objNull; +if (true) then +{ + _this = _group_1 createUnit ["UN_CDF_Soldier_EP1", [2188.5654, 5768.103, 0.0677872], [], 0, "CAN_COLLIDE"]; + _unit_203 = _this; + _this setDir -161.52242; + _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0; "; + _this setUnitAbility 0.60000002; + _this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0; +}; + +_unit_206 = objNull; +if (true) then +{ + _this = _group_1 createUnit ["UN_CDF_Soldier_MG_EP1", [8885.9033, 10755.449, -1.335144e-005], [], 0, "CAN_COLLIDE"]; + _unit_206 = _this; + _this setDir 84.480438; + _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0; "; + _this setUnitAbility 0.60000002; + _this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0; +}; + +_vehicle_284 = objNull; +if (true) then +{ + _this = createVehicle ["Land_bags_EP1", [4299.8662, 4780.3071, 6.7710876e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_284 = _this; + _this setDir -76.58609; + _this setPos [4299.8662, 4780.3071, 6.7710876e-005]; +}; + +_vehicle_285 = objNull; +if (true) then +{ + _this = createVehicle ["Garbage_can", [4293.875, 4785.0073, 9.5367432e-007], [], 0, "CAN_COLLIDE"]; + _vehicle_285 = _this; + _this setPos [4293.875, 4785.0073, 9.5367432e-007]; +}; + +_vehicle_286 = objNull; +if (true) then +{ + _this = createVehicle ["Land_bags_stack_EP1", [4299.6387, 4784.7124, 8.8214874e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_286 = _this; + _this setPos [4299.6387, 4784.7124, 8.8214874e-006]; +}; + +_vehicle_288 = objNull; +if (true) then +{ + _this = createVehicle ["ClutterCutter_small_EP1", [4300.0854, 4783.1147, 2.1457672e-006], [], 0, "CAN_COLLIDE"]; + _vehicle_288 = _this; + _this setPos [4300.0854, 4783.1147, 2.1457672e-006]; +}; + +_vehicle_289 = objNull; +if (true) then +{ + _this = createVehicle ["WoodChair", [4295.752, 4782.6045, 0.077848651], [], 0, "CAN_COLLIDE"]; + _vehicle_289 = _this; + _this setDir 286.36047; + _this setPos [4295.752, 4782.6045, 0.077848651]; +}; + +_vehicle_291 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Table_EP1", [4299.7778, 4782.8535, 0.083143242], [], 0, "CAN_COLLIDE"]; + _vehicle_291 = _this; + _this setDir -178.96597; + _this setPos [4299.7778, 4782.8535, 0.083143242]; +}; + +_unit_209 = objNull; +if (true) then +{ + _this = _group_2 createUnit ["RU_Farmwife3", [4297.9097, 4782.6987, 2.0503998e-005], [], 0, "CAN_COLLIDE"]; + _unit_209 = _this; + _this setDir -57.135807; + _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;"; + _this setUnitAbility 0.60000002; + _this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0; +}; + +_vehicle_292 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Barrel_water", [4291.4438, 4782.0732, 0.076717921], [], 0, "CAN_COLLIDE"]; + _vehicle_292 = _this; + _this setDir 33.514633; + _this setPos [4291.4438, 4782.0732, 0.076717921]; +}; + +_vehicle_308 = objNull; +if (true) then +{ + _this = createVehicle ["Land_ConcreteBlock", [1360.1985, 1157.5498, -1.052331], [], 0, "CAN_COLLIDE"]; + _vehicle_308 = _this; + _this setPos [1360.1985, 1157.5498, -1.052331]; +}; + +_vehicle_310 = objNull; +if (true) then +{ + _this = createVehicle ["Land_ConcreteBlock", [1360.4006, 1152.3916, -0.95587093], [], 0, "CAN_COLLIDE"]; + _vehicle_310 = _this; + _this setPos [1360.4006, 1152.3916, -0.95587093]; +}; + +_vehicle_312 = objNull; +if (true) then +{ + _this = createVehicle ["Land_ConcreteBlock", [1351.6055, 1152.1189, -0.87151676], [], 0, "CAN_COLLIDE"]; + _vehicle_312 = _this; + _this setPos [1351.6055, 1152.1189, -0.87151676]; +}; + +_vehicle_314 = objNull; +if (true) then +{ + _this = createVehicle ["Land_ConcreteBlock", [1351.5781, 1157.3811, -0.8524617], [], 0, "CAN_COLLIDE"]; + _vehicle_314 = _this; + _this setPos [1351.5781, 1157.3811, -0.8524617]; +}; + +processInitCommands; \ No newline at end of file diff --git a/MPMissions/DayZ_Epoch_15.namalsk/mission.sqm b/MPMissions/DayZ_Epoch_15.namalsk/mission.sqm index 0a78a5454..b3c583df7 100644 --- a/MPMissions/DayZ_Epoch_15.namalsk/mission.sqm +++ b/MPMissions/DayZ_Epoch_15.namalsk/mission.sqm @@ -49,7 +49,7 @@ class Mission items=100; class Item0 { - position[]={1354.4592,2000,1154.4187}; + position[]={1354.8717,0.23961021,1155.2341}; azimut=-17.0839; id=11; side="WEST"; @@ -60,7 +60,7 @@ class Mission }; class Item1 { - position[]={1356.0022,2000,1153.9695}; + position[]={1356.4147,0.25332323,1154.7849}; azimut=-17.0839; id=0; side="WEST"; @@ -73,7 +73,7 @@ class Mission }; class Item2 { - position[]={1354.9612,0.44579011,1154.2585}; + position[]={1355.3737,0.24380074,1155.074}; azimut=-17.083944; id=5; side="WEST"; @@ -84,7 +84,7 @@ class Mission }; class Item3 { - position[]={1354.0901,0.44612327,1153.8035}; + position[]={1354.5026,0.2389835,1154.6189}; azimut=-17.083944; id=8; side="WEST"; @@ -95,7 +95,7 @@ class Mission }; class Item4 { - position[]={1355.8616,0.45234293,1155.5515}; + position[]={1356.3076,0.2579042,1156.1831}; azimut=-17.083944; id=18; side="WEST"; @@ -106,7 +106,7 @@ class Mission }; class Item5 { - position[]={1355.8499,0.45164835,1154.0125}; + position[]={1356.2623,0.25185645,1154.8279}; azimut=-17.083944; id=2; side="WEST"; @@ -117,7 +117,7 @@ class Mission }; class Item6 { - position[]={1355.217,0.4472869,1154.2175}; + position[]={1355.6295,0.2460452,1155.033}; azimut=-17.083937; id=9; side="WEST"; @@ -128,7 +128,7 @@ class Mission }; class Item7 { - position[]={1356.5569,0.45703575,1154.366}; + position[]={1356.9694,0.26114872,1155.1814}; azimut=-17.083944; id=21; side="WEST"; @@ -139,7 +139,7 @@ class Mission }; class Item8 { - position[]={1355.9573,0.4570424,1152.8445}; + position[]={1356.605,0.25422719,1153.9452}; azimut=-17.083944; id=13; side="WEST"; @@ -150,7 +150,7 @@ class Mission }; class Item9 { - position[]={1356.6702,0.4578197,1154.0789}; + position[]={1357.0826,0.26120377,1154.8943}; azimut=-17.083944; id=7; side="WEST"; @@ -161,7 +161,7 @@ class Mission }; class Item10 { - position[]={1354.4944,0.4458946,1153.9285}; + position[]={1354.9069,0.24078667,1154.7439}; azimut=-17.0839; id=36; side="WEST"; @@ -172,7 +172,7 @@ class Mission }; class Item11 { - position[]={1354.3499,0.44345874,1154.2332}; + position[]={1354.7623,0.23910131,1155.0486}; azimut=-17.083944; id=25; side="WEST"; @@ -183,7 +183,7 @@ class Mission }; class Item12 { - position[]={1352.4143,0.45631716,1153.2097}; + position[]={1354.4736,0.24120888,1154.1777}; azimut=-17.083944; id=43; side="WEST"; @@ -194,7 +194,7 @@ class Mission }; class Item13 { - position[]={1355.7854,0.45099002,1154.1199}; + position[]={1356.1979,0.25140458,1154.9353}; azimut=-17.083944; id=30; side="WEST"; @@ -205,7 +205,7 @@ class Mission }; class Item14 { - position[]={1355.8254,0.45202219,1153.8171}; + position[]={1356.2379,0.25134069,1154.6326}; azimut=-17.083944; id=33; side="WEST"; @@ -216,7 +216,7 @@ class Mission }; class Item15 { - position[]={1356.4729,0.45671615,1154.6843}; + position[]={1356.8854,0.2617631,1155.4998}; azimut=-17.083944; id=1; side="WEST"; @@ -227,7 +227,7 @@ class Mission }; class Item16 { - position[]={1355.8147,0.45065901,1154.905}; + position[]={1356.2272,0.25433829,1155.7205}; azimut=-17.083944; id=4; side="WEST"; @@ -238,7 +238,7 @@ class Mission }; class Item17 { - position[]={1354.2463,0.4534705,1153.0496}; + position[]={1355.0956,0.24406084,1154.1174}; azimut=-17.083944; id=3; side="WEST"; @@ -249,7 +249,7 @@ class Mission }; class Item18 { - position[]={1354.9631,0.44326246,1155.3718}; + position[]={1355.4932,0.24656871,1156.0018}; azimut=-17.083944; id=6; side="WEST"; @@ -260,7 +260,7 @@ class Mission }; class Item19 { - position[]={1354.6721,0.4414182,1155.0886}; + position[]={1355.0846,0.24181087,1155.9041}; azimut=-17.083944; id=10; side="WEST"; @@ -271,7 +271,7 @@ class Mission }; class Item20 { - position[]={1356.1819,0.45389614,1154.0398}; + position[]={1356.5944,0.25540516,1154.8552}; azimut=-17.083944; id=16; side="WEST"; @@ -282,7 +282,7 @@ class Mission }; class Item21 { - position[]={1355.9319,0.45237142,1153.9246}; + position[]={1356.3444,0.25250864,1154.74}; azimut=-17.083944; id=19; side="WEST"; @@ -293,7 +293,7 @@ class Mission }; class Item22 { - position[]={1355.8362,0.4510195,1154.3035}; + position[]={1356.2487,0.25236487,1155.1189}; azimut=-17.083944; id=15; side="WEST"; @@ -304,7 +304,7 @@ class Mission }; class Item23 { - position[]={1355.9885,0.45243403,1154.0828}; + position[]={1356.401,0.2534402,1154.8982}; azimut=-17.083944; id=23; side="WEST"; @@ -315,7 +315,7 @@ class Mission }; class Item24 { - position[]={1355.8889,0.45123139,1154.6199}; + position[]={1356.3014,0.25403622,1155.4353}; azimut=-17.083944; id=26; side="WEST"; @@ -326,7 +326,7 @@ class Mission }; class Item25 { - position[]={1355.2444,0.44771534,1154.1394}; + position[]={1355.6569,0.24624833,1154.9548}; azimut=-17.083944; id=29; side="WEST"; @@ -337,7 +337,7 @@ class Mission }; class Item26 { - position[]={1355.6292,0.44998831,1154.116}; + position[]={1356.0416,0.24982074,1154.9314}; azimut=-17.083944; id=31; side="WEST"; @@ -348,7 +348,7 @@ class Mission }; class Item27 { - position[]={1356.2483,0.4545804,1154.739}; + position[]={1356.6608,0.25908554,1155.5544}; azimut=-17.083944; id=28; side="WEST"; @@ -359,7 +359,7 @@ class Mission }; class Item28 { - position[]={1356.1897,0.45534045,1155.321}; + position[]={1356.6022,0.26181519,1156.1365}; azimut=-17.083944; id=35; side="WEST"; @@ -370,7 +370,7 @@ class Mission }; class Item29 { - position[]={1355.5081,0.45410702,1153.1101}; + position[]={1355.9205,0.24928978,1153.9255}; azimut=-17.083944; id=27; side="WEST"; @@ -381,7 +381,7 @@ class Mission }; class Item30 { - position[]={1354.342,0.44497445,1154.0066}; + position[]={1354.7545,0.2396294,1154.822}; azimut=-17.083937; id=34; side="WEST"; @@ -392,7 +392,7 @@ class Mission }; class Item31 { - position[]={1355.9006,0.4556295,1153.0554}; + position[]={1356.3131,0.25203755,1153.8708}; azimut=-17.083944; id=46; side="WEST"; @@ -403,7 +403,7 @@ class Mission }; class Item32 { - position[]={1355.4534,0.45023295,1153.78}; + position[]={1355.8658,0.24803415,1154.5955}; azimut=-17.083944; id=38; side="WEST"; @@ -414,7 +414,7 @@ class Mission }; class Item33 { - position[]={1354.219,0.45341882,1153.0554}; + position[]={1355.3372,0.24552195,1154.0569}; azimut=-17.083944; id=32; side="WEST"; @@ -425,7 +425,7 @@ class Mission }; class Item34 { - position[]={1355.5745,0.44858494,1154.7585}; + position[]={1355.9869,0.25084427,1155.574}; azimut=-17.083944; id=47; side="WEST"; @@ -436,7 +436,7 @@ class Mission }; class Item35 { - position[]={1354.1838,0.4444392,1154.03}; + position[]={1354.5963,0.23859134,1154.8455}; azimut=-17.083944; id=41; side="WEST"; @@ -447,7 +447,7 @@ class Mission }; class Item36 { - position[]={1356.2561,0.45473546,1153.8113}; + position[]={1356.6686,0.25557923,1154.6267}; azimut=-17.083944; id=40; side="WEST"; @@ -458,7 +458,7 @@ class Mission }; class Item37 { - position[]={1355.0608,0.45125532,1153.366}; + position[]={1355.4733,0.24586312,1154.1814}; azimut=-17.083944; id=44; side="WEST"; @@ -469,7 +469,7 @@ class Mission }; class Item38 { - position[]={1353.5901,0.45549923,1152.9714}; + position[]={1355.666,0.24698059,1154.2218}; azimut=-17.083944; id=48; side="WEST"; @@ -480,7 +480,7 @@ class Mission }; class Item39 { - position[]={1353.9299,0.44621959,1153.7742}; + position[]={1354.3424,0.23838344,1154.5896}; azimut=-17.083944; id=39; side="WEST"; @@ -491,7 +491,7 @@ class Mission }; class Item40 { - position[]={1354.3401,0.45654437,1152.7625}; + position[]={1355.9792,0.24974239,1153.896}; azimut=-17.083944; id=37; side="WEST"; @@ -502,7 +502,7 @@ class Mission }; class Item41 { - position[]={1353.1389,0.44443581,1153.9539}; + position[]={1354.7446,0.23833342,1155.5437}; azimut=-17.083944; id=45; side="WEST"; @@ -513,7 +513,7 @@ class Mission }; class Item42 { - position[]={1355.0647,0.44982257,1153.5789}; + position[]={1355.4772,0.24534377,1154.3943}; azimut=-17.0839; id=49; side="WEST"; @@ -524,7 +524,7 @@ class Mission }; class Item43 { - position[]={1355.4065,0.45308396,1153.2234}; + position[]={1356.0206,0.24942434,1154.2731}; azimut=-17.083944; id=42; side="WEST"; @@ -535,7 +535,7 @@ class Mission }; class Item44 { - position[]={1355.8684,0.45174211,1154.0222}; + position[]={1356.2809,0.25206771,1154.8376}; azimut=-17.083944; id=22; side="WEST"; @@ -546,7 +546,7 @@ class Mission }; class Item45 { - position[]={1355.4338,0.44829011,1154.2996}; + position[]={1355.8463,0.24817747,1155.115}; azimut=-17.083944; id=12; side="WEST"; @@ -557,7 +557,7 @@ class Mission }; class Item46 { - position[]={1356.0061,0.45315912,1155.2722}; + position[]={1356.4186,0.25887737,1156.0876}; azimut=-17.083944; id=14; side="WEST"; @@ -568,7 +568,7 @@ class Mission }; class Item47 { - position[]={1356.0217,0.45261818,1154.9148}; + position[]={1356.4342,0.25704432,1155.7302}; azimut=-17.0839; id=24; side="WEST"; @@ -579,7 +579,7 @@ class Mission }; class Item48 { - position[]={1356.4807,0.45730096,1154.9011}; + position[]={1356.8932,0.26317647,1155.7166}; azimut=-17.083944; id=20; side="WEST"; @@ -590,7 +590,7 @@ class Mission }; class Item49 { - position[]={1353.7463,0.43576691,1155.1843}; + position[]={1355.0999,0.24244656,1156.1188}; azimut=-17.083944; id=17; side="WEST"; @@ -601,7 +601,7 @@ class Mission }; class Item50 { - position[]={1356.1272,0.45329285,1154.2605}; + position[]={1356.5397,0.25549912,1155.0759}; azimut=-17.0839; id=51; side="WEST"; @@ -612,7 +612,7 @@ class Mission }; class Item51 { - position[]={1355.9631,0.45277748,1153.8386}; + position[]={1356.3756,0.25269049,1154.6541}; azimut=-17.0839; id=52; side="WEST"; @@ -623,7 +623,7 @@ class Mission }; class Item52 { - position[]={1356.6194,0.45743412,1154.1843}; + position[]={1357.0319,0.26104403,1154.9998}; azimut=-17.0839; id=55; side="WEST"; @@ -634,7 +634,7 @@ class Mission }; class Item53 { - position[]={1355.0549,0.44980928,1153.5769}; + position[]={1355.4674,0.24528551,1154.3923}; azimut=-17.0839; id=53; side="WEST"; @@ -645,7 +645,7 @@ class Mission }; class Item54 { - position[]={1355.4866,0.44983163,1153.9128}; + position[]={1355.899,0.24830934,1154.7283}; azimut=-17.0839; id=54; side="WEST"; @@ -656,7 +656,7 @@ class Mission }; class Item55 { - position[]={1356.0022,0.45257336,1154.0593}; + position[]={1356.4147,0.25352725,1154.8748}; azimut=-17.0839; id=70; side="WEST"; @@ -667,7 +667,7 @@ class Mission }; class Item56 { - position[]={1354.4026,0.44198224,1154.5242}; + position[]={1354.8151,0.23905705,1155.3396}; azimut=-17.0839; id=60; side="WEST"; @@ -678,7 +678,7 @@ class Mission }; class Item57 { - position[]={1354.4338,0.44462815,1154.0925}; + position[]={1354.8463,0.23998326,1154.908}; azimut=-17.0839; id=68; side="WEST"; @@ -689,7 +689,7 @@ class Mission }; class Item58 { - position[]={1354.8733,0.44425228,1154.5359}; + position[]={1355.2858,0.24308674,1155.3513}; azimut=-17.0839; id=66; side="WEST"; @@ -700,7 +700,7 @@ class Mission }; class Item59 { - position[]={1355.1702,0.44932759,1153.7214}; + position[]={1355.5826,0.24583782,1154.5369}; azimut=-17.0839; id=61; side="WEST"; @@ -711,7 +711,7 @@ class Mission }; class Item60 { - position[]={1354.9084,0.44582021,1154.198}; + position[]={1355.3209,0.24337989,1155.0134}; azimut=-17.0839; id=63; side="WEST"; @@ -722,7 +722,7 @@ class Mission }; class Item61 { - position[]={1356.2209,0.45650166,1155.5437}; + position[]={1356.684,0.26302835,1156.141}; azimut=-17.0839; id=72; side="WEST"; @@ -733,7 +733,7 @@ class Mission }; class Item62 { - position[]={1355.8967,0.45436841,1153.3035}; + position[]={1356.3092,0.25180304,1154.1189}; azimut=-17.0839; id=57; side="WEST"; @@ -744,7 +744,7 @@ class Mission }; class Item63 { - position[]={1355.9202,0.45329285,1153.5886}; + position[]={1356.3326,0.25200275,1154.4041}; azimut=-17.0839; id=58; side="WEST"; @@ -755,7 +755,7 @@ class Mission }; class Item64 { - position[]={1353.8245,0.44102788,1154.3757}; + position[]={1354.4554,0.23675555,1155.1743}; azimut=-17.0839; id=62; side="WEST"; @@ -766,7 +766,7 @@ class Mission }; class Item65 { - position[]={1354.9553,0.44591099,1154.2253}; + position[]={1355.3678,0.2437603,1155.0408}; azimut=-17.0839; id=75; side="WEST"; @@ -777,7 +777,7 @@ class Mission }; class Item66 { - position[]={1355.1663,0.44941926,1153.7039}; + position[]={1355.5787,0.2458404,1154.5193}; azimut=-17.0839; id=56; side="WEST"; @@ -788,7 +788,7 @@ class Mission }; class Item67 { - position[]={1354.0569,0.44870993,1153.5183}; + position[]={1354.4694,0.24028455,1154.3337}; azimut=-17.0839; id=73; side="WEST"; @@ -799,7 +799,7 @@ class Mission }; class Item68 { - position[]={1356.0139,0.45736513,1152.8191}; + position[]={1356.7961,0.25613582,1154.2395}; azimut=-17.0839; id=69; side="WEST"; @@ -810,7 +810,7 @@ class Mission }; class Item69 { - position[]={1355.0979,0.45033658,1153.5144}; + position[]={1355.5104,0.24571991,1154.3298}; azimut=-17.0839; id=67; side="WEST"; @@ -821,7 +821,7 @@ class Mission }; class Item70 { - position[]={1354.3557,0.45174351,1153.2136}; + position[]={1354.7682,0.24312513,1154.0291}; azimut=-17.0839; id=65; side="WEST"; @@ -832,7 +832,7 @@ class Mission }; class Item71 { - position[]={1355.4631,0.44863629,1154.2371}; + position[]={1355.8756,0.24838357,1155.0525}; azimut=-17.0839; id=74; side="WEST"; @@ -843,7 +843,7 @@ class Mission }; class Item72 { - position[]={1353.5862,0.43946421,1154.5125}; + position[]={1354.9565,0.24059308,1155.9664}; azimut=-17.0839; id=71; side="WEST"; @@ -854,7 +854,7 @@ class Mission }; class Item73 { - position[]={1355.2346,0.44779453,1154.1082}; + position[]={1355.6471,0.24616408,1154.9236}; azimut=-17.0839; id=59; side="WEST"; @@ -865,7 +865,7 @@ class Mission }; class Item74 { - position[]={1353.9143,0.44260776,1154.1941}; + position[]={1354.3268,0.23649044,1155.0095}; azimut=-17.0839; id=64; side="WEST"; @@ -876,7 +876,7 @@ class Mission }; class Item75 { - position[]={1356.1643,0.4542385,1155.0183}; + position[]={1356.5768,0.25951049,1155.8337}; azimut=-17.0839; id=81; side="WEST"; @@ -887,7 +887,7 @@ class Mission }; class Item76 { - position[]={1353.551,0.44190803,1154.2136}; + position[]={1354.77,0.23864149,1155.8873}; azimut=-17.0839; id=83; side="WEST"; @@ -898,7 +898,7 @@ class Mission }; class Item77 { - position[]={1353.5686,0.44640109,1153.7488}; + position[]={1354.5188,0.23660029,1155.472}; azimut=-17.0839; id=82; side="WEST"; @@ -909,7 +909,7 @@ class Mission }; class Item78 { - position[]={1353.9651,0.44526705,1153.8835}; + position[]={1354.3776,0.23803186,1154.699}; azimut=-17.0839; id=84; side="WEST"; @@ -920,7 +920,7 @@ class Mission }; class Item79 { - position[]={1354.5374,0.45075232,1153.3269}; + position[]={1354.9498,0.24326879,1154.1423}; azimut=-17.0839; id=85; side="WEST"; @@ -931,7 +931,7 @@ class Mission }; class Item80 { - position[]={1353.7639,0.44457644,1153.9402}; + position[]={1354.7141,0.23805465,1155.6635}; azimut=-17.0839; id=77; side="WEST"; @@ -942,7 +942,7 @@ class Mission }; class Item81 { - position[]={1352.6682,0.44057301,1154.3347}; + position[]={1354.425,0.24022374,1154.314}; azimut=-17.0839; id=78; side="WEST"; @@ -953,7 +953,7 @@ class Mission }; class Item82 { - position[]={1353.2151,0.45222065,1153.2976}; + position[]={1354.6863,0.23866394,1155.0209}; azimut=-17.0839; id=79; side="WEST"; @@ -964,7 +964,7 @@ class Mission }; class Item83 { - position[]={1355.3518,0.44874132,1154.0183}; + position[]={1355.7643,0.24717358,1154.8337}; azimut=-17.0839; id=76; side="WEST"; @@ -975,7 +975,7 @@ class Mission }; class Item84 { - position[]={1354.9573,0.44530687,1154.3738}; + position[]={1355.3698,0.2437712,1155.1892}; azimut=-17.0839; id=80; side="WEST"; @@ -986,7 +986,7 @@ class Mission }; class Item85 { - position[]={1355.6663,0.44966522,1155.2859}; + position[]={1356.0787,0.25429651,1156.1013}; azimut=-17.0839; id=97; side="WEST"; @@ -997,7 +997,7 @@ class Mission }; class Item86 { - position[]={1353.1624,0.43928397,1154.4597}; + position[]={1354.9862,0.24063575,1155.797}; azimut=-17.0839; id=98; side="WEST"; @@ -1008,7 +1008,7 @@ class Mission }; class Item87 { - position[]={1355.5745,0.44862604,1155.1433}; + position[]={1355.9869,0.25239187,1155.9587}; azimut=-17.0839; id=99; side="WEST"; @@ -1019,7 +1019,7 @@ class Mission }; class Item88 { - position[]={1354.8401,0.44269243,1155.032}; + position[]={1355.2526,0.24345359,1155.8474}; azimut=-17.0839; id=100; side="WEST"; @@ -1030,7 +1030,7 @@ class Mission }; class Item89 { - position[]={1355.0256,0.44413862,1154.9578}; + position[]={1355.4381,0.24527921,1155.7732}; azimut=-17.0839; id=96; side="WEST"; @@ -1041,7 +1041,7 @@ class Mission }; class Item90 { - position[]={1354.467,0.44950968,1153.4597}; + position[]={1354.8795,0.24232566,1154.2751}; azimut=-17.0839; id=87; side="WEST"; @@ -1052,7 +1052,7 @@ class Mission }; class Item91 { - position[]={1353.8284,0.44590729,1153.8015}; + position[]={1354.6105,0.23960987,1154.5994}; azimut=-17.0839; id=92; side="WEST"; @@ -1063,7 +1063,7 @@ class Mission }; class Item92 { - position[]={1355.5315,0.44861853,1154.4539}; + position[]={1355.944,0.24949718,1155.2693}; azimut=-17.0839; id=88; side="WEST"; @@ -1074,7 +1074,7 @@ class Mission }; class Item93 { - position[]={1354.9495,0.44535023,1154.3562}; + position[]={1355.3619,0.24371265,1155.1716}; azimut=-17.0839; id=89; side="WEST"; @@ -1085,7 +1085,7 @@ class Mission }; class Item94 { - position[]={1355.3831,0.44722319,1154.655}; + position[]={1355.7955,0.24838428,1155.4705}; azimut=-17.0839; id=90; side="WEST"; @@ -1096,7 +1096,7 @@ class Mission }; class Item95 { - position[]={1355.594,0.44898084,1155.3113}; + position[]={1355.9225,0.25190237,1156.026}; azimut=-17.0839; id=86; side="WEST"; @@ -1107,7 +1107,7 @@ class Mission }; class Item96 { - position[]={1354.5999,0.44725835,1153.7742}; + position[]={1355.0123,0.24188861,1154.5896}; azimut=-17.0839; id=93; side="WEST"; @@ -1118,7 +1118,7 @@ class Mission }; class Item97 { - position[]={1355.7249,0.44982478,1154.8015}; + position[]={1356.1373,0.25277233,1155.6169}; azimut=-17.0839; id=94; side="WEST"; @@ -1129,7 +1129,7 @@ class Mission }; class Item98 { - position[]={1356.0647,0.45333472,1155.0789}; + position[]={1356.4772,0.25851798,1155.8943}; azimut=-17.0839; id=91; side="WEST"; @@ -1140,7 +1140,7 @@ class Mission }; class Item99 { - position[]={1354.5706,0.44316044,1154.4382}; + position[]={1354.983,0.24047667,1155.2537}; azimut=-17.0839; id=95; side="WEST"; @@ -1175,7 +1175,7 @@ class Mission items=8; class Item0 { - position[]={1349.8831,0.65961254,1137.9578}; + position[]={1349.954,0.45692664,1137.8868}; id=101; side="EMPTY"; vehicle="Base_WarfareBBarrier10xTall"; @@ -1183,7 +1183,7 @@ class Mission }; class Item1 { - position[]={1360.3733,0.67364317,1137.7429}; + position[]={1360.4442,0.47087872,1137.672}; id=102; side="EMPTY"; vehicle="Base_WarfareBBarrier10xTall"; @@ -1191,7 +1191,7 @@ class Mission }; class Item2 { - position[]={1347.7795,0.45154592,1168.866}; + position[]={1347.9214,0.25249732,1168.9369}; id=103; side="EMPTY"; vehicle="Base_WarfareBBarrier10xTall"; @@ -1199,7 +1199,7 @@ class Mission }; class Item3 { - position[]={1361.8616,0.58170396,1168.8464}; + position[]={1362.5708,0.37210152,1168.9174}; id=104; side="EMPTY"; vehicle="Base_WarfareBBarrier10xTall"; @@ -1207,7 +1207,7 @@ class Mission }; class Item4 { - position[]={1341.092,0.39851522,1160.8518}; + position[]={1340.8793,0.20353483,1160.568}; azimut=90.394051; id=105; side="EMPTY"; @@ -1216,7 +1216,7 @@ class Mission }; class Item5 { - position[]={1340.9573,0.59806752,1147.0477}; + position[]={1340.7445,0.39057395,1146.7639}; azimut=90.394051; id=106; side="EMPTY"; @@ -1225,7 +1225,7 @@ class Mission }; class Item6 { - position[]={1367.4358,0.67626601,1159.9144}; + position[]={1367.6484,0.47552979,1159.4894}; azimut=90.6903; id=107; side="EMPTY"; @@ -1245,7 +1245,7 @@ class Mission }; class Markers { - items=13; + items=24; class Item0 { position[]={5893.3696,50.26273,8665.4043}; @@ -1324,6 +1324,94 @@ class Mission name="spawn10"; type="Empty"; }; + class Item13 + { + position[]={5769.0625,21.070023,10774.036}; + name="GerneralPartsSupplies"; + text="Bastion and Alda's Supplies"; + type="mil_circle"; + colorName="ColorGreen"; + }; + class Item14 + { + position[]={8885.2803,14.056273,10757.11}; + name="WholesalerNorth"; + text="Wholesaler Larz"; + type="mil_dot"; + colorName="ColorBlack"; + }; + class Item15 + { + position[]={5552.4058,37.837067,10355.864}; + name="Doctor"; + text="Dr. Zoidberg"; + type="mil_dot"; + colorName="ColorGreen"; + }; + class Item16 + { + position[]={4702.8198,28.760448,8925.3613}; + name="HighEndWeaponsAmmo"; + text="Fry and Phil's Weapons/Ammo"; + type="mil_circle"; + colorName="ColorGreen"; + }; + class Item17 + { + position[]={3604.1626,185.12129,8026.2251}; + name="HeroVendor"; + text="Tanner's Hero Supplies"; + type="Strongpoint"; + colorName="ColorGreen"; + }; + class Item18 + { + position[]={7317.5527,87.173363,8023.3457}; + name="VehicleFriendly"; + text="Rutahn's Vehicles"; + type="mil_dot"; + colorName="ColorGreen"; + }; + class Item19 + { + position[]={4305.3672,3.3111522,4779.2388}; + name="NeutralVendors"; + text="Brensk Neutral Camp"; + type="mil_circle"; + colorName="ColorOrange"; + }; + class Item20 + { + position[]={2186.3921,4.6836023,5766.6338}; + name="WholesalerSouth"; + text="Dateu's Wholesale"; + type="mil_dot"; + colorName="ColorBlack"; + }; + class Item21 + { + position[]={5032.3784,49.872589,8234.9111}; + name="LowEndWeaponsAmmo"; + text="Rhevn and Merkaba's Weapons/Ammo"; + type="mil_circle"; + colorName="ColorOrange"; + }; + class Item22 + { + position[]={7720.813,4.0248933,5847.5083}; + name="BoatVendor"; + text="Popeye's Boats"; + type="mil_triangle"; + colorName="ColorBlue"; + }; + class Item23 + { + position[]={7239.8848,240.7793,7046.2319}; + name="NeutralHelos"; + text="Robnyah's Choppers"; + type="mil_dot"; + colorName="ColorOrange"; + }; }; }; class Intro diff --git a/MPMissions/DayZ_Epoch_15.namalsk/server_traders.sqf b/MPMissions/DayZ_Epoch_15.namalsk/server_traders.sqf index e69de29bb..661ef450f 100644 --- a/MPMissions/DayZ_Epoch_15.namalsk/server_traders.sqf +++ b/MPMissions/DayZ_Epoch_15.namalsk/server_traders.sqf @@ -0,0 +1,99 @@ +// DayZ Epoch TRADERS for 15 +serverTraders = ["GUE_Villager4","RU_Farmwife4","RU_Farmwife3","Dr_Hladik_EP1","CIV_Contractor2_BAF","Soldier_Sniper_PMC","GUE_Soldier_Pilot","GUE_Soldier_2","GUE_Soldier_1","GUE_Soldier_CO","GUE_Woodlander2","GUE_Soldier_Crew","Woodlander2","UN_CDF_Soldier_MG_EP1","UN_CDF_Soldier_EP1","Tanny_PMC"]; + // START PER TRADER CONFIG +// Bastions Parts Supplies +menu_GUE_Villager4 = [ + [["Vehicle Parts",309],["Building Supplies",310],["Toolbelt Items",311]], + [], + "friendly" +]; +// Alda's General Supplies +menu_RU_Farmwife4 = [ + [["Food/Drinks",312],["Clothes",313],["Backpacks",314]], + [], + "friendly" +]; +// Carole's General Supplies +menu_RU_Farmwife3 = [ + [["Food/Drinks",315],["Clothes",316],["Backpacks",317]], + [], + "neutral" +]; +// Dr. Zoidberg +menu_Dr_Hladik_EP1 = [ + [["Medical Supplies",318],["Chem lights/Flares",319]], + [], + "friendly" +]; +// High End Ammo +menu_CIV_Contractor2_BAF = [ + [["Pistol Ammo",320],["Rifle Ammo",321],["LMG Ammo",322],["Sniper Ammo",323],["SMG Ammo",324]], + [], + "friendly" +]; +// High End Weapons +menu_Soldier_Sniper_PMC = [ + [["Pistols",325],["Assault Rifles",326],["Light Machine Guns",327],["Sniper Rifles",328]], + [], + "friendly" +]; +// Rutahn's Vehicles. +menu_GUE_Soldier_Pilot = [ + [["Helicopter Unarmed",330],["Helicopter Armed",331],["Armored Vehicles",332],["Fuel Trucks",333],["URAL's",334],["Land Rovers",335]], + [], + "friendly" +]; +// Rhven's Weapons +menu_GUE_Soldier_2 = [ + [["Helicopter Unarmed",329],["Pistols",336],["Assalut Rifles",337],["Sniper Rifles",338],["Shotguns/Crossbow",366]], + [], + "neutral" +]; +// Merkaba's Ammo +menu_GUE_Soldier_1 = [ + [["Pistol Ammo",339],["Rifle Ammo",340],["LMG Ammo",341],["Sniper Ammo",342],["Shotgun/Xbow Ammo",367]], + [], + "neutral" +]; +// Robsyah's Choppers +menu_GUE_Soldier_CO = [ + [["Helicopter Unarmed",343],["Armed Chopper",344],["Cars",345],["Motorcycles/ATV's",346]], + [], + "neutral" +]; +// Popeye's Boats +menu_GUE_Woodlander2 = [ + [["Boats Unarmed",347],["Boats Armed",348]], + [], + "friendly" +]; +// Aaron's Vehicles +menu_GUE_Soldier_Crew = [ + [["ATV/Motorcycles ",349],["Cars",350],["Bus/Van/Bikes",351],["SUV",352],["Trucks Armed",353],["Trucks Unarmed",354],["UAZ",355]], + [], + "neutral" +]; +// Staven's Repair Shop +menu_Woodlander2 = [ + [["Vehicle Parts",356],["Building Supplies",357],["Toolbelt Items",358]], + [], + "neutral" +]; +// Larz's Wholesale +menu_UN_CDF_Soldier_MG_EP1 = [ + [["Wholesale Crates",359]], + [], + "friendly" +]; +// Dateu's Wholesale +menu_UN_CDF_Soldier_EP1 = [ + [["Wholesale Crates",360]], + [], + "friendly" +]; +// Tanner's Hero Supplies +menu_Tanny_PMC = [ + [["Weapons",361],["Vehicles",362],["Clothes",363],["Ammunition",364],["Safes",365]], + [], + "friendly" +]; \ No newline at end of file