Distance
From OGame Wiki
The distance between each galaxy, solar systems, and planets determines the length of time it takes to travel between them.
Travel from Galaxy G1 to Galaxy G2
The distance from any planet in one galaxy to a planet in a different galaxy is
.
e.g. to travel from any planet in galaxy 3 to a planet in galaxy 6 is
(20,000*|6-3|) = 60,000
Travel from System S1 to System S2
The distance from any planet in one system to any planet in a different system is
.
e.g. to travel from any planet in system 30 to a planet in system 35 is:
(2,700+95*|35-30|) = 3,175
Travel from Planet P1 to Planet P2
The distance between two planets in the same system is
. e.g. to travel from planet 3 to planet 6 in the same system is 1,000+(5*|6-3|) = 1,015
Therefore the time taken for a fleet is the distance calculated divided by the speed of the fleet.
