Jump to content

Recommended Posts

Posted (edited)

Hello.

 

I made a script a year ago...

 

https://forums.eagle.ru/showthread.php?t=187639

 

attachment.php?attachmentid=162373&d=1495132709

 

You could ask for a group of helos to land anywhere and deploy troops. If you order a group to land in a point, they would land in formation. Now it seems that all the helicopters from the group lands in the same spot, so they all crash...

 

Is there any change about this? should I ask them individually to do so??

 

It is a pitty... you could previously manage lots of hellicopters and do huge assaults by yourselfe... ( I mean you could get up to 32 aircrafts!!! and pick up troops everywhere and deploy them everywhere too. Some times some collided but I do transfered once 200 troops in 2 or 3 trips in a hot LZ.)

 

Thanks!!!

Edited by ESAc_matador
Posted

I just looked at your script. It uses a simple Land task. I tried a new mission where a group of 3 helos take off, go through a couple of waypoints and the last waypoint has a Land task. They land in formation, without a problem. The mission file has the following task:

 

["task"] =

{

["id"] = "ComboTask",

["params"] =

{

["tasks"] =

{

[1] =

{

["enabled"] = true,

["auto"] = false,

["id"] = "Land",

["number"] = 1,

["params"] =

{

["y"] = 646470.54771429,

["x"] = -281721.27942857,

["duration"] = 300,

["durationFlag"] = false,

}, -- end of ["params"]

}, -- end of [1]

}, -- end of ["tasks"]

}, -- end of ["params"]

}, -- end of ["task"]

 

So I really don't understand where the problem would be.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...