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,344
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 01-27-10, 05:20 PM  
aumelen
A Defias Bandit

Forum posts: 3
File comments: 4
Uploads: 0
Originally posted by Xinhuan
It appears to me that GatherMate is not loaded properly because Lua says "GatherMate" is a function value in your error report, and not a table value as expected. Perhaps you should reinstall GatherMate, and/or disable other addons that might modify GatherMate's behavior.
Thanks. I reinstalled GatherMate and Routes, and now everything is working as it should.

Edit: I should add that I also did delete the gathermate files that were in the WTF folder.
Last edited by aumelen : 01-28-10 at 05:22 PM.
Report comment to moderator  
Reply With Quote
Unread 01-24-10, 09:09 PM  
Xinhuan
A Chromatic Dragonspawn
 
Xinhuan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 174
File comments: 212
Uploads: 15
Originally posted by aumelen
[b]Yes, I've tried to create a route in the barrens. But I just now noticed an error I get when I open the configuration window for Routes. I'm pretty sure this has something to do with my issue but I do not know how to fix it:

attempt to index global 'GatherMate' (a function value)
It appears to me that GatherMate is not loaded properly because Lua says "GatherMate" is a function value in your error report, and not a table value as expected. Perhaps you should reinstall GatherMate, and/or disable other addons that might modify GatherMate's behavior.
__________________
Author of Postal, Omen3, GemHelper, BankItems, WoWEquip, GatherMate, GatherMate2, Routes and Cartographer_Routes
Report comment to moderator  
Reply With Quote
Unread 01-23-10, 11:46 PM  
aumelen
A Defias Bandit

Forum posts: 3
File comments: 4
Uploads: 0
Originally posted by Xinhuan
Did you select a proper zone to create the route in? City maps do not have nodes, and Routes defaults to selecting your current zone.
Yes, I've tried to create a route in the barrens. But I just now noticed an error I get when I open the configuration window for Routes. I'm pretty sure this has something to do with my issue but I do not know how to fix it:

Code:
Date: 2010-01-23 21:45:43
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Routes\Plugins\GatherMate.lua line 35:
   attempt to index global 'GatherMate' (a function value)
Debug:
   (tail call): ?
   (tail call): ?
   Routes\Plugins\GatherMate.lua:35: Summarize()
   Routes\Routes.lua:2093: member()
   ...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:250:
      ...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:198
   ...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:1189:
      ...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:1045
   ...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:1540: FeedGroup()
   ...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:1461:
      ...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:1441
   (tail call): ?
   [C]: ?
   [string "safecall Dispatcher[3]"]:9:
      [string "safecall Dispatcher[3]"]:5
   (tail call): ?
   ...rkInventory\Externals\Ace3\AceGUI-3.0\AceGUI-3.0.lua:326: Fire()
   ...s\Ace3\AceGUI-3.0\widgets\AceGUIWidget-TreeGroup.lua:478: SetSelected()
   ...s\Ace3\AceGUI-3.0\widgets\AceGUIWidget-TreeGroup.lua:105:
      ...s\Ace3\AceGUI-3.0\widgets\AceGUIWidget-TreeGroup.lua:101
