From 4b9f541464e930dcf5f6913855cbb45e7117c853 Mon Sep 17 00:00:00 2001 From: Axles Date: Tue, 3 Dec 2013 12:24:43 -0800 Subject: [PATCH] Panthera/Tavi Caves Caves added to both maps. --- .../missions/DayZ_Epoch_13.Tavi/mission.sqf | 124 ++++++++++++++++- .../DayZ_Epoch_16.Panthera2/mission.sqf | 126 ++++++++++++++++++ 2 files changed, 249 insertions(+), 1 deletion(-) diff --git a/SQF/dayz_server/missions/DayZ_Epoch_13.Tavi/mission.sqf b/SQF/dayz_server/missions/DayZ_Epoch_13.Tavi/mission.sqf index 6afed9f91..bc1b3b545 100644 --- a/SQF/dayz_server/missions/DayZ_Epoch_13.Tavi/mission.sqf +++ b/SQF/dayz_server/missions/DayZ_Epoch_13.Tavi/mission.sqf @@ -617,8 +617,130 @@ if (true) then /*--------------------------------------------------------------------------- - END MISC. TRADERS + END MISC. TRADERS BEGIN CAVE ---------------------------------------------------------------------------*/ +_vehicle_0 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_RockWall", [7459.1753, 5563.689, -15.935781], [], 0, "CAN_COLLIDE"]; + _vehicle_0 = _this; + _this setDir 22.532007; + _this setPos [7459.1753, 5563.689, -15.935781]; +}; + +_vehicle_6 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_Rock1", [7483.6265, 5563.1006, 9.3879547], [], 0, "CAN_COLLIDE"]; + _vehicle_6 = _this; + _this setDir -20.742775; + _this setPos [7483.6265, 5563.1006, 9.3879547]; +}; + +_vehicle_8 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_RockWall", [7448.2822, 5577.2886, -12.513324], [], 0, "CAN_COLLIDE"]; + _vehicle_8 = _this; + _this setDir 53.176468; + _this setPos [7448.2822, 5577.2886, -12.513324]; +}; + +_vehicle_10 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_RockWall", [7488.5293, 5601.2173, -16.799936], [], 0, "CAN_COLLIDE"]; + _vehicle_10 = _this; + _this setDir 60.169662; + _this setPos [7488.5293, 5601.2173, -16.799936]; +}; + +_vehicle_13 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_Rock1", [7501.6338, 5586.0762, -15.271233], [], 0, "CAN_COLLIDE"]; + _vehicle_13 = _this; + _this setDir -13.327832; + _this setPos [7501.6338, 5586.0762, -15.271233]; +}; + +_vehicle_16 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_Rock1", [7485.7813, 5613.438, -20.542929], [], 0, "CAN_COLLIDE"]; + _vehicle_16 = _this; + _this setDir -37.718872; + _this setPos [7485.7813, 5613.438, -20.542929]; +}; + +_vehicle_19 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_RockWall", [7460.3696, 5589.6309, 11.182141], [], 0, "CAN_COLLIDE"]; + _vehicle_19 = _this; + _this setDir -28.261766; + _this setPos [7460.3696, 5589.6309, 11.182141]; +}; + +_vehicle_21 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_RockTower", [7438.165, 5591.9888, -16.44178], [], 0, "CAN_COLLIDE"]; + _vehicle_21 = _this; + _this setDir 114.6241; + _this setPos [7438.165, 5591.9888, -16.44178]; +}; + +_vehicle_23 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_RockWall", [7471.6938, 5572.3574, 11.46374], [], 0, "CAN_COLLIDE"]; + _vehicle_23 = _this; + _this setDir 171.5014; + _this setPos [7471.6938, 5572.3574, 11.46374]; +}; + +_vehicle_26 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_Rock1", [7500.0537, 5573.8809, -12.877781], [], 0, "CAN_COLLIDE"]; + _vehicle_26 = _this; + _this setDir -123.37493; + _this setPos [7500.0537, 5573.8809, -12.877781]; +}; + +_vehicle_31 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_RockWall", [7440.1509, 5567.709, -20.477165], [], 0, "CAN_COLLIDE"]; + _vehicle_31 = _this; + _this setDir 112.72851; + _this setPos [7440.1509, 5567.709, -20.477165]; +}; + +_vehicle_33 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_RockWall", [7494.5361, 5608.7144, -20.709425], [], 0, "CAN_COLLIDE"]; + _vehicle_33 = _this; + _this setDir 290.17264; + _this setPos [7494.5361, 5608.7144, -20.709425]; +}; + +_vehicle_35 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_RockWall", [7512.4141, 5583.6958, -12.249199], [], 0, "CAN_COLLIDE"]; + _vehicle_35 = _this; + _this setDir 171.5014; + _this setPos [7512.4141, 5583.6958, -12.249199]; +}; + +/*--------------------------------------------------------------------------- + + END CAVE. + +---------------------------------------------------------------------------*/ processInitCommands; diff --git a/SQF/dayz_server/missions/DayZ_Epoch_16.Panthera2/mission.sqf b/SQF/dayz_server/missions/DayZ_Epoch_16.Panthera2/mission.sqf index f74e1aba9..be6f97498 100644 --- a/SQF/dayz_server/missions/DayZ_Epoch_16.Panthera2/mission.sqf +++ b/SQF/dayz_server/missions/DayZ_Epoch_16.Panthera2/mission.sqf @@ -1124,4 +1124,130 @@ if (true) then _this setPos [3357.9116, 2293.3701, 1.7688445]; }; +_vehicle_0 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_RockWall", [5183.0669, 4819.2705, -20.840933], [], 0, "CAN_COLLIDE"]; + _vehicle_0 = _this; + _this setDir -62.274483; + _this setPos [5183.0669, 4819.2705, -20.840933]; +}; + +_vehicle_16 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_RockWall", [5176.5034, 4850.0347, 0.4459579], [], 0, "CAN_COLLIDE"]; + _vehicle_16 = _this; + _this setDir -140.07721; + _this setPos [5176.5034, 4850.0347, 0.4459579]; +}; + +_vehicle_19 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_RockWall", [5158.0107, 4842.1348, 13.330317], [], 0, "CAN_COLLIDE"]; + _vehicle_19 = _this; + _this setDir 34.215908; + _this setPos [5158.0107, 4842.1348, 13.330317]; +}; + +_vehicle_22 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_Rock1", [5140.5688, 4863.0498, -18.283659], [], 0, "CAN_COLLIDE"]; + _vehicle_22 = _this; + _this setDir -18.751335; + _this setPos [5140.5688, 4863.0498, -18.283659]; +}; + +_vehicle_24 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_Rock1", [5131.5083, 4856.9668, -12.521091], [], 0, "CAN_COLLIDE"]; + _vehicle_24 = _this; + _this setDir -126.48759; + _this setPos [5131.5083, 4856.9668, -12.521091]; +}; + +_vehicle_27 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_Rock1", [5180.0156, 4866.1475, -13.298203], [], 0, "CAN_COLLIDE"]; + _vehicle_27 = _this; + _this setDir 39.340656; + _this setPos [5180.0156, 4866.1475, -13.298203]; +}; + +_vehicle_30 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_RockWall", [5152.0928, 4826.6182, 15.491059], [], 0, "CAN_COLLIDE"]; + _vehicle_30 = _this; + _this setDir 213.79945; + _this setPos [5152.0928, 4826.6182, 15.491059]; +}; + +_vehicle_32 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_RockTower", [5167.9087, 4803.4546, -4.7569647], [], 0, "CAN_COLLIDE"]; + _vehicle_32 = _this; + _this setDir -23.346453; + _this setPos [5167.9087, 4803.4546, -4.7569647]; +}; + +_vehicle_34 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_Rock1", [5130.1533, 4840.3062, -3.3775022], [], 0, "CAN_COLLIDE"]; + _vehicle_34 = _this; + _this setDir -97.729782; + _this setPos [5130.1533, 4840.3062, -3.3775022]; +}; + +_vehicle_37 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_RockTower", [5175.4121, 4808.8828, -18.323196], [], 0, "CAN_COLLIDE"]; + _vehicle_37 = _this; + _this setDir -23.346453; + _this setPos [5175.4121, 4808.8828, -18.323196]; +}; + +_vehicle_42 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_Rock1", [5122.9023, 4840.7241, -15.149178], [], 0, "CAN_COLLIDE"]; + _vehicle_42 = _this; + _this setDir -173.21558; + _this setPos [5122.9023, 4840.7241, -15.149178]; +}; + +_vehicle_45 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_RockTower", [5159.1265, 4811.7598, -9.1012087], [], 0, "CAN_COLLIDE"]; + _vehicle_45 = _this; + _this setDir -80.354836; + _this setPos [5159.1265, 4811.7598, -9.1012087]; +}; + +_vehicle_48 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_Rock1", [5125.085, 4832.7314, -11.982601], [], 0, "CAN_COLLIDE"]; + _vehicle_48 = _this; + _this setDir -394.30872; + _this setPos [5125.085, 4832.7314, -11.982601]; +}; + +_vehicle_63 = objNull; +if (true) then +{ + _this = createVehicle ["MAP_R2_RockTower", [5183.5825, 4821.2554, -19.619215], [], 0, "CAN_COLLIDE"]; + _vehicle_63 = _this; + _this setDir -23.346453; + _this setPos [5183.5825, 4821.2554, -19.619215]; +}; + processInitCommands;