Genki / Fleet AutoValues

Published:

Version: 0.1+a334e46

Summary: Defines new fleet values using AntiGameReborn for OGame

Groups:

License: MIT

/!\ 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.

Blue button

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