In this guide I present a way of faster movement between areas.
The most convenient and effective way to travel is by the use of portals. They are usually given by completing goals/area quests, killing some mobs or buying them via auctions. Not every area has a corresponding portal though. An option is to buy a trivia portal (15 tp – help trivia portal), but the cost is very prohibitive.
Another way for speeding up exploration is by using special exits: clan exits. For example, from Boot room “On the roof” there are easy transfers to areas like Kul Tiras or House of Cards.
Finally, the main point of this guide is to use above methods to find better speedwalks than running from Aylor recall.
Some examples:
To get to Kobold siege you would need to travel 2-3 continents and it would take a very long time. Instead, you can use you portal to Planes, go to Swordbreakers Hoard and from there run 2w6ne.
Another example is Weather Observatory – instead running from the recall you can use Aardwolf Amulet to run ~30 rooms (instead of ~90).
They are not the most optimal/the best routes to areas, use them as a reference only.
There are many others consecrations that would affect this list, like tier of the player or owned portals. Some links between areas, like the one between Aardington Estate and Hedgehogs Paradise, are also not included, because they are situational.
Usage:
I use Kobold Siege mentioned above. Open the file and find a row for Kobold Siege area (row 124)
80 100 Stutz Xadyen Kobold Siege Camp Hoard → 2w6ne
“Hoard” is in blue because this area requires using another portal/speedwalk and then to run 2w6ne.
Row 46 for Hoard shows:
5 50 Aardwolf Commun Swordbreaker’s Hoard Planes → 9e → enter pool
Hoard
Again we have to use another portal/speedwalk shown in blue + run 9e + type “enter pool”. “Hoard” is in red here because this defines speedwalk name for this area.
To find out speedwalk for planes we simply find this row (109):
60 100 50 Valkur The Upper Planes Planes
Here we have only “Planes” in red – this indicate portal – Amulet of the Planes in this case.
*** BONUS for Mudlet users ***
Here are some examples how I have set above aliases:
1) Alias for portals
Name: The Grand City of Aylor
Pattern: ^aylor$
send("take 'garbage can' \"" ..portalbag.. "\"")
send("wear 'garbage can'")
send("enter")
send("remove 'garbage can'")
send("put 'garbage can' \"" ..portalbag.. "\"")
“portalbag” is my variable used for Aardbag, you should replace it with the keywords with your bag or if you keep portals in the inventory use this code:
send("wear 'garbage can'")
send("enter")
send("remove 'garbage can'")
2) Alias for speedwalk
Name: The Darkside of the Fractured
Pattern: ^darkside$
expandAlias("fractu")
send("run 2n")
send("enter jet")
send("n")