User Tools

Site Tools


wilderness_directions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wilderness_directions [2023/04/06 17:28] adminwilderness_directions [2023/05/22 16:52] (current) admin
Line 1: Line 1:
-<html><head><script src="//archive.org/includes/analytics.js?v=cf34f82" type="text/javascript"></script> +This page has movedPlease consult the following link:
-<script type="text/javascript">window.addEventListener('DOMContentLoaded',function(){var v=archive_analytics.values;v.service='wb';v.server_name='wwwb-app214.us.archive.org';v.server_ms=628;archive_analytics.send_pageview({});});</script> +
-<script type="text/javascript" src="/_static/js/bundle-playback.js?v=TPXmWR5s" charset="utf-8"></script> +
-<script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> +
-<script type="text/javascript"> +
-  __wm.init("https://web.archive.org/web"); +
-  __wm.wombat("http://thurston.lensmooraddicts.net:80/html/directions_wilderness.html","20121019013655","https://web.archive.org/","web","/_static/", +
-       "1350610615"); +
-</script> +
-<link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> +
-<link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=qtvMKcIJ" /> +
-<!-- End Wayback Rewrite JS Include --> +
-<title>Wilderness Directions</title> +
-<script src="/web/20121019013655js_/http://thurston.lensmooraddicts.net/html/menuscript.js" language="javascript" type="text/javascript"></script> +
-<link rel="stylesheet" type="text/css" href="/web/20121019013655cs_/http://thurston.lensmooraddicts.net/html/menustyle.css" media="screen, print"> +
-<script>+
  
