Difference between revisions of "Navroutes"

From Vendetta Online Wiki
Jump to: navigation, search
m
Line 13: Line 13:
 
  navroute add "Bractus C-5"
 
  navroute add "Bractus C-5"
 
  echo "nav route loaded."
 
  echo "nav route loaded."
 +
 +
=== [[Jallik Watch]] (Jallik E-15) to [[Sedina V Hold]] (Sedina D-14) ===
 +
This navroute is useful for transferring Valkyries from Jallik to Sedina D-14. Avoids any possible Ion Storms.
 +
navroute add "Edras P-2"
 +
navroute add "Edras P-10"
 +
navroute add "Pelatus C-10"
 +
navroute add "Bractus A-5"
 +
navroute add "Odia P-16"
 +
navroute add "Odia A-16"
 +
navroute add "Sedina P-16"
 +
navroute add "Sedina D-14"
 +
echo "Valkyrie Route Loaded"
  
 
[[category:User Interface]]
 
[[category:User Interface]]

Revision as of 00:56, 27 January 2009

Navroutes are paths through space. To plot a navroute from ingame, simply open the Navigation tab of your PDA and click on your destination sector. It is also possible to save navroutes for later use and/or exchange.

Saved Navroutes

Here you can post or save any navroutes you think would be useful to the general public of Vendetta Online. The navigation routes should be exactly as they would appear in the .navroute file saved from the game, so that players can just copy & paste them into a new .navroute file, and load that from the game. Add a single space to the beginning of each line of the navroute, so that the navroute will be surrounded by a box.

Coranis Watch (Divinia M-14) to Bractus Watch (Bractus C-5)

This navroute is useful for returning to Bractus Watch after finishing a CtC delivery. Avoids any possible Ion Storms.

navroute clear
navroute add "Divinia O-14"
navroute add "Jallik A-10"
navroute add "Edras A-12"
navroute add "Pelatus C-8"
navroute add "Bractus C-5"
echo "nav route loaded."

Jallik Watch (Jallik E-15) to Sedina V Hold (Sedina D-14)

This navroute is useful for transferring Valkyries from Jallik to Sedina D-14. Avoids any possible Ion Storms.

navroute add "Edras P-2"
navroute add "Edras P-10"
navroute add "Pelatus C-10"
navroute add "Bractus A-5"
navroute add "Odia P-16"
navroute add "Odia A-16"
navroute add "Sedina P-16"
navroute add "Sedina D-14"
echo "Valkyrie Route Loaded"