Hi,
another manual update containing some fixes and finally: Ship Abilities
Changelog 1.3.0.25 C -> 1.3.0.25 D
Client:
* fixed a problem related to loading Tasks (dynamic assembly referencing)
Logic:
* fixed boost (problem with hero standing around at full cargo)
* fixed skylab resources send.
[example to use skylab send: MinBoostAmountSpeed = 5000; // will send resources from skylab until 5000 minutes of speed are boosted]
see the commands here:

* fixed DroneFormations
Task:
+ added Ship abilities:
+ bool BMain.Actions.CanUseAbility(Enums.ShipAbility ability);
+ void BMain.Actions.UseAbility(Enums.ShipAbility ability);
Ability usage still has to be tested extensively. Go for it!
Possible abilities:
Enums.ShipAbility.Solace
Enums.ShipAbility.Diminisher
Enums.ShipAbility.Spectrum
Enums.ShipAbility.Venom
Enums.ShipAbility.Vengeance_Speed
Enums.ShipAbility.Aegis_Health_Repair
Enums.ShipAbility.Aegis_Shield_Repair
Enums.ShipAbility.Aegis_Health_Pod
Enums.ShipAbility.Citadel_Draw_Fire
Enums.ShipAbility.Citadel_Travel_Mode
Enums.ShipAbility.Citadel_Fortify
Enums.ShipAbility.Citadel_Protection
Enums.ShipAbility.Spearhead_Cloak
Enums.ShipAbility.Spearhead_Emp
Enums.ShipAbility.Spearhead_Mark_Target
Enums.ShipAbility.Spearhead_Double_Minimap
Please test this if you like, and give some feedback to the old version C thread:
Regards,
v5^dev