GatherMate2 Classic
GatherMate2 is an addon to collect and track herbs, mines, fishing pools, gas clouds, archaelogy finds and treasures, and displays them on the world map and the mini map.
This is the version for WoW Classic, the version for Retail can be found here.
GatherMate will remember the location of every herb you pick or every ore you mine, so that you can easily find the positions of the herbs and mines again. Once you come into range of a recorded spot, GatherMate will show an icon representing the type of herb/ore/fish/etc. on your mini map, directly allowing you to decide if its worth checking out. Additionally, all spots are shown on the World Map, to ease navigation to certain types of nodes and making gathering more fun.
To give you a head start, GatherMate2 also offers a pre-filled data module, so you don't need to discover all herbs and mines yourself, but instead can just start gathering right away. Simply install GatherMate2_Data Wowhead Classic and hit a few buttons to import all the provided data, and you're good to go.
Features
- Tracking of all gathering professions and more!
- Herbs
- Mines
- Fishing Pools
- Treasures
- Display of all collected data on the World Map and the MiniMap
- Support for Routes
- Import data via GatherMate2_Data Wowhead Classic
- Share data in your guild with GatherMate_Sharing
Video about configuring this addon.
Usage
Using GatherMate2 is straight-forward.
After the installation, GatherMate2 is automatically active and collecting data.
You can configure which data should be shown on the World Map or MiniMap in the Configuration Dialog, which can be accessed either via the /gathermate slash command or be found in the Interface options in the WoW Menu.
Localization (Translation of Nodes)
GatherMate2 relies on the node names to be translated in all languages WoW supports. You can contribute additional translations for your language here using the Localization tool:
https://www.wowace.com/projects/gathermate2-classic/localization
Any translations submitted through that tool will be automatically included in the next release.
-
View User Profile
-
Send Message
Posted Jun 17, 2021Its not tracking any nodes i pick up, is there some setting i missed?
-
View User Profile
-
Send Message
Posted Jun 17, 2021In reply to sawier9133:
people have been having this issue since launch
-
View User Profile
-
Send Message
Posted Jun 15, 2021Just throwin another comment at the "only while tracking" feature not working.
-
View User Profile
-
Send Message
Posted Jun 21, 2021In reply to I3igAl:
Same here not sure when it will be fixed...
-
View User Profile
-
Send Message
Posted Jun 14, 2021I've been tweaking my gathermate2 based on recommendations.
I'm now getting this:
Message: Interface\AddOns\GatherMate2\Display-Display.lua:321: attempt to call global 'GetProfessions' (a nil value)
Time: Mon Jun 14 10:36:48 2021
Count: 1
Stack: Interface\AddOns\GatherMate2\Display-Display.lua:321: attempt to call global 'GetProfessions' (a nil value)
Locals: <none>
So it looks like we could use LibProfessions for TBCC. Maybe someone with more lua code experience will have better luck than I.
-
View User Profile
-
Send Message
Posted Jun 13, 2021only when track only still not working in TBCC
-
View User Profile
-
Send Message
Posted Jun 7, 2021Hi - no matter what settings I use, I can only see nodes I've actually gathered on both the map and minimap.
How do I display the nodes from an imported database like the one from Wowhead?
-
View User Profile
-
Send Message
Posted Jun 3, 2021Whenever I load in TBC nothing shows up on my minimap
-
View User Profile
-
Send Message
Posted Jun 4, 2021In reply to Darth_Rawwdog:
I have some things show, but only limited things and not ones that match my professions (and I've checked the settings) *shrug* (and I did the data import)
-
View User Profile
-
Send Message
Posted Jun 5, 2021In reply to Darth_Rawwdog:
Things never change...
So after all testing and two weeks in prepatch this addon is still not working.
Comes in handy if no one has a gathering addon but the bots do.
Prices are already at the bottom and are only going more down by everyday.
But who cares? aslong china farmer sees hes notes, everything is fine.
-
View User Profile
-
Send Message
Posted May 20, 2021Who made last the alfa version? It's literally broken: herb and mines icons don't turn into colored circles when you approach them, zero reaction. Classic version at least worked.
-
View User Profile
-
Send Message
Posted May 24, 2021In reply to Marvis83:
That occurs for me when I have the addon set to "Show only when tracking". Might be a spell ID that needs to be updated.
-
View User Profile
-
Send Message
Posted May 31, 2021In reply to MrSardoc:
Hi,
since one of the last updates, nodes are no longer shown on the minimap with "only show when searching". It only shows when you activate "show always" or "show with profession"
See my screenshot: https://imgur.com/l8D2Odo
Will there be a fix for that or is there a different solution?
Thanks and KR
PS: Sorry for reply message - can't create a new poste
-
View User Profile
-
Send Message
Posted Jun 13, 2021In reply to braatak_twitch:
it still not working for me too, im Herbalism+mining, when i set track only, my map&minimap show nothing, i have to swtich to "show always" or "show with profession"
But the whole map full of points :<
-
View User Profile
-
Send Message
Posted May 20, 2021Latest version is working in TBCC but for some reason i see only the herbs in Hellfire. Filters are set to show every TBC herb. Using this for database GatherMate2 Data Wowhead cl... - Addons - World of Warcraft - CurseForge
I see a few herbs in Zangarmash but there are no herbs in the other zones.
-
View User Profile
-
Send Message
Posted May 19, 2021I think I have a temporary fix for TBCC (until the dev comes out with an update).
Locate the following files in your addons\GatherMate2 folder:
Collector.lua
Config.lua
Display.lua
GatherMate2.lua
In each of those files, there is a line a few lines from the top that reads:
local WoWClassic = (WOW_PROJECT_ID == WOW_PROJECT_CLASSIC)
Change it so that it reads:
local WoWClassic = (WOW_PROJECT_ID == WOW_PROJECT_BURNING_CRUSADE_CLASSIC)
-
View User Profile
-
Send Message
Posted May 19, 2021In reply to moonlit_vamp:
How did you manage this? I tried your fix, but the game says, that my mod Version is too old.
I ve never created a wow addon but is there some specific "line of code" where you can set the gameversion or API Version?
-
View User Profile
-
Send Message
Posted May 19, 2021In reply to OverKiLL_95:
It may say it's out of date, but if you have the latest version, it will still run if you set WoW to load out-of-date addons. As for your 2nd question, the top line of the GatherMate2.toc file reads:
## Interface: 11305
That means it's for WoW version 1.13.5 (it hasn't been updated in a while). You COULD change it to read:
## Interface: 20501
This would fool the game into thinking it's designed for TBCC (2.5.1), but that's normally not necessary if you have WoW set to load out of date addons.
-
View User Profile
-
Send Message
Posted May 20, 2021In reply to moonlit_vamp:
Thank you :) its up and running now. I guess the main part is done by the DB and as GM2 Data is already viable for TBC everything should be fine.
-
View User Profile
-
Send Message
Posted May 20, 2021In reply to moonlit_vamp:
Worked for me! Thanks alot!