f3cuk / WICKED-AI

Wicked AI missions for your server
30 stars 59 forks source link

Hero AI #62

Closed JJG1 closed 10 years ago

JJG1 commented 10 years ago

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

peterbeer990 commented 10 years ago

I posted a fix for you about this on the forums 0_o

peterbeer990 commented 10 years ago

http://epochmod.com/forum/index.php?/topic/15671-release-wicked-ai-205-beta-210-out-now/?p=121062

JJG1 commented 10 years ago

they will not even shoot at you if just break there leg.

peterbeer990 commented 10 years ago

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 :)

f3cuk commented 10 years ago

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