GatherMate2_Data
Data extract for GatherMate2
How to install the data:
- 1.) install GatherMate2_Data
- 2.) Once in game, open gathermate (/gathermate)
- 3.) Select the Import section
- 4.) select the data you want and click import.
- 5.) Profit
State in Shadowlands
GatherMate2_Data and the background tools have been updated for Shadowlands, and early data for both Herbs and Mining locations is already available in the latest update. We'll keep updating the database as more information is uploaded to Wowhead!
I did what you suggested with the 70000. Worked. The prob Im having with Gathermate2/Gathermate2_Data is that the icons dont stay on my mini map or world map. I've tried re-importing them and still no icons. The only icons that show and stay are from nodes I find myself.
I can't seem to replicate this problem. Imported node icons stay on the world map without issue. I don't use the mini-map icons, since the in-game tracker works better for this.
What do you mean by the icon's don't stay? The data should be imported to your character folder (C:<path>/World of Warcraft/WTF/<account>/<character name>) so I don't see how this can happen. Perhaps you have another map based add-on that's causing a conflict?
Went to Wowhead and extracted the data for all WoD fishing schools from it. Bit late now I know, but it might help someone.
Go to ../WoW Folder/Interface/AddOns/GatherMate2_Data/FishData.lua and put this into the bottom of the file, above the last closing curly brace.
http://pastebin.com/M4UkHQSD
You are a godsend.. i was looking for exactly this :3
Would you perhaps also know how to make it that the icons are more visisble? a black outline around the fishing icons would help alot. (Since the lava fish have the same color as the lava they spawn in >,< )
Any love for Mac people who can't get it to work via Curse? How do I get the data imported? Currently I have gathermate working, but I don't have any nodes. Any advice would be helpful. I've tried the import command, but that's not working because I don't know from what location I'm importing.
I wrote a program in C# to grab all the node data from Wowhead to make it current. Feel free to add these nodes into your database:
All WoD (main zone) Herb/Mine Nodes in Wowhead as of June 25, 2016: pastebin.com/u/SethAluma
In the above link, you will find the individual zones, as well as "All WoD nodes" files. Use whichever ones you want.
I wanted to add in the nodes from wowhead for some of the respawnable treasure chests around Tanaan Jungle and did some tinkering with the lua files and was able to get it working. Since the addon hasn't been updated in a while I thought I would share my notes for anyone else who needs a manual update and is comfortable backing up their data and tinkering with the lua files.
When you open up one of the data lua files in the gathermate2_data addon folder, you will see something like this:
GatherMateData2TreasureDB= {
[37] = {
[2500422000] = 501,
[2510438000] = 501,
....
},
....
}
To build your own entries to add to these files, you just need to know what the numbers mean and how to figure out how to convert your data into this format.
The first number we see is [37] this corresponds to the "areaid" within wow (not the same number as zoneid, so you can't use what you see on wowhead. The quickest way I found to figure out what areaid you want is to go to that zone, then type into chat (with no quotes)
"/dump GetCurrentMapAreaID()"
You might be able to find some lists of all areaid's on the internet, but I couldn't find anything for the new zones, however, you're probably mostly interested in adding nodes to only a few particular zones, so you can just fly to that zone (for example I was adding Tanaan Jungle) grab the areaid (Tanaan Jungle = 945) and then skip to the section of the lua file dealing with your areaid, or add a new section if one doesn't exist already.
Next number we see is [2500422000], which these are coordinates in the format XX.xx + YY.yy + 2 trailing zeroes (not sure what the 2 trailing zeroes are for, but they're always there.) Note that both the x and y coordinate need to be padded with leading and trailing zeroes if they don't fill up the full 4 digits. So for example:
Coordinates of 32.6 , 9.25 would give a result of [3260092500]
Coordinates of 18 , 42.3 would give a result of [1800423000]
The final number we see is the item or node id. This is a custom number assigned by gathermate2. To figure out what node id you want, go into the gathermate2 addon folder and open the Constants.lua and you will find mappings broken out into sections for each of the types of gathering (fishing, herbalism, mining, etc.) for all the items/objects to their gathermate2 node ids. For example you might find in the treasure section:
[NL["Giant Clam"]] = 501,
From here, you can go to wowhead, find the nodes you want to import. I found that a lot of times someone had typed out a nice tomtom waypoint list which I could easily convert to import all the locations for radiating apexis shards in tanaan for example, but worst case scenario you'll have to type out the entries manually.
You definitely want to back up both the data and lua files before making any changes because if you have the wrong number somewhere you could easily add tons of bad data to your maps. You may also want to make backups of any customization you do so your files don't accidentally get overridden if a new update comes out.
Good luck to any fellow tinkerers out there, and thanks to the creator and everyone who has contributed to this cool addon. Hoping updates start back up soon.
im in process of moving so the i havent bene able to run updates, they will be coming back soon my stuff gets delivered in a few weeks
Thanks very much for posting to let everyone know what's happening. Good to know that you will be resuming updates "in a few weeks", in the meantime I hope your move goes smoothly, although moving always seems to be anything but smooth! ;)
looking forward to the updates, thanks for letting us know!
What's happened to the weekly updates? The last update was on 13th December 2015 which was 10 weeks ago! Guessing the author (kagaro) is busy with real life and isn't getting time to update addons etc.
I recently updated Gathermate 2 Data and went to find all the treasures I had not got allready, but it includes an alliance treasure in Shadowmoon Valley that is unattainable for me as a horde player - Is there any way to edit out the treasure listing in the LUA file - and if so how do you tell which is the entry that you want to edit? It points to this treasure no matter where I am in Draenor,( Frostfire Ridge, Ashran, wherever).
Mysterious Camel Figurine Nodes are gone again. Anyone have a fix for this?
Tanaan Jungle????? Anyone? NO herb nodes ever
download the new node updates and import them. maybe uninstall and reinstall gathermate
where and how can I download the new node information?
In game, in the gathermate configuration interface
I have not had Gathermate work in Tanaan Jungle, ever. It will record mining nodes that I hit myself, but even after importing the newest data, won't show me any other nodes. It does not, however, record any withered herb nodes, even after I hit them, and again, won't import any withered nodes. I figured it was just a lack-of-update issue when it wouldn't work for me for the first couple weeks after the Tanaan launch, but I just downloaded the newest data, imported it, reloaded my UI, and still not a single herb node.
I have herb tracking turned on, and the herbs show on all other Draenor zones, but not the jungle. Very frustrating!
This does not have WoD fishing nodes.