Jump to content

Recommended Posts

Hi,

Since last version 1.68, my scorcher artillery barrage isn't working anymore. I did some tests in vanilla with a player, a full AI scorcher artillery and marker or even car (empty or not), tested on several distances from Altis Almyra desert. Artillery never shot one shell.

 

What worked before, in on act field of a trigger:
 

{

  _x spawn {

    _tk = _this;

    _tk disableAI "AUTOCOMBAT";

    _cnt = 0;

    while {alive _tk && _cnt < 500} do {

      _tk doArtilleryFire [getMarkerPos "mkr", _tk currentMagazineTurret [0],5];

      _tk addMagazineTurret [_tk currentMagazineTurret [0], [0], 5];

      _cnt = _cnt +5;

      sleep 30

    }

  }

} forEach [art1,art2,art3,art4];

 

What doesn't work anymore, with a radio trigger Alpha for example:

art1 doArtilleryFire [getMarkerPos "mkr","32Rnd_155mm_Mo_shells",1];

 

 

 

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

×