AddOns:
  Swatter, v3.1.14 (<%codename%>)
  WowheadLooter, v30303
  Accountant, v3.9.30300
  AdvancedTradeSkillWindow, v
  ArkInventory, v3.02
  Atlas, v1.14.2
  AtlasBattlegrounds, v1.14.2
  AtlasDungeonLocs, v1.14.2
  AtlasOutdoorRaids, v1.14.2
  AtlasTransportation, v1.14.2
  AtlasLoot, vv5.09.03
  AtlasLootFu, vv5.09.03
  AucAdvanced, v5.7.4568 (KillerKoala)
  AucDb, v5.1.DEV.3583
  AucFilterBasic, v5.7.4568 (KillerKoala)
  AucFilterOutlier, v5.7.4568.2531
  AucMatchUndercut, v5.7.4568.2531
  AucStatClassic, v5.7.4568 (KillerKoala)
  AucStatHistogram, v5.7.4568 (KillerKoala)
  AucStatiLevel, v5.7.4568 (KillerKoala)
  AucStatPurchased, v5.7.4568 (KillerKoala)
  AucStatSales, v5.7.4568.2842
  AucStatSimple, v5.7.4568 (KillerKoala)
  AucStatStdDev, v5.7.4568 (KillerKoala)
  AucStatWOWEcon, v5.7.4568.2530
  AucUtilAHWindowControl, v5.7.4568.3311
  AucUtilAppraiser, v5.7.4568.2530
  AucUtilAskPrice, v5.7.4568.3175
  AucUtilAutoMagic, v5.7.4568.3142
  AucUtilCompactUI, v5.7.4568.2530
  AucUtilEasyBuyout, v5.7.4568.3583
  AucUtilFixAH, v5.7.4568 (KillerKoala)
  AucUtilGlypher, v5.7.4568.2545
  AucUtilItemSuggest, v5.7.4568.3108
  AucUtilPriceLevel, v5.7.4568.2545
  AucUtilScanButton, v5.7.4568.2530
  AucUtilScanFinish, v5.7.4568.2530
  AucUtilScanProgress, v5.7.4568.2530
  AucUtilSearchUI, v5.7.4568.3655
  AucUtilSimpleAuction, v5.7.4568.4553
  AucUtilVendMarkup, v5.7.4568.2530
  Babylonian, v5.1.DEV.130
  Bartender4, v4.4.2
  BeanCounter, v5.7.4568 (KillerKoala)
  BetterInbox, v
  Configator, v5.1.DEV.130
  CTCore, v3.202 (CTMod 3.2)
  DBMBurningCrusade, v
  DBMCore, v
  DBMLDB, v
  DebugLib, v5.1.DEV.130
  EasySerum, v1.05
  ElkBuffBars, v2.2.4-149
  Enchantrix, v5.7.4568 (KillerKoala)
  EnchantrixBarker, v5.7.4568 (KillerKoala)
  FuBar, v
  FuBarBagFu, vv1.1.5
  FuBarDurabilityFu, v2.11
  FuBarMoneyFu, vv1.2.1
  FuBarPortalFu, v1.11
  GatherMate, vv1.22
  GearScore, v3.0.14 - Release
  Informant, v5.7.4568 (KillerKoala)
  LightHeaded, v301
  MageFever, v2.1.2
  MikScrollingBattleText, v5.4.71
  MozzFullWorldMap, v3.36.30300
  Omen, v3.0.9
  OmniCC, v2.5.9
  Outfitter, v4.10
  Overachiever, v0.51
  Quartz, v1.0
  QuartzBuff, v1.0
  QuartzFlight, v1.0
  QuartzGCD, v1.0
  QuartzInterrupt, v1.0
  QuartzLatency, v1.0
  QuartzMirror, v1.0
  QuartzPlayer, v1.0
  QuartzRange, v1.0
  QuartzSwing, v1.0
  QuartzTarget, v1.0
  QuartzTimer, v1.0
  QuartzTradeskill, v1.0
  QuestHelper, v1.3.7
  Recount, v
  Routes, vv1.2.8a
  SmartBuff, v3.3c
  Stubby, v5.7.4568 (KillerKoala)
  TomTom, v236
  XPerl, v3.0.7
  XPerlArcaneBar, v
  XPerlParty, v
  XPerlPartyPet, v
  XPerlPlayer, v
  XPerlPlayerBuffs, v
  XPerlPlayerPet, v
  XPerlRaidAdmin, v
  XPerlRaidFrames, v
  XPerlRaidHelper, v
  XPerlRaidMonitor, v
  XPerlRaidPets, v
  XPerlTarget, v
  XPerlTargetTarget, v
  Yatlas, v0.8.2
  BlizRuntimeLib_enUS v3.3.0.30300 <us>
  (ck=b1c)
Report comment to moderator  
Reply With Quote
Unread 01-23-10, 02:17 PM  
Xinhuan
A Chromatic Dragonspawn
 
Xinhuan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 174
File comments: 212
Uploads: 15
Originally posted by aumelen
Ok...what am I doing wrong here? I just recently downloaded and installed GatherMate, Gathermate_data, and Routes. I merged Gathermate_data into GatherMate and I do have nodes showing on my map (I'm using Blizzard's default map). Now, when I follow the instructions to create a map it doesn't do anything but tell me "Routes: No data selected for new route". According to the instructions, I should select what node I want to create a route for...but I am not given that option in Routes.
Did you select a proper zone to create the route in? City maps do not have nodes, and Routes defaults to selecting your current zone.
__________________
Author of Postal, Omen3, GemHelper, BankItems, WoWEquip, GatherMate, GatherMate2, Routes and Cartographer_Routes
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 03:56 PM  
aumelen
A Defias Bandit

Forum posts: 3
File comments: 4
Uploads: 0
Ok...what am I doing wrong here? I just recently downloaded and installed GatherMate, Gathermate_data, and Routes. I merged Gathermate_data into GatherMate and I do have nodes showing on my map (I'm using Blizzard's default map). Now, when I follow the instructions to create a map it doesn't do anything but tell me "Routes: No data selected for new route". According to the instructions, I should select what node I want to create a route for...but I am not given that option in Routes.
Report comment to moderator  
Reply With Quote
Unread 12-14-09, 02:34 PM  
Urbin
A Kobold Labourer
 
Urbin's Avatar

Forum posts: 0
File comments: 32
Uploads: 0
Re: Re: Dependencies?

