From 51239e380ddc0899eb69b43a50b07f812734e551 Mon Sep 17 00:00:00 2001 From: HARLAN Date: Tue, 17 Dec 2013 11:20:35 -0500 Subject: [PATCH] #927 lingor trader update --- SQF/dayz_server/missions/DayZ_Epoch_7.Lingor/mission.sqf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SQF/dayz_server/missions/DayZ_Epoch_7.Lingor/mission.sqf b/SQF/dayz_server/missions/DayZ_Epoch_7.Lingor/mission.sqf index 0079bafd9..4ac538b06 100644 --- a/SQF/dayz_server/missions/DayZ_Epoch_7.Lingor/mission.sqf +++ b/SQF/dayz_server/missions/DayZ_Epoch_7.Lingor/mission.sqf @@ -1,4 +1,3 @@ - _unit_2 = objNull; if (true) then { @@ -1984,7 +1983,7 @@ if (true) then _unit_113 = objNull; if (true) then { - _this = createAgent ["ibr_lingorman4", [5511.9951, 4394.8013, 4.1448889], [], 0, "CAN_COLLIDE"]; + _this = createAgent ["ibr_lingorman4", [5509.2041, 4392.7847, 3.3642137], [], 0, "CAN_COLLIDE"]; _unit_113 = _this; _this setDir 25.054167; _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";