Closed JJG1 closed 10 years ago
I posted a fix for you about this on the forums 0_o
they will not even shoot at you if just break there leg.
heli_para.sqf:
find something like this :
_unitGroup allowFleeing 0; _unitGroup setBehaviour _unitGroup setSpeedMode
Replace with :
_unitGroup allowFleeing 0; _unitGroup setBehaviour "SAFE"; _unitGroup setSpeedMode "FULL"; _unitGroup setCombatMode "RED";
vehicle_patrol.sqf
Find something like this :
_unitGroup setCombatMode
Replace with :
_unitGroup setCombatMode "RED";
What i did and they all shoot you no matter what :)
Until - or when - we find a fix for this we have chosen to change both Hero and Bandit AI to shoot on sight.
A wontfix for 2.1.0
Hero AI (at the hero missions) WILL not shoot at hero players, even if you murder another AI right next to them. How ever, the Mounted AI will shoot at Hero's even if you didn't kill a hero first