EditCommand Buffer
The Command Buffer or
Orders allows a player to automate an attack strategy. This is handy if a player is not able to login for an extended period of time. Currently 8 different commands are available. The buffer will evaluate and execute one command at a time. If the current command in the buffer has not completed execution, or cannot complete execution, that command will remain in the buffer and no other commands will be executed.
EditHead For Command
The
Head For Command sends the ship to the specified coordinates based on various conditions.
HEAD FOR XX:YY:ZZ AT '#'% sends a ship to the specified coordinates at a fixed speed.
HEAD FOR XX:YY:ZZ ARRIVE IN '#' TICKS sends a ship to the specified coordinates at a system calculated speed to arrive in '#' ticks. (rounding issues have occured while using this command)
HEAD FOR XX:YY:ZZ ARRIVE AT TICK '#' sends a ship to the specified coordinates at a system calculated speed to arrive at tick '#'. (rounding issues have occured while using this command)
HEAD FOR 43:89:12 AT 56%
HEAD FOR 33:88:11 ARRIVE IN 9 TICKS
HEAD FOR 56:92:00 ARRIVE AT TICK 323
EditHold For Command
The
Hold For Command holds a ship at the current location while the condition is true (provided the ship is NOT traveling).
Examples:
HOLD FOR 1 TICK
HOLD WHILE REACTOR PODS < 90%
HOLD WHILE CANNONS DAMAGE > 10%
EditSend AI Command
The
Send AI Command sends a percentage of the AI ships that you have command over to the specified coordinates.
SEND 100% OF AI SHIPS TO 28:66:56
EditFill Crew Slots Command
The
Fill Crew Slots Command will automatically fill the empty crew slots on the ship. The
Until Full option will keep the Fill Command at the top of the buffer while there are empty crew slots (this option only works with 'ALL').
Examples:
FILL '#' EMPTY CREW SLOTS
FILL ALL EMPTY CREW SLOTS
FILL ALL EMPTY CREW SLOTS UNTIL FULL
EditSet Overclocking Command
The
Set Overclocking Command will update the overclocking value of a given device to the specified percentage.
Examples:
SET OVERCLOCKING ON REACTOR TO 120%
SET OVERCLOCKING ON MARINES TO 180%
SET OVERCLOCKING ON CANNONS TO 200%