When autopilot engaged, i think you must wait to complete refueling. Then autopilot turns off. Refueling is fast.
Yes.
If you change "clientType = 2" to "clientType = 3".
DCS World\Scripts\Database.... lua script PlaneConst.lua
Line in PlaneConst.lua +-3125
refueling_points =
{
[1] = { pos = {-44.109, -3.309, -2.676}, clientType = 3 },-- this line
[2] = { pos = {-29.44, -3.194, -16.15}, clientType = 1 },
[3] = { pos = {-29.44, -3.194, 16.15}, clientType = 1 }
}, -- end of refueling_points
And sorry for my bad english.