Download
(283Kb)
Download
Updated: 12-17-11 08:24 AM
Pictures
File Info
Updated:12-17-11 08:24 AM
Created:10-25-08 06:06 PM
Downloads:72,289
Favorites:603
MD5:

Routes  Popular! (More than 5000 hits)

Version: v1.4.2
by: Xinhuan, Grum, Kagaro

v1.4.2
17 December 2011
(Written for Live Servers v4.3.0.15050)

Routes allow you to draw lines on the worldmap linking nodes together into an efficient farming route from existing databases. The route will be shown (by default) on the minimap and zone map as well.

Use /routes to begin.

See spikey star-shaped routes?

You haven't optimized the route yet. Go into the route you created and optimize it. Instructions below.

Quickstart:

Download and install:


Start up World of Warcraft and make sure all addons are marked to be loaded (in the addon selection screen).

Importing into GatherMate2:

Type: /gathermate
  • Go to 'Import Data' and then to 'GatherMate2Data' (left side)
  • If you already have herbs/mines of yourself, select 'Merge' from the 'Import Style' dropdown, otherwise 'Overwrite' is ok.
  • Select which sources you want to import (ea: Mining/Herbalism) and tick their respective boxes.
  • Hit the 'Import GatherMate2Data' button on the bottom.

Creating your first route:

Type: /routes
  • Go to 'Add' (left side)
  • Type the name of your route (and press 'Okay' or enter)
  • Now select the zone you want to create a route in from the 'Select Zone' dropdown.
  • Make sure the 'GatherMate2' source has it's checkbox ticked.
  • Select which nodes (ea: what type of herbs/mines/fish) should be used to create your route.
  • Hit the 'Create Route' button.
  • Done! you can now go to the zone and follow the generated 'route' on your minimap.

You can change the color in the 'Line Settings' tab (and also completely hide the route)

Open your worldmap on the zone you just created a route in, and you will see a massive whirling of lines (light-redish).

Changing/Optimizing your route:

Type: /routes
  • Go to 'Routes' and then the zone you made your route in and finally to the route you created. This has taken you to the 'Information'-tab of this route.
  • Click on the 'Optimize Route' tab.
  • Hit the 'Cluster' button, this is usually advisable as most zones contain large amounts of nodes. Clustering will group 'nearby' nodes onto 1 point and the default distance is easily viewable on the minimap.
  • Hit the 'Foreground' button, this will try an optimization of the length of your route (you can see it being updated after it finishes if you use a map addon like Mapster).
  • Keep hitting the 'Foreground' button to try and make the route smaller,

