Jump to content
redivider

Make heli land under fire

Recommended Posts

I have been searching around for at least 2 hrs and cannot find a way to make an AI controled heli land in a spot while under fire. I have tried loads of things already such as using a trigger and flyInHeight 0, disableAI, ... but nothing worked. As soon as the pilot sees enemies he starts to bank away and circle off. Anyone knows how to get pass this except by calculating the path every frame?

Sincerely, red

Share this post


Link to post
Share on other sites

You can also disable the AI abilities completely.

_chopper enableAttack false;
_chopper setBehaviour "CARELESS";
_chopper setCombatMode "BLUE";
_chopper disableAi "TARGET";
_chopper disableAi "AUTOTARGET";
_chopper disableAi "FSM";

If the above doesn't do it, please report the issue here.

Share this post


Link to post
Share on other sites

Try setting the chopper's pilot behaviour to CARELESS via the choppers' waypoints and see if that one works. It did for me when I needed it some time ago.

 

Regards,

HE

Share this post


Link to post
Share on other sites

This topic is thoroughly explored in the following thread.  Here I suggest a helpful tutorial, and offer my solution to this problem that I used in MP mission Property of Mabunga.  In this MP mission I had 3 AI evac choppers land at same LZ while under fire.  The choppers would then wait until teams to be extracted (players and/or AI) boarded.  Once all boarded, choppers would take off and move to next waypoint.  It worked every time.

 

  • Like 2

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×