Guest User

Untitled

a guest
Oct 16th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.50 KB | None | 0 0
  1. Traveling for Eco Server:
  2.  
  3. How to travel from home spots:
  4.  
  5. Varrock - Boat place next to Barb Village (Near gertrudes house) Click on the Canyon thing ?
  6.  
  7. Falador - Port Sarim / place near Draynor, either add click on Dock or add a sailor
  8.  
  9. Nezzy - (Obvious the dock located on the Island) (Place Sailor)
  10.  
  11. Lumbridge - Place boat in the River near the Boat Place next to Goblin Hut ? (Place Sailor)
  12.  
  13.  
  14. City's that boat's can take your too:
  15. All of the places above
  16. (Where ever the dock is so let's say I wen't from lumby to Edge, Place near Edge sailor)
  17.  
  18. Catherby (Access to Fishing)
  19.  
  20. Relekka (Spot 1 in town, Spot 2 over the barrier near other rock crabs where it's easier to
  21. get to the Slayer Cave)
  22.  
  23. Ardounge (Thieving ?)
  24.  
  25. Shilo (Could possibly put more fishing spots here closer to bank ?)
  26.  
  27. Canifis (I don't know where, but to get to the Slayer Tower)
  28.  
  29. Karamja to get to lesser demons and fish, Also get to the Agility place in RS talk to
  30. Agility Master to go to: Barb / Gnome Agility course ?
  31.  
  32. Bosses:
  33. Waterbirth (For Dagganoths entrance)
  34.  
  35. Light house ? (Move the Corp to the ladder in the light house
  36. (making waterbirth fully operational ?)
  37.  
  38. Minigames:
  39.  
  40. The lil boat outside 'Burghe De Rott' to get next to Barrows.
  41.  
  42. To get to Jad refer back to the Karamja suggestion
  43.  
  44. P.S (Do not make it boat after boat to get to places)
  45.  
  46. Just make it come up with:
  47.  
  48. like this:
  49.  
  50.         case **:
  51.             sendOption3("Citys", "Bosses", "Minigames");
  52.             c.dialogueAction = **;
  53.             c.dialogueId = **;
  54.             c.teleAction = -1;
  55.             break
  56.  
  57.         case **: (Citys)
  58.             sendOption5("Varrock", "Lumbridge", "Edgeville", "Nezinot", "More");
  59.             c.dialogueAction = **;
  60.             c.dialogueId = **;
  61.             c.teleAction = -1;
  62.             break
  63.  
  64.         case **: (Citys 2)
  65.             sendOption5("Falador", "Shilo", "Catherby", "Relleka (Town)", "More");
  66.             c.dialogueAction = **;
  67.             c.dialogueId = **;
  68.             c.teleAction = -1;
  69.             break
  70.  
  71.         case **: (Citys 3)
  72.             sendOption5("Relleka (Slayer Cave)", "Ardounge", "Karamja", "Go To Start", "Back to Selection");
  73.             c.dialogueAction = **;
  74.             c.dialogueId = **;
  75.             c.teleAction = -1;
  76.             break
  77.  
  78.         case **: (Bosses)
  79.             sendOption5("Waterbirth", "Godwars", "Lighthouse (Corp)", "Back to Selection");
  80.             c.dialogueAction = **;
  81.             c.dialogueId = **;
  82.             c.teleAction = -1;
  83.             break
  84.  
  85.         case **: (Bosses (Godwars))
  86.             sendOption5("Armadyl", "Bandos", "Saradomin", "Zamorak", "Back to Selection");
  87.             c.dialogueAction = **;
  88.             c.dialogueId = **;
  89.             c.teleAction = -1;
  90.             break
  91.  
  92.         case **: (Minigames)
  93.             sendOption5("Ali-Kharid (Duel Arena)", "Karamja (Jad)", "Burgh De Rott (Barrows)", "Pest control", "Back To Selection");
  94.             c.dialogueAction = **;
  95.             c.dialogueId = **;
  96.             c.teleAction = -1;
  97.             break
  98.  
  99. an estimate of Prices:
  100.  
  101. Citys - 5K-20K depending on how far to travel can be done not by place wise but just like this going from mainland to karamja 10K cuz its a diff island
  102.  
  103. Minigames - 10K-25K again depending on how far to travel can be done not by place wise but just like this going from mainland to karamja 10K cuz its a diff island
  104.  
  105. Bosses - Free (because players have to allways have a full invy for bossing)
  106.  
  107. Other ingame changes:
  108.  
  109. Make alternate routes to get to places witch don't need a boat to get to
  110.  
  111. Example run Varrock to Canifis through Woods to get to barrows
  112.  
  113. Run Catherby / Cammy to Relleka across 'Broken Bridge' to other side run to light house
  114.  
  115. Glory to: Draynor, Karamja, Ali-Kharid & Edgeville
  116.  
  117. Make to enter the "Spirit Dungeon" @ the lighthouse and change the entrance to the Corp a "Cave".
Add Comment
Please, Sign In to add comment