Features:
  • Select node-types to build a line upon. The following are supported
    • GatherMate (Author's preference)
    • Cartographer_Fishing
    • Cartographer_Mining
    • Cartographer_Herbalism
    • Cartographer_ExtractGas
    • Cartographer_Treasure
    • Gatherer
    • HandyNotes
  • Optimize your route using the traveling salesmen problem (TSP) ant colony optimization (ACO) algorithm
  • Background (nonblocking) and foreground (blocking) optimization
  • Select color/thickness/transparency/visibility for each route
  • For any route created, finding a new node will try to add that as optimal as possible
  • Quick clustering algorithm to merge nearby nodes into a single traveling point
  • Quickly mark entire areas/regions as "out of bounds" or "taboo" to Routes, meaning your routes will ignore nodes in those areas and avoid cross them
  • Fubar plugin available to quickly access your routes
  • Cartographer_Waypoints and TomTom support for quickly following a route
  • Works with Chinchilla's Expander minimap and SexyMap's HudMap!
  • Full in-game help file and FAQ, guiding you step by step on what to do!

Download:

The latest version of Routes is always available on this page... or at:
http://wow.curse.com/downloads/wow-a...ls/routes.aspx
http://www.wowinterface.com/download...01-Routes.html

Contact:

If you find any bugs or have any suggestions, you can contact us on:

Paypal donations are welcome

Changes from v1.4.1 to v1.4.2 (17 December 2011)
  • Updated TOC
  • Updated LibMapData (so the new zones work properly)
  • Fixed division by zero errors from occurring in the future (the PTR servers disabled it the Lua language settings in PTR 4.3).
  • Fixed background processing so that it no longer acts like foreground processing (WoW changed the behavior of GetTime() function).
  • Fixed timers from reporting the wrong time when doing foreground and background route optimization.
  • Add Brazilian Portuguese localization files. The translations are only partially done.

Changes from v1.4.0 to v1.4.1 (30 June 2011)
  • Updated TOC
  • Update LibMapData (so the new zones work properly)

Changes from v1.3.3 to v1.4.0 (6 May 2011)
  • Fixed Routes to work with TomTom 4.1 (which has some API changes). Reduced reliance on TomTom's API. That is, we no longer use Astrolabe in TomTom anymore.
  • Fixed issues with map phasing interfering with Routes in Uldum, Hyjal, Twilight Highlands, Gilneas, Gilneas City and The Lost Isles.
  • Routes will no longer error on finding invalid node data in GatherMate2 and will just ignore them.
  • Add "Recreate Route" button for routes (found next to "Delete" route button). This recreates the route using the same creation settings, but only works for data from GatherMate2 and Gatherer. It even works for a route created in one of them, you switch addons, and then recreating it from the other!
  • Improvements submitted by Mikk.
    • Improve route optimizing speed by 10% by not using table recycling.
    • Improve background route optimizing speed by 30% by checking execution time and yielding less often (resulting in more stable FPS).
    • Progress of background execution is now shown in the status bar of the Routes configuration if it is open.

Changes from v1.3.2 to v1.3.3 (13 December 2010)
  • Fix issue in Hyjal, Twilight Highlands, Uldum (and also Gilneas and The Lost Isles which have no collectible nodes) zones. These zones contained map phasing where the map shown to you depends on which phase you were in. Routes treated these different phase maps as separate zones, resulting in a potential "no data found" depending on which phase you logged on your character in. This has been fixed.

Changes from v1.3.1 to v1.3.2 (11 December 2010)
  • Fix for errors when using Routes with Gatherer and TomTom.

Changes from v1.3.0 to v1.3.1 (10 December 2010)
  • Updated for patch 4.0.3 live servers. Happy farming in the new Cataclysm zones! You may need to restart your WoW client completely after updating Routes.

Changes from v1.2.8a to v1.3.0 (18 October 2010)
  • Updated for patch 4.0.1 live servers (not closed beta!)
  • We won't complain anymore about Carbonite pretending to be Cartographer.
  • We will now register the /routes slash command for non-English users too
  • Fix a long standing obscure bug where a route would be created with node types that aren't selected.
  • Significantly reduce memory usage of Routes. Roughly 13kb less per route so if you have say 50 routes, that's 650kb less. This update has no effect on CPU usage or FPS.
  • Fix up errors caused by patch 4.0.1 changes to professions and skills. Add Archaeology to the node types to support GatherMate2 (but note that while GatherMate2 is usable on the Cataclysm beta, Routes currently is not)
  • Add support for GatherMate2. Please stop using GatherMate. GatherMate is now only maintained for China-wow and is not Cataclysm compatible.

Changes from v1.2.7 to v1.2.8a (23 December 2009)
  • Updated TOC for 3.3.0.
  • No functional changes (when will people finally learn to simply check the stupid 'Load out of date Addons' box?)

Changes from v1.2.6 to v1.2.7 (13 August 2009)
  • Added new zone (Hrothgar's Landing).
  • Updated TOC for 3.2.0.

Changes from v1.2.5 to v1.2.6 (29 April 2009)
  • Fixed another cause of the SetTexCoord error. Thanks everyone for helping out, especially [[http://wow.curse.com/user/Profile.aspx?UserID=23908|Kazragore]].

Changes from v1.2.4 to v1.2.5 (28 April 2009)
  • Maintenance, fixed line endings and version generation in TOC.

Changes from v1.2.3 to v1.2.4 (26 April 2009)
  • Fixed SetTexCoord bug which was annoying everyone since 3.1.0. (all arguments must be between -10000 and 10000)

Changes from v1.2.2 to v1.2.3 (18 April 2009)
  • Updated for 3.1.0's GetPlayerFacing (for rotating minimaps).
  • Upgraded to wowace's localization system.

Changes from v1.2.1 to v1.2.2 (8 November 2008)
  • Fix possible loading order issue caused by Blizzard bug with optdep and reqdeps.
  • Hopefully fix most cases of Routes producing routes that cross over itself.
  • Add support for reparenting to Chinchilla's Expander or SexyMap's HudMap.

Changes from v1.2 to v1.2.1 (26 Oct 2008)
  • Moved 'Edit Route Manually' to a =tab.
  • Moved 'Create Bare Route' button to the top of 'Add Route'.
  • Reworked the 'source data' multiselect to be more verbose.
  • Added a second 'Create Route' button.
  • Update URL of forum thread in the FAQ to the new wowace forums.

Changes from v1.1.1 to v1.2 (25 Oct 2008)
  • Fix "No data found" until you toggle the "Select sources of data" checkboxes issue.
  • The zone dropdown list (both taboo and route creation) will now list ALL zones instead of just the outland ones and the one you are in/viewing.
  • Update FAQs.
  • Add HandyNotes support to Routes. You can now make routes from your own HandyNotes!
  • Add "Note" category to Auto show/hide module.
  • Remove old style taboo editing. Implement new GoogleMaps style taboo shape editing.
  • Implement manual editing of any route that is not clustered.
  • Editing a taboo/route will now open the map to the correct zone.
  • Fix issue where Routes would fail to work with GatherMate if AddonLoader is present (which causes GatherMate to be LoD-delayed)

Changes from v1.1 to v1.1.1
  • Fix taboo region creation menus and menuitems to work.
  • Remove embeds.xml/locales.xml and move them into the TOC.
  • Fix the Dalaran data login spam.

Routes key changes in the past:
  • Add TomTom Support (3rd June 2008)
  • Add initial route decrossing generation from Polarina (5th may 2008)
  • Added a comprehensive help file (4th May 2008)
  • Reduce route generation time by 20% via coding optimizations (26th April 2008)
  • Patch 2.4 (26th March 2008)
  • Taboo Regions feature added (10 February 2008)
  • Conversion to Ace3 from Rock framework complete (4th February 2008)
  • Add node clustering algorithms (25th January 2008)
  • Add support for Gatherer (24th January 2008)
  • Add FAQ (22 January 2008)
  • Conversion to Ace3 begins, and to drop Cartographer/Graph/Babble dependency, and add GatherMate support (20 January 2008)

Cartographer_Routes key changes in the past:
  • Add Cartographer_Waypoints support (27 December 2007)
  • Add Cartographer_ExtractGas support (24 December 2007)
  • Add Cartographer_Treasure support (14 December 2007)
  • First release (14 October 2007)
  • Initial joint project development from individual lines of work (3rd October 2007)
Optional Files (0)


Post A Reply Comment Options
Unread 06-12-11, 05:37 AM  
harzakax
A Murloc Raider

Forum posts: 5
File comments: 56
Uploads: 0
I have 9 different routes for a zone, how do i enable another route?
Report comment to moderator  
Reply With Quote
Unread 06-10-11, 10:48 AM  
Jynks
A Frostmaul Preserver

Forum posts: 264
File comments: 63
Uploads: 0
Is it possible to make my own routes that has nothign to do with gathering?

I am levelled a new toon to 85 and what to get the Netehrdrake on it... best way to do that is to scout the netheregg spawns, pick up the eggs and I was hoping I could use routes for this.. by flying to each egg spawn and manually adding it to the route.,..

Is there a way to do this?


After I got my first egg, whe nI created a route there was a option (treasure) for netherwing egg.. but ti only had 1 node, the node i had found... as the spawns are random , I was hoping there was a slash command to manually add a node at your current location? Because the "edit route" function only lets you add nodes if you have 2 or more... if you only have 1 node you can not click between it to add a new node
Last edited by Jynks : 06-10-11 at 10:55 AM.
Report comment to moderator  
Reply With Quote
Unread 05-06-11, 06:42 PM  
Landelor
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Nice

Thanks man.
Love the mod...
Report comment to moderator  
Reply With Quote
Unread 05-06-11, 08:13 AM  
Xinhuan
A Chromatic Dragonspawn
 
Xinhuan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 174
File comments: 212
Uploads: 15
Re: TomTom

Updated for patch 4.1!
__________________
Author of Postal, Omen3, GemHelper, BankItems, WoWEquip, GatherMate, GatherMate2, Routes and Cartographer_Routes
Report comment to moderator  
Reply With Quote
Unread 04-30-11, 12:18 AM  
Landelor
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
TomTom

Don't know if you're aware of this, but Routes doesn't seem to be working with the updated Tomtom. Am I missing something?
Report comment to moderator  
Reply With Quote
Unread 04-27-11, 06:21 PM  
Xinhuan
A Chromatic Dragonspawn
 
Xinhuan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 174
File comments: 212
Uploads: 15
Re: trouble in vash'jir

Originally posted by trclocke
so I'm probably missing something here, and I apologize if this has come up before.

You have a selection in your drop-down for all of vashj'ir, but there's "no data found" because all the nodes are located in subzones (shimmering expanse, abyssal depths, and kelp'thar forest). Is there any way for routes to take the node date from the subzones and use it to make a route for all of vashj'ir?
No, there isn't. I'm afraid that zone is redundant in the listing, unless the addon that it is taking data from stored data specific to that "continent", rather than its sub zones.

Fundamentally, it sounds like a simple change, but it requires a rewrite of the whole addon just to do it properly.
__________________
Author of Postal, Omen3, GemHelper, BankItems, WoWEquip, GatherMate, GatherMate2, Routes and Cartographer_Routes
Report comment to moderator  
Reply With Quote
Unread 04-03-11, 01:15 AM  
trclocke
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 108
Uploads: 1
trouble in vash'jir

so I'm probably missing something here, and I apologize if this has come up before.

You have a selection in your drop-down for all of vashj'ir, but there's "no data found" because all the nodes are located in subzones (shimmering expanse, abyssal depths, and kelp'thar forest). Is there any way for routes to take the node date from the subzones and use it to make a route for all of vashj'ir?
Report comment to moderator  
Reply With Quote
Unread 02-11-11, 02:21 PM  
illiath
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 12
Uploads: 4
Post Suggestion: Reload Route Support?

Any chance a button could be added to the route "Information" screen that would allow you to reload the route?

Specifically, the functionality I'm looking for is similar to what you get when you add a new route of the same name, completely delete the current route, and regenerate based on the selected node types.

Unfortunately a lot of the people in the various guilds I'm part of amongst all my myriad of toons all seem to use Gatherer, and then gathermate went weird, so I stopped using it, and while it's pretty simple to build a new route, it would be nice to have a simple "click this to add in the nodes missed previously" or something...
Report comment to moderator  
Reply With Quote
Unread 12-12-10, 08:37 PM  
justinm
A Kobold Labourer

Forum posts: 1
File comments: 58
Uploads: 0
I haven't started a worg yet, but my fiancée has a worg miner and she says there are most certainly copper nodes in Gilneas. Wowhead agrees.
Report comment to moderator  
Reply With Quote
Unread 12-11-10, 04:26 AM  
Xinhuan
A Chromatic Dragonspawn
 
Xinhuan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 174
File comments: 212
Uploads: 15
Re: Re: woot update

Originally posted by justinm
Seconded!
Leveling to 85 was more important.
__________________
Author of Postal, Omen3, GemHelper, BankItems, WoWEquip, GatherMate, GatherMate2, Routes and Cartographer_Routes
Last edited by Xinhuan : 12-11-10 at 04:28 AM.
Report comment to moderator  
Reply With Quote
Unread 12-10-10, 10:38 AM  
justinm
A Kobold Labourer

Forum posts: 1
File comments: 58
Uploads: 0
Re: woot update

Originally posted by Clyde_Mobster
ZOMG THNX FOR UPDATE!!!
Seconded!
Report comment to moderator  
Reply With Quote
Unread 12-09-10, 11:21 PM  
Clyde_Mobster
A Murloc Raider

Forum posts: 4
File comments: 23
Uploads: 0
woot update

ZOMG THNX FOR UPDATE!!!
Report comment to moderator  
Reply With Quote
Unread 12-09-10, 08:15 PM  
Arkive
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 242
File comments: 465
Uploads: 1
Purity,

That not what this mod does by design. It's meant mostly for flying on predetermined routes that you've programmed (resource gathering, rare mob spawns, etc). It uses data from mods like Gathermate to facilitate this so what it does it does very well.
Report comment to moderator  
Reply With Quote
Unread 12-01-10, 04:10 PM  
Purity
A Deviate Faerie Dragon

Forum posts: 16
File comments: 170
Uploads: 0
Boats, Blimps, Flight masters?

I am looking for something to help me get places without asking mages for ports all the time. I recently switch a toon to alliance and I am lost all the time now.

Does this addon guide u to a new place by directing you to boats, blimps and flight masters?

Surely something like this exists, right?

Thank you
__________________
Report comment to moderator  
Reply With Quote
Unread 11-25-10, 09:38 AM  
markhr
A Fallenroot Satyr

Forum posts: 23
File comments: 43
Uploads: 0
Please update for new zones
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.