Da-Teach/Questor

MoveTo and speedtank

Closed this issue · 3 comments

xelj commented

After MoveTo action questor dont use speedtank

I can confirm the issue.

Do you have an example mission I will take a look?

in missioncontroller.cs
find: "private void movetoaction"
find: "if (closest.distance < 2500"

if (Cache.Instance.Approaching != null)
{
closest.Orbit(2000); //add , when the item is less 2500m orbit on 2000m to it
// disabled Cache.Instance.DirectEve.ExecuteCommand(DirectCmd.CmdStopShip);
Cache.Instance.Approaching = null;
}