-function Travel () { +[[https://lensmoor.wiki/wildernessdir.html|Wilderness Directions]]
-  with (document.Wilderness) { +
-  // ID == X +
-  // Value == Y +
-  // Name = GoTo or GoFrom   +
-   +
-  for (i = 0; i < GoFrom.length; i++) +
-    { +
-    if (GoFrom[i].checked)  +
-      { +
-   if (GoFrom[i].id == "Custom1")  +
-     { +
- FromX = input_X1.value; +
- FromY = input_Y1.value; +
-     } +
-   else +
-     if (GoFrom[i].id == "Custom2")  +
-        { +
-    FromX = input_X2.value; +
-   FromY = input_Y2.value; +
-       } +
- else +
-       { +
-   FromX = GoFrom[i].id; +
-   FromY = GoFrom[i].value; +
-   } +
-      } +
-    } +
-  for (i = 0; i < GoTo.length; i++) +
-    { +
-    if (GoTo[i].checked)  +
-      { +
-   if (GoTo[i].id == "Custom1")  +
-     { +
- ToX = input_X1.value; +
- ToY = input_Y1.value; +
-     } +
-   else +
-     if (GoFrom[i].id == "Custom2")  +
-        { +
-    ToX = input_X2.value; +
-   ToY = input_Y2.value; +
-       } +
- else +
-       { +
-   ToX = GoTo[i].id; +
-   ToY = GoTo[i].value; +
-   } +
-      } +
-    } +
- +
-  // Now, calculate difference between the two values +
-  X_Diff = Math.abs(ToX*1 - FromX*1); +
-  Y_Diff = Math.abs(ToY*1 - FromY*1); +
-  if (FromX*1 <= ToX*1) X_Dir = "e"; +
-  else X_Dir = "w"; +
-  if (FromY*1 <= ToY*1) Y_Dir = "s"; +
-  else Y_Dir = "n"; +
-  XY_Dir = Y_Dir + X_Dir; +
-   +
-  // Calculate non-cardinal directions +
-  if (Y_Diff*1 <= X_Diff*1) XY_Diff = Y_Diff; +
-  else XY_Diff = X_Diff;   +
-  X_Diff = X_Diff - XY_Diff; +
-  Y_Diff = Y_Diff - XY_Diff; +
-   +
-  /Generate 30s +
-  X_Diff30 = Math.floor(X_Diff / 30); +
-  X_DiffR = X_Diff % 30; +
-  Y_Diff30 = Math.floor(Y_Diff / 30); +
-  Y_DiffR = Y_Diff % 30; +
-  XY_Diff30 = Math.floor(XY_Diff / 30); +
-  XY_DiffR = XY_Diff % 30; +
- +
-  // Add in modifiers +
-  Modifiers = ""; +
-  for (i = 0; i < Modifier.length; i++) +
-    { +
-    if (Modifier[i].checked)  +
-      { +
-      if (Modifier[i].id == "Drive") Modifiers = "drive "; +
-      if (Modifier[i].id == "Refresh_Critical") Modifiers = "c 'refresh critical';"; +
-      if (Modifier[i].id == "Refresh") Modifiers = "c refresh;"; +
-    } +
-+
- +
-  // Generate Output +
-  Directions = ""; +
-  if (X_Diff30 > 0) for (i=0;i < X_Diff30;i++) Directions = Directions + Modifiers + X_Dir + " 30;"; +
-  if (X_DiffR > 0) Directions = Directions + Modifiers + X_Dir + " " + X_DiffR + ";"; +
-  if (Y_Diff30 > 0) for (i=0;i < Y_Diff30;i++) Directions = Directions + Modifiers + Y_Dir + " 30;"; +
-  if (Y_DiffR > 0) Directions = Directions + Modifiers + Y_Dir + " " + Y_DiffR + ";"; +
-  if (XY_Diff30 > 0) for (i=0;i < XY_Diff30;i++) Directions = Directions + Modifiers + XY_Dir + " 30;"; +
-  if (XY_DiffR > 0) Directions = Directions + Modifiers + XY_Dir + " " + XY_DiffR + ";"; +
-   +
-  output_Directions.value = Directions; +
-  } +
-+
-</script></head> +
-<table align="center" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td> +
-</td></tr></tbody></table> +
- +
- +
- +
-<b></b><center><h1><b>Wilderness Directions</b></h1>  +
-<form name="Wilderness" action="" method="post"> +
-<center><a href="maps.html">Map Index</a> <a href="areas.html">Area List</a> | <b>Wilderness Directions</b> | <a href="map_java.html">Java Map</a><br><span style="font-weight: bold;"><a href="#Directions">Directions</a> below</span></center> +
- +
- +
- +
-<p><b><u>Key</u>: [Origin[DestinationArea Name (Coordinates)</b>  +
-<table border="1"> +
- +
-<tbody><tr><td valign="top">[Origin][Destination] <b>Lensmoor</b><br> +
-<input name="GoFrom" id="1524" value="1024" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1524" value="1024" onclick="Travel()" type="radio">  +
-<b>New Lensmoor</b> <small>(1524,1024)</small><br> +
-<input name="GoFrom" id="1516" value="1020" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1516" value="1020" onclick="Travel()" type="radio">  +
-<b>Chancy</b> <small>(1516,1020)</small><br> +
-<input name="GoFrom" id="1524" value="1037" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1524" value="1037" onclick="Travel()" type="radio">  +
-Aragon Barony <small>(1524,1037)</small><br> +
-<input name="GoFrom" id="1516" value="1046" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1516" value="1046" onclick="Travel()" type="radio">  +
-Aragon Castle <small>(1516,1046)</small><br> +
-<input name="GoFrom" id="1520" value="1047" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1520" value="1047" onclick="Travel()" type="radio">  +
-Aragon Graveyard <small>(1520,1047)</small><br> +
-<input name="GoFrom" id="1543" value="1053" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1543" value="1053" onclick="Travel()" type="radio">  +
-Aragon Manor <small>(1543,1053)</small><br> +
-<input name="GoFrom" id="1518" value="1027" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1518" value="1027" onclick="Travel()" type="radio">  +
-Aragon Meadowlands <small>(1518,1027)</small><br> +
-<input name="GoFrom" id="1525" value="1005" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1525" value="1005" onclick="Travel()" type="radio">  +
-Arawn's Tower <small>(1525,1005)</small><br> +
-<input name="GoFrom" id="1544" value="1026" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1544" value="1026" onclick="Travel()" type="radio">  +
-Avivia Fountain <small>(1544,1024)</small><br> +
-<input name="GoFrom" id="1532" value="1033" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1532" value="1033" onclick="Travel()" type="radio">  +
-Bard's College Ruins <small>(1532,1033)</small><br> +
-<input name="GoFrom" id="1443" value="995" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1443" value="995" onclick="Travel()" type="radio">  +
-Black Cathedral <small>(1443,995)</small><br> +
-<input name="GoFrom" id="1301" value="839" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1301" value="839" onclick="Travel()" type="radio">  +
-Castle Tramontaine <small>(1301,839)</small><br> +
-<input name="GoFrom" id="1344" value="1042" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1344" value="1042" onclick="Travel()" type="radio">  +
-City of Redwind <small>(1344,1042)</small><br> +
-<input name="GoFrom" id="1558" value="1009" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1558" value="1009" onclick="Travel()" type="radio">  +
-City of Tome <small>(1558,1009)</small><br> +
-<input name="GoFrom" id="1568" value="1030" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1568" value="1030" onclick="Travel()" type="radio">  +
-Coastal Front <small>(1568,1030)</small><br> +
-<input name="GoFrom" id="1509" value="1070" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1509" value="1070" onclick="Travel()" type="radio">  +
-Crystal Island <small>(1509,1070)</small><br> +
-<input name="GoFrom" id="1489" value="1022" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1489" value="1022" onclick="Travel()" type="radio">  +
-Darkstone Mountain <small>(1489,1022)</small><br> +
-<input name="GoFrom" id="1533" value="1052" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1533" value="1052" onclick="Travel()" type="radio">  +
-Defender's Castle <small>(1533,1052)</small><br> +
-<input name="GoFrom" id="1484" value="1083" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1484" value="1083" onclick="Travel()" type="radio">  +
-Dronlek <small>(1484,1083)</small><br> +
-<input name="GoFrom" id="1570" value="1026" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1570" value="1026" onclick="Travel()" type="radio">  +
-Eastern Beach <small>(1570,1026)</small><br> +
-<input name="GoFrom" id="1458" value="1002" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1458" value="1002" onclick="Travel()" type="radio">  +
-Enchanted Forest <small>(1458,1002)</small><br> +
-<input name="GoFrom" id="1499" value="1012" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1499" value="1012" onclick="Travel()" type="radio">  +
-Eolande Nyle <small>(1499,1012)</small><br> +
-<input name="GoFrom" id="1497" value="1008" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1497" value="1008" onclick="Travel()" type="radio">  +
-Farengon Cavern <small>(1497,1008)</small><br> +
-<input name="GoFrom" id="1492" value="1078" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1492" value="1078" onclick="Travel()" type="radio">  +
-Firestorm Stronghold <small>(1492,1078)</small><br> +
-<input name="GoFrom" id="1504" value="1036" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1504" value="1036" onclick="Travel()" type="radio">  +
-Forest of Legend <small>(1504,1036)</small><br> +
-<input name="GoFrom" id="1478" value="1075" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1478" value="1075" onclick="Travel()" type="radio">  +
-Gelion Cove <small>(1478,1075)</small><br> +
-<input name="GoFrom" id="1529" value="1059" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1529" value="1059" onclick="Travel()" type="radio">  +
-Gosport <small>(1529,1059)</small><br> +
-<input name="GoFrom" id="1537" value="1006" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1537" value="1006" onclick="Travel()" type="radio">  +
-Grey Plains <small>(1537,1006)</small><br> +
-<input name="GoFrom" id="1559" value="1028" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1559" value="1028" onclick="Travel()" type="radio">  +
-Grove of Titans <small>(1559,1028)</small><br> +
-<input name="GoFrom" id="1533" value="1028" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1533" value="1028" onclick="Travel()" type="radio">  +
-Gypsy Camp <small>(1533,1028)</small><br> +
-<input name="GoFrom" id="1507" value="1078" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1507" value="1078" onclick="Travel()" type="radio">  +
-Hassis <small>(1507,1078)</small><br> +
-<input name="GoFrom" id="1543" value="1028" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1543" value="1028" onclick="Travel()" type="radio">  +
-Haunted Keep <small>(1543,1028)</small><br> +
-<input name="GoFrom" id="1418" value="984" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1418" value="984" onclick="Travel()" type="radio">  +
-Havily'Olo <small>(1418,984)</small><br> +
-<input name="GoFrom" id="1540" value="1067" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1540" value="1067" onclick="Travel()" type="radio">  +
-Ishak Bay <small>(1540,1067)</small><br> +
-<input name="GoFrom" id="1484" value="1088" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1484" value="1088" onclick="Travel()" type="radio">  +
-Kazar'Dan <small>(1484,1088)</small><br> +
-<input name="GoFrom" id="1559" value="1003" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1559" value="1003" onclick="Travel()" type="radio">  +
-Kingdom of Hotsmadia <small>(1559,1003)</small><br> +
-<input name="GoFrom" id="1502" value="1011" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1502" value="1011" onclick="Travel()" type="radio">  +
-Kingdom of Mirarand <small>(1502,1011)</small><br> +
-<input name="GoFrom" id="1484" value="1007" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1484" value="1007" onclick="Travel()" type="radio">  +
-Kobold Village <small>(1484,1007)</small><br> +
-<input name="GoFrom" id="1504" value="1092" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1504" value="1092" onclick="Travel()" type="radio">  +
-Lorell Wood <small>(1504,1092)</small><br> +
-<input name="GoFrom" id="1506" value="1006" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1506" value="1006" onclick="Travel()" type="radio">  +
-Lorthien <small>(1506,1006)</small><br> +
-<input name="GoFrom" id="1506" value="995" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1506" value="995" onclick="Travel()" type="radio">  +
-Lothloren Mountains <small>(1506,995)</small><br> +
-<input name="GoFrom" id="1565" value="966" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1565" value="966" onclick="Travel()" type="radio">  +
-Lost Jungle <small>(1565,966)</small><br> +
-<input name="GoFrom" id="1535" value="1040" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1535" value="1040" onclick="Travel()" type="radio">  +
-Lower Emgaard <small>(1535,1040)</small><br> +
-<input name="GoFrom" id="1507" value="1017" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1507" value="1017" onclick="Travel()" type="radio">  +
-Medieval Fair <small>(1507,1017)</small><br> +
-<input name="GoFrom" id="1557" value="1004" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1557" value="1004" onclick="Travel()" type="radio">  +
-Memfeld <small>(1557,1004)</small><br> +
-<input name="GoFrom" id="1490" value="1001" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1490" value="1001" onclick="Travel()" type="radio">  +
-Mordea's Stronghold <small>(1490,1001)</small><br> +
-<input name="GoFrom" id="1514" value="994" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1514" value="994" onclick="Travel()" type="radio">  +
-Mount Abstersia <small>(1514,994)</small><br> +
-<input name="GoFrom" id="1473" value="1006" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1473" value="1006" onclick="Travel()" type="radio">  +
-Mount Tyrathion <small>(1473,1006)</small><br> +
-<input name="GoFrom" id="1505" value="1044" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1505" value="1044" onclick="Travel()" type="radio">  +
-Neradz <small>(1505,1044)</small><br> +
-<input name="GoFrom" id="1508" value="1014" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1508" value="1014" onclick="Travel()" type="radio">  +
-Old Lensmoor <small>(1508,1014)</small><br> +
-<input name="GoFrom" id="1483" value="1044" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1483" value="1044" onclick="Travel()" type="radio">  +
-Omecca <small>(1483,1044)</small><br> +
-<input name="GoFrom" id="1535" value="1057" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1535" value="1057" onclick="Travel()" type="radio">  +
-Orgrin Wyld <small>(1535,1057)</small><br> +
-<input name="GoFrom" id="1504" value="1011" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1504" value="1011" onclick="Travel()" type="radio">  +
-Palace of Imunira <small>(1504,1011)</small><br> +
-<input name="GoFrom" id="1490" value="1029" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1490" value="1029" onclick="Travel()" type="radio">  +
-Realm of Mists <small>(1490,1029)</small><br> +
-<input name="GoFrom" id="1492" value="1113" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1492" value="1113" onclick="Travel()" type="radio">  +
-RocShaman's Muse <small>(1492,1113)</small><br> +
-<input name="GoFrom" id="1458" value="1019" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1458" value="1019" onclick="Travel()" type="radio">  +
-Ruins of Algol <small>(1458,1019)</small><br> +
-<input name="GoFrom" id="1508" value="1005" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1508" value="1005" onclick="Travel()" type="radio">  +
-Serene Tower <small>(1508,1005)</small><br> +
-<input name="GoFrom" id="1562" value="1037" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1562" value="1037" onclick="Travel()" type="radio">  +
-Tandanu <small>(1562,1037)</small><br> +
-<input name="GoFrom" id="1541" value="1043" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1541" value="1043" onclick="Travel()" type="radio">  +
-Tandir <small>(1541,1043)</small><br> +
-<input name="GoFrom" id="1545" value="1012" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1545" value="1012" onclick="Travel()" type="radio">  +
-Tauron <small>(1545,1012)</small><br> +
-<input name="GoFrom" id="1302" value="847" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1302" value="847" onclick="Travel()" type="radio">  +
-Tarmel Lowlands <small>(1302,847)</small><br> +
-<input name="GoFrom" id="1514" value="1040" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1514" value="1040" onclick="Travel()" type="radio">  +
-Temple of Kraglim <small>(1514,1040)</small><br> +
-<input name="GoFrom" id="1534" value="1057" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1534" value="1057" onclick="Travel()" type="radio">  +
-Temple of Light <small>(1534,1057)</small><br> +
-<input name="GoFrom" id="1503" value="1013" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1503" value="1013" onclick="Travel()" type="radio">  +
-Temple of Night <small>(1503,1013)</small><br> +
-<input name="GoFrom" id="1499" value="1027" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1499" value="1027" onclick="Travel()" type="radio">  +
-Temple of Slythra <small>(1499,1027)</small><br> +
-<input name="GoFrom" id="1542" value="1026" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1542" value="1026" onclick="Travel()" type="radio">  +
-Temple of the Breeze <small>(1542,1026)</small><br> +
-<input name="GoFrom" id="1506" value="1004" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1506" value="1004" onclick="Travel()" type="radio">  +
-The Bastion <small>(1506,1004)</small><br> +
-<input name="GoFrom" id="1544" value="1026" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1544" value="1026" onclick="Travel()" type="radio">  +
-The Birch Forest <small>(1544,1026)</small><br> +
-<input name="GoFrom" id="1559" value="1028" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1559" value="1028" onclick="Travel()" type="radio">  +
-The Grove of Titans <small>(1559,1028)</small><br> +
-<input name="GoFrom" id="1535" value="1033" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1535" value="1033" onclick="Travel()" type="radio">  +
-The Mekshan Plain <small>(1535,1033)</small><br> +
-<input name="GoFrom" id="1524" value="1006" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1524" value="1006" onclick="Travel()" type="radio">  +
-The Northern Marshes <small>(1524,1006)</small><br> +
-<input name="GoFrom" id="1520" value="1053" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1520" value="1053" onclick="Travel()" type="radio">  +
-The Plains of Vhaldren <small>(1520,1053)</small><br> +
-<input name="GoFrom" id="1458" value="1019" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1458" value="1019" onclick="Travel()" type="radio">  +
-The Ruins of Algol <small>(1458,1019)</small><br> +
-<input name="GoFrom" id="1558" value="1011" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1558" value="1011" onclick="Travel()" type="radio">  +
-The Winding Path <small>(1558,1011)</small><br> +
-<input name="GoFrom" id="1487" value="1086" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1487" value="1086" onclick="Travel()" type="radio">  +
-Tikol <small>(1487,1086)</small><br> +
-<input name="GoFrom" id="1494" value="1089" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1494" value="1089" onclick="Travel()" type="radio">  +
-Tikol Valley <small>(1494,1089)</small><br> +
-<input name="GoFrom" id="1468" value="1080" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1468" value="1080" onclick="Travel()" type="radio">  +
-Tikol Cathedral <small>(1468,1080)</small><br> +
-<input name="GoFrom" id="1481" value="1102" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1481" value="1102" onclick="Travel()" type="radio">  +
-Tikolian Desert <small>(1481,1102)</small><br> +
-<input name="GoFrom" id="1468" value="1078" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1468" value="1078" onclick="Travel()" type="radio">  +
-Tower of Vengeance <small>(1468,1078)</small><br> +
-<input name="GoFrom" id="1514" value="1043" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1514" value="1043" onclick="Travel()" type="radio">  +
-Tullamore <small>(1514,1043)</small><br> +
-<input name="GoFrom" id="1506" value="881" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1506" value="881" onclick="Travel()" type="radio">  +
-Vengeance Stronghold <small>(1506,881)</small><br> +
-<input name="GoFrom" id="1532" value="1020" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1532" value="1020" onclick="Travel()" type="radio">  +
-Vigilantes Keep <small>(1532,1020)</small><br> +
-<input name="GoFrom" id="1349" value="1052" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1349" value="1052" onclick="Travel()" type="radio">  +
-Volari Forest <small>(1349,1052)</small><br> +
-<input name="GoFrom" id="1566" value="1053" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1566" value="1053" onclick="Travel()" type="radio">  +
-Weaverton <small>(1566,1053)</small><br> +
-<input name="GoFrom" id="1302" value="944" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1302" value="944" onclick="Travel()" type="radio">  +
-Western Beach <small>(1302,944)</small><br> +
-<input name="GoFrom" id="1564" value="1009" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1564" value="1009" onclick="Travel()" type="radio">  +
-Witherwood <small>(1564,1009)</small><br> +
-</td><td valign="top">[Origin][Destination] <b>Antrippa</b><br> +
-<input name="GoFrom" id="1890" value="1101" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1890" value="1101" onclick="Travel()" type="radio">  +
-<b>Antrippa City</b> <small>(1890, 1101)</small><br> +
-<input name="GoFrom" id="1937" value="1038" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1937" value="1038" onclick="Travel()" type="radio">  +
-<b>Semdea</b> <small>(1937,1038)</small><br> +
-<input name="GoFrom" id="1996" value="1004" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1996" value="1004" onclick="Travel()" type="radio">  +
-Ald'ny Gardens <small>(1996,1004)</small><br> +
-<input name="GoFrom" id="1949" value="1102" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1949" value="1102" onclick="Travel()" type="radio">  +
-Al'Kharak <small>(1949,1102)</small><br> +
-<input name="GoFrom" id="1803" value="1171" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1803" value="1171" onclick="Travel()" type="radio">  +
-Aldarre Rifts <small>(1803,1171)</small><br> +
-<input name="GoFrom" id="2000" value="971" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="2000" value="971" onclick="Travel()" type="radio">  +
-Amarid Estate <small>(2000,971)</small><br> +
-<input name="GoFrom" id="1903" value="1094" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1903" value="1094" onclick="Travel()" type="radio">  +
-Antrippa Trade Market <small>(1903, 1094)</small><br> +
-<input name="GoFrom" id="1902" value="1042" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1902" value="1042" onclick="Travel()" type="radio">  +
-Archival Temple <small>(1902,1042)</small><br> +
-<input name="GoFrom" id="1946" value="1228" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1946" value="1228" onclick="Travel()" type="radio">  +
-Ashlish <small>(1946,1228)</small><br> +
-<input name="GoFrom" id="1941" value="958" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1941" value="958" onclick="Travel()" type="radio">  +
-Bacrav's House <small>(1941,958)</small><br> +
-<input name="GoFrom" id="1936" value="1037" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1936" value="1037" onclick="Travel()" type="radio">  +
-Brigand's Camp <small>(1936,1037)</small><br> +
-<input name="GoFrom" id="1842" value="1025" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1842" value="1025" onclick="Travel()" type="radio">  +
-Byrgryn Swamps <small>(1842,1025)</small><br> +
-<input name="GoFrom" id="1996" value="833" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1996" value="833" onclick="Travel()" type="radio">  +
-Calambri Fortress <small>(1996,833)</small><br> +
-<input name="GoFrom" id="1809" value="1123" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1809" value="1123" onclick="Travel()" type="radio">  +
-Carveron <small>(1809,1123)</small><br> +
-<input name="GoFrom" id="1990" value="959" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1990" value="959" onclick="Travel()" type="radio">  +
-Castle Kaure <small>(1990,959)</small><br> +
-<input name="GoFrom" id="1799" value="1142" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1799" value="1142" onclick="Travel()" type="radio">  +
-Cliffs of Dovenore <small>(1799,1142)</small><br> +
-<input name="GoFrom" id="1817" value="1021" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1817" value="1021" onclick="Travel()" type="radio">  +
-Dead Wood <small>(1817,1021)</small><br> +
-<input name="GoFrom" id="1941" value="1221" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1941" value="1221" onclick="Travel()" type="radio">  +
-Desert Sands <small>(1941,1221)</small><br> +
-<input name="GoFrom" id="2000" value="953" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="2000" value="953" onclick="Travel()" type="radio">  +
-Dreadmoor Mountain <small>(2000,953)</small><br> +
-<input name="GoFrom" id="1794" value="1098" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1794" value="1098" onclick="Travel()" type="radio">  +
-Drelcor Isle <small>(1794,1098)</small><br> +
-<input name="GoFrom" id="1969" value="834" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1969" value="834" onclick="Travel()" type="radio">  +
-Ebon Mining Post <small>(1969,834)</small><br> +
-<input name="GoFrom" id="1909" value="939" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1909" value="939" onclick="Travel()" type="radio">  +
-Epoch of Eternity <small>(1909,939)</small><br> +
-<input name="GoFrom" id="1948" value="1030" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1948" value="1030" onclick="Travel()" type="radio">  +
-Eshen Desert <small>(1948,1030)</small><br> +
-<input name="GoFrom" id="1965" value="980" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1965" value="980" onclick="Travel()" type="radio">  +
-Ethena <small>(1965,980)</small><br> +
-<input name="GoFrom" id="1912" value="962" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1912" value="962" onclick="Travel()" type="radio">  +
-Feyreely <small>(1912,962)</small><br> +
-<input name="GoFrom" id="1829" value="1077" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1829" value="1077" onclick="Travel()" type="radio">  +
-Fragaport <small>(1829,1077)</small><br> +
-<input name="GoFrom" id="1831" value="1024" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1831" value="1024" onclick="Travel()" type="radio">  +
-Gandor Isle <small>(1831,1024)</small><br> +
-<input name="GoFrom" id="1833" value="988" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1833" value="988" onclick="Travel()" type="radio">  +
-Granite Towers <small>(1833,988)</small><br> +
-<input name="GoFrom" id="2044" value="1062" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="2044" value="1062" onclick="Travel()" type="radio">  +
-Graven <small>(2044,1062)</small><br> +
-<input name="GoFrom" id="2029" value="1190" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="2029" value="1190" onclick="Travel()" type="radio">  +
-Hajai Desert <small>(2029,1190)</small><br> +
-<input name="GoFrom" id="1913" value="1066" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1913" value="1066" onclick="Travel()" type="radio">  +
-Ice Barrow <small>(1913,1066)</small><br> +
-<input name="GoFrom" id="1937" value="865" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1937" value="865" onclick="Travel()" type="radio">  +
-Isintarn <small>(1937,865)</small><br> +
-<input name="GoFrom" id="1992" value="1001" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1992" value="1001" onclick="Travel()" type="radio">  +
-Kyritis City <small>(1992,1001)</small><br> +
-<input name="GoFrom" id="1936" value="1043" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1936" value="1043" onclick="Travel()" type="radio">  +
-Kyritis Stockade <small>(1936,1043)</small><br> +
-<input name="GoFrom" id="1826" value="1033" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1826" value="1033" onclick="Travel()" type="radio">  +
-Larsag <small>(1826,1033)</small><br> +
-<input name="GoFrom" id="2012" value="956" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="2012" value="956" onclick="Travel()" type="radio">  +
-Lashrad <small>(2012,956)</small><br> +
-<input name="GoFrom" id="1976" value="1000" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1976" value="1000" onclick="Travel()" type="radio">  +
-Llaeldath <small>(1976,1000)</small><br> +
-<input name="GoFrom" id="2064" value="973" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="2064" value="973" onclick="Travel()" type="radio">  +
-Lystraia <small>(2064,973)</small><br> +
-<input name="GoFrom" id="1821" value="1204" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1821" value="1204" onclick="Travel()" type="radio">  +
-Lothley Estate <small>(1821,1204)</small><br> +
-<input name="GoFrom" id="1894" value="947" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1894" value="947" onclick="Travel()" type="radio">  +
-Maalat Highlands <small>(1894,947)</small><br> +
-<input name="GoFrom" id="1825" value="1008" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1825" value="1008" onclick="Travel()" type="radio">  +
-Madras <small>(1825,1008)</small><br> +
-<input name="GoFrom" id="1812" value="1093" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1812" value="1093" onclick="Travel()" type="radio">  +
-Mahala Island <small>(1812,1093)</small><br> +
-<input name="GoFrom" id="1810" value="1160" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1810" value="1160" onclick="Travel()" type="radio">  +
-Malabar Caverns <small>(1810,1160)</small><br> +
-<input name="GoFrom" id="1832" value="1106" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1832" value="1106" onclick="Travel()" type="radio">  +
-Merc Haven <small>(1832,1106)</small><br> +
-<input name="GoFrom" id="1893" value="1070" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1893" value="1070" onclick="Travel()" type="radio">  +
-Nomigej H'pym <small>(1893,1070)</small><br> +
-<input name="GoFrom" id="1824" value="1067" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1824" value="1067" onclick="Travel()" type="radio">  +
-Obri Coastline <small>(1824,1067)</small><br> +
-<input name="GoFrom" id="1907" value="1107" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1907" value="1107" onclick="Travel()" type="radio">  +
-Obsidian Tower <small>(1907,1107)</small><br> +
-<input name="GoFrom" id="1768" value="1138" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1768" value="1138" onclick="Travel()" type="radio">  +
-Okeshir <small>(1768,1138)</small><br> +
-<input name="GoFrom" id="1859" value="964" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1859" value="964" onclick="Travel()" type="radio">  +
-Quiet Wind Monastery <small>(1859,964)</small><br> +
-<input name="GoFrom" id="1917" value="1036" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1917" value="1036" onclick="Travel()" type="radio">  +
-Raven Legion War Camp <small>(1917,1036)</small><br> +
-<input name="GoFrom" id="1906" value="939" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1906" value="939" onclick="Travel()" type="radio">  +
-Rhyarm Valley <small>(1906,939)</small><br> +
-<input name="GoFrom" id="1822" value="1065" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1822" value="1065" onclick="Travel()" type="radio">  +
-Sandcastle <small>(1822,1065)</small><br> +
-<input name="GoFrom" id="1823" value="1070" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1823" value="1070" onclick="Travel()" type="radio">  +
-Sargasso Sea <small>(1823,1070)</small><br> +
-<input name="GoFrom" id="1754" value="1014" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1754" value="1014" onclick="Travel()" type="radio">  +
-Sea of Winds <small>(1754,1014)</small><br> +
-<input name="GoFrom" id="1820" value="1035" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1820" value="1035" onclick="Travel()" type="radio">  +
-Sea Watch <small>(1820,1035)</small><br> +
-<input name="GoFrom" id="2066" value="1152" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="2066" value="1152" onclick="Travel()" type="radio">  +
-Seaside Grottoes <small>(2066,1152)</small><br> +
-<input name="GoFrom" id="2065" value="1130" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="2065" value="1130" onclick="Travel()" type="radio">  +
-Sere'san Mountains <small>(2065,1130)</small><br> +
-<input name="GoFrom" id="1980" value="794" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1980" value="794" onclick="Travel()" type="radio">  +
-Serpent Temple <small>(1980,794)</small><br> +
-<input name="GoFrom" id="2001" value="1054" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="2001" value="1054" onclick="Travel()" type="radio">  +
-Shadre Town <small>(2001,1054)</small><br> +
-<input name="GoFrom" id="1934" value="1055" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1934" value="1055" onclick="Travel()" type="radio">  +
-Sheffrec Caverns <small>(1934,1055)</small><br> +
-<input name="GoFrom" id="1891" value="995" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1891" value="995" onclick="Travel()" type="radio">  +
-Sirae Village <small>(1891,995)</small><br> +
-<input name="GoFrom" id="1887" value="958" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1887" value="958" onclick="Travel()" type="radio">  +
-Slave Trading Post <small>(1887,958)</small><br> +
-<input name="GoFrom" id="1936" value="1007" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1936" value="1007" onclick="Travel()" type="radio">  +
-Slythran Bazaar <small>(1936,1007)</small><br> +
-<input name="GoFrom" id="1887" value="1101" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1887" value="1101" onclick="Travel()" type="radio">  +
-Solar Temple <small>(1887,1101)</small><br> +
-<input name="GoFrom" id="1891" value="986" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1891" value="986" onclick="Travel()" type="radio">  +
-Spidercult Village <small>(1891,986)</small><br> +
-<input name="GoFrom" id="1859" value="1147" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1859" value="1147" onclick="Travel()" type="radio">  +
-Sunken Battalion <small>(1859,1147)</small><br> +
-<input name="GoFrom" id="1949" value="957" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1949" value="957" onclick="Travel()" type="radio">  +
-Tazamai Savanna <small>(2002,991)</small><br> +
-<input name="GoFrom" id="2002" value="991" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="2002" value="991" onclick="Travel()" type="radio">  +
-Temple Cataclysma <small>(1949,957)</small><br> +
-<input name="GoFrom" id="1871" value="1018" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1871" value="1018" onclick="Travel()" type="radio">  +
-Temple of the Phoenix <small>(1871,1018)</small><br> +
-<input name="GoFrom" id="1902" value="1048" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1902" value="1048" onclick="Travel()" type="radio">  +
-Temple Ruins <small>(1902,1048)</small><br> +
-<input name="GoFrom" id="1935" value="1174" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1935" value="1174" onclick="Travel()" type="radio">  +
-The Citadel of War <small>(1935,1174)</small><br> +
-<input name="GoFrom" id="1941" value="1221" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1941" value="1221" onclick="Travel()" type="radio">  +
-The Desert Sands <small>(1941,1221)</small><br> +
-<input name="GoFrom" id="1893" value="1072" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1893" value="1072" onclick="Travel()" type="radio">  +
-The Ghran Museum <small>(1893,1072)</small><br> +
-<input name="GoFrom" id="1946" value="968" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1946" value="968" onclick="Travel()" type="radio">  +
-The Glass Spire <small>(1946,968)</small><br> +
-<input name="GoFrom" id="1833" value="988" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1833" value="988" onclick="Travel()" type="radio">  +
-The Granite Towers <small>(1833,988)</small><br> +
-<input name="GoFrom" id="1906" value="1046" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1906" value="1046" onclick="Travel()" type="radio">  +
-The Great Library <small>(1906,1046)</small><br> +
-<input name="GoFrom" id="1864" value="1026" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1864" value="1026" onclick="Travel()" type="radio">  +
-The Hall of Champions <small>(1864,1026)</small><br> +
-<input name="GoFrom" id="1932" value="960" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1932" value="960" onclick="Travel()" type="radio">  +
-The Plains of Abbat <small>(1932,960)</small><br> +
-<input name="GoFrom" id="2035" value="1061" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="2035" value="1061" onclick="Travel()" type="radio">  +
-The Sunshade Bazaar <small>(2035,1061)</small><br> +
-<input name="GoFrom" id="1755" value="822" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1755" value="822" onclick="Travel()" type="radio">  +
-The Zetarion Tundra <small>(1755,822)</small><br> +
-<input name="GoFrom" id="2036" value="1047" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="2036" value="1047" onclick="Travel()" type="radio">  +
-Thurk <small>(2036,1047)</small><br> +
-<input name="GoFrom" id="2003" value="1056" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="2003" value="1056" onclick="Travel()" type="radio">  +
-Tor Zalag <small>(2003,1056)</small><br> +
-<input name="GoFrom" id="1864" value="959" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1864" value="959" onclick="Travel()" type="radio">  +
-Twin Cottages <small>(1864,959)</small><br> +
-<input name="GoFrom" id="1977" value="1005" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1977" value="1005" onclick="Travel()" type="radio">  +
-Verlaen City <small>(1977,1005)</small><br> +
-<input name="GoFrom" id="1814" value="1039" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1814" value="1039" onclick="Travel()" type="radio">  +
-Vestrial's Domain <small>(1814,1039)</small><br> +
-<input name="GoFrom" id="2084" value="1033" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="2084" value="1033" onclick="Travel()" type="radio">  +
-Village of Argoth <small>(2084,1033)</small><br> +
-<input name="GoFrom" id="1949" value="957" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1949" value="957" onclick="Travel()" type="radio">  +
-Vishkar Basin <small>(1949,957)</small><br> +
-<input name="GoFrom" id="1832" value="1078" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1832" value="1078" onclick="Travel()" type="radio">  +
-West Coast <small>(1832,1078)</small><br> +
-<input name="GoFrom" id="1814" value="1136" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1814" value="1136" onclick="Travel()" type="radio">  +
-Zerinnth <small>(1814,1136)</small><br> +
-</td><td valign="top"> +
-<b>Continent: None or Griftsmire</b><br> +
-<input name="GoFrom" id="1724" value="1151" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1724" value="1151" onclick="Travel()" type="radio">  +
-Amnesty Village <small>(1724,1151)</small><br> +
-<input name="GoFrom" id="1676" value="1477" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1676" value="1477" onclick="Travel()" type="radio">  +
-Arcadia <small>(1676,1477)</small><br> +
-<input name="GoFrom" id="1729" value="910" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1729" value="910" onclick="Travel()" type="radio">  +
-The Coliseum <small>(1729,910)</small><br> +
-<input name="GoFrom" id="1319" value="1318" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1319" value="1318" onclick="Travel()" type="radio">  +
-DragonBolt Island <small>(1319,1318)</small><br> +
-<input name="GoFrom" id="802" value="1349" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="802" value="1349" onclick="Travel()" type="radio">  +
-Ildayre Island <small>(802,1349)</small><br> +
-<input name="GoFrom" id="1677" value="1623" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1677" value="1623" onclick="Travel()" type="radio">  +
-Eastern Griftsmire <small>(1677,1623)</small><br> +
-<input name="GoFrom" id="1181" value="1718" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="1181" value="1718" onclick="Travel()" type="radio">  +
-Griftsmire Desert <small>(1181,1718)</small><br> +
-<input name="GoFrom" id="Custom1" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="Custom1" onclick="Travel()" type="radio">  +
-Custom 1 <small>(<input size="2" name="input_X1" onclick="Travel()" type="text">,<input size="2" name="input_Y1" type="text">)</small><br> +
-<input name="GoFrom" id="Custom2" onclick="Travel()" type="radio"> +
-<input name="GoTo" id="Custom2" onclick="Travel()" type="radio">  +
-Custom 2 <small>(<input size="2" name="input_X2" onclick="Travel()" type="text">,<input size="2" name="input_Y2" type="text">)</small><br> +
-<hr><b>Modifiers:</b> +
-<br><input name="Modifier" id="None" onclick="Travel()" type="radio"> None +
-<br><input name="Modifier" id="Refresh" onclick="Travel()" type="radio"> Refresh +
-<br><input name="Modifier" id="Refresh_Critical" onclick="Travel()" type="radio"> Refresh Critical +
-<br><input name="Modifier" id="Drive" onclick="Travel()" type="radio"> Drive (vehicle) +
-<hr><center><b>Wilderness Directions</b><br> +
-<textarea name="output_Directions" rows="60" cols="25"></textarea></center></td> +
-</tr></tbody></table> +
- +
-</p><div style="text-align: left;"><h3><a name="Directions"></a><span style="font-weight: bold;">Directions</span></h3><span style="font-weight: bold;">1) Choose origin:</span> Click the left hand bubble beside where you are at currently. For exact directions, be over the zone in question.<br><span style="font-weight: bold;">2) Choose destination:</span> Click the right hand bubble for where you want to go. Continent is not an issue.<br><span style="font-weight: bold;">3a) <a href="http://lensmoor.org/cgi-bin/help.cgi?helpon=vehicle">Vehicle</a> instructions:</span> +
-If using a vehicle, use STEP to get in, then STEER to take over the +
-vehicle. Water vehicles must be in ground water terrain (may be +
-obstacles). Air vehicles must be in the upper terrain to move. Ground +
-vehicles can't cross water.<br><span style="font-weight: bold;">3b) Custom Coordinates:</span> Custom coordinates can be found by using the <a href="map_java.html">java map</a>. Double click on the desired location to have the coordinates show up in the java maps status window.<br><span style="font-weight: bold;">4) Choose modifiers:</span> +
-If it's a long distance and you aren't astral or a liche, you might +
-want to add a refresh or refresh crit modifier. If you're taking a +
-vehicle, choose Drive.<br><span style="font-weight: bold;">5) Copy/paste to command line:</span> +
-This will generate exact directions. Copy/paste to the mud. Please make +
-sure that you have the correct origin/destination bubbles.</div> +
-<b><br>Source:</b> All information on this page taken directly from the <a href="https://web.archive.org/web/20121019013655/http://lensmoor.org/jmap.shtml">java map</a>+
-</form></center> +
- +
- +
- +
- +
- +
- +
-</body></html>+
wilderness_directions.1680816535.txt.gz · Last modified: 2023/04/06 17:28 by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki