Skip to content

Commit 2c6cb37

Browse files
phr0gzfritogotlayed
authored andcommitted
Some change with the Main HQ guards
1 parent 60ca5bd commit 2c6cb37

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/initHQ/guardsHQ.sqf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
_centerPos = _this select 0;
22

33
// patrolling guard
4-
_groupPatrol = [ [(_centerPos select 0)+20, (_centerPos select 1)+20], WEST, ["B_Soldier_F","B_Soldier_F","B_Soldier_AT_F","B_engineer_F","B_medic_F","B_recon_F","B_Soldier_AT_F"],[],[],[0.6,0.8,0.7]] call BIS_fnc_spawnGroup;
4+
_groupPatrol = [ [(_centerPos select 0)+40, (_centerPos select 1)+40], WEST, ["B_Soldier_F","B_Soldier_F","B_Soldier_AT_F","B_engineer_F","B_medic_F","B_recon_F","B_Soldier_AT_F","B_Soldier_AA_F"],[],[],[0.6,0.8,0.7]] call BIS_fnc_spawnGroup;
55

66
_groupPatrol setCombatMode "YELLOW";
7-
_wp = _groupPatrol addWaypoint [[(_centerPos select 0)+20, (_centerPos select 1)+20], 0];
7+
_wp = _groupPatrol addWaypoint [[(_centerPos select 0)+40, (_centerPos select 1)+40], 0];
88
_wp setWaypointType "MOVE";
99
_wp setWaypointBehaviour "SAFE";
1010
_wp setWaypointSpeed "LIMITED";
1111

12-
_wp = _groupPatrol addWaypoint [[(_centerPos select 0)-20, (_centerPos select 1)+20], 0];
12+
_wp = _groupPatrol addWaypoint [[(_centerPos select 0)-40, (_centerPos select 1)+40], 0];
1313
_wp setWaypointType "MOVE";
1414
_wp setWaypointBehaviour "SAFE";
1515
_wp setWaypointSpeed "LIMITED";
1616

17-
_wp = _groupPatrol addWaypoint [[(_centerPos select 0)-20, (_centerPos select 1)-20], 0];
17+
_wp = _groupPatrol addWaypoint [[(_centerPos select 0)-40, (_centerPos select 1)-40], 0];
1818
_wp setWaypointType "MOVE";
1919
_wp setWaypointBehaviour "SAFE";
2020
_wp setWaypointSpeed "LIMITED";
2121

22-
_wp = _groupPatrol addWaypoint [[(_centerPos select 0)+20, (_centerPos select 1)-20], 0];
22+
_wp = _groupPatrol addWaypoint [[(_centerPos select 0)+40, (_centerPos select 1)-40], 0];
2323
_wp setWaypointType "MOVE";
2424

25-
_wp = _groupPatrol addWaypoint [[(_centerPos select 0)+20, (_centerPos select 1)+20], 0];
25+
_wp = _groupPatrol addWaypoint [[(_centerPos select 0)+40, (_centerPos select 1)+40], 0];
2626
_wp setWaypointType "CYCLE";
2727
_wp setWaypointBehaviour "SAFE";
2828
_wp setWaypointSpeed "LIMITED";

0 commit comments

Comments
 (0)