Originally posted by Xinhuan
It means you Carbonite installed. It tries to pretend to be Cartographer to other addons, and fails.
Hm, is there any way of checking for this? I like Carbonite for some things but I certainly would prefer my routes to be shown on the world map of Mapster...
Report comment to moderator  
Reply With Quote
Unread 11-06-09, 03:03 PM  
miros
A Defias Bandit
 
miros's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 83
Uploads: 7
Originally posted by senryo
Hi, Xinhuan. I found strange thing in your addon. When i try to call addon by '/routes' command in game, WoW tells me that there is no such command. It happens because of that code in locale (ruRU):
Code:
L["routes"] = "маршруты"
Also similar strings present in esES and zhCH locales.

So when i call it by command in my language ('/маршруты') it works perfectly but it is confusing because there is no mention about this behaviour in addon info.
You're my hero
Report comment to moderator  
Reply With Quote
Unread 10-09-09, 04:24 AM  
Xinhuan
A Chromatic Dragonspawn
 
Xinhuan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 174
File comments: 212
Uploads: 15
Originally posted by senryo
Hi, Xinhuan. I found strange thing in your addon. When i try to call addon by '/routes' command in game, WoW tells me that there is no such command. It happens because of that code in locale (ruRU):
Code:
L["routes"] = "маршруты"
Also similar strings present in esES and zhCH locales.

So when i call it by command in my language ('/маршруты') it works perfectly but it is confusing because there is no mention about this behaviour in addon info.
Ah, the slash commands are not supposed to be localized. I'll fix this some time probably, or force add an unlocalized /routes in addition to the localized one.
__________________
Author of Postal, Omen3, GemHelper, BankItems, WoWEquip, GatherMate, GatherMate2, Routes and Cartographer_Routes
Report comment to moderator  
Reply With Quote
Unread 10-07-09, 03:19 PM  
senryo
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
Hi, Xinhuan. I found strange thing in your addon. When i try to call addon by '/routes' command in game, WoW tells me that there is no such command. It happens because of that code in locale (ruRU):
Code:
L["routes"] = "маршруты"
Also similar strings present in esES and zhCH locales.

So when i call it by command in my language ('/маршруты') it works perfectly but it is confusing because there is no mention about this behaviour in addon info.
__________________
Sorry for my english. It's not my native language.
Last edited by senryo : 10-07-09 at 03:20 PM.
Report comment to moderator  
Reply With Quote
Unread 08-30-09, 02:14 PM  
Xinhuan
A Chromatic Dragonspawn
 
Xinhuan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 174
File comments: 212
Uploads: 15
Originally posted by Cralor
Thanks for the update.

Just want to also remind you that you forgot to flag it for 3.2
This oversight has been fixed!
__________________
Author of Postal, Omen3, GemHelper, BankItems, WoWEquip, GatherMate, GatherMate2, Routes and Cartographer_Routes
Report comment to moderator  
Reply With Quote
Unread 08-30-09, 12:29 PM  
Cralor
Mmm... cookies!!!
 
Cralor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 772
File comments: 313
Uploads: 5
Thanks for the update.

Just want to also remind you that you forgot to flag it for 3.2
__________________
Never be satisfied with satisfactory.
Report comment to moderator  
Reply With Quote
Unread 08-30-09, 12:07 PM  
Xinhuan
A Chromatic Dragonspawn
 
Xinhuan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 174
File comments: 212
Uploads: 15
Originally posted by Twidget
Soooo.... been over two weeks. When are you going to update the mod here? I hate Curse so if that is the only place your going to be updating it guess I won't be using it anymore. So, please, please, please, update it here...
I've uploaded it here for now.
__________________
Author of Postal, Omen3, GemHelper, BankItems, WoWEquip, GatherMate, GatherMate2, Routes and Cartographer_Routes
Report comment to moderator  
Reply With Quote
Unread 08-29-09, 06:11 AM  
Twidget
An Aku'mai Servant
 
Twidget's Avatar

Forum posts: 33
File comments: 401
Uploads: 0
Soooo.... been over two weeks. When are you going to update the mod here? I hate Curse so if that is the only place your going to be updating it guess I won't be using it anymore. So, please, please, please, update it here...
Report comment to moderator  
Reply With Quote
Unread 08-16-09, 05:44 AM  
Xinhuan
A Chromatic Dragonspawn
 
Xinhuan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 174
File comments: 212
Uploads: 15
Originally posted by oXid_FoX
(it's updated on Curse)
Delaying updating here since I intend to update more stuff.
__________________
Author of Postal, Omen3, GemHelper, BankItems, WoWEquip, GatherMate, GatherMate2, Routes and Cartographer_Routes
Report comment to moderator  
Reply With Quote
Unread 08-15-09, 11:55 AM  
oXid_FoX
A Deviate Faerie Dragon
 
oXid_FoX's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 147
Uploads: 1
Last edited by oXid_FoX : 08-15-09 at 11:55 AM.
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.