NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
/!\ You MUST HAVE AntiGameReborn extension /!\
Add a blue button to the fleet page (near API button and reset fleet) which changes values from each ship you want to send.
You have to define yourself the number of each ship directly in the script.
If you want to send 1500 Large Transporters and 1 probe, then write this :
// Civil ships
var TransporterSmall = 0; // Petit Transporteur
var TransporterLarge = 1500; // Grand Transporteur
var ColonyShip = 0; // Vaisseau de Colonisation
var Recycler = 0; // Recycleur
var Probe = 1; // Sonde
// Battle ships
var FighterLight = 0; // Chasseur Léger
var FighterHeavy = 0; // Chasseur Lourd
var Cruiser = 0; // Croiseur
var Battleship = 0; // Vaisseau de Bataille
var Interceptor = 0; // Traqueur
var Bomber = 0; // Bombardier
var Destroyer = 0; // Destructeur
var Deathstar = 0; // EDLM
var Reaper = 0; // Faucheur
var Explorer = 0; // Eclaireur
Rating: 0