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!
The Gather mate saved variables location is as follows:
World of Warcraft/WTF/Account/(account name)/SavedVariables/GatherMate2.lua
You would open the file with notepad or similar program and the timber data is at the bottom under Logging.
Mine currently looks like this:
GatherMate2LoggingDB = {
[947] = {
[4426790300] = 702,
[4652322600] = 701,
},
}
The coding works as such:
Small Timber = 701,
Timber = 702,
Large Timber = 703,
Zones are as follows:
Frostfire Ridge = [941]
Nagrand = [950]
Shadowmoon Valley = [947]
Spires of Arak = [948]
Talador = [946]
Tanann Jungle = [945]
Gorgrond = [949]
Ashran = [978]
Coordinate data is this part: [4652322600]
The first four numbers represent the coordinates from west to east(46.52), the next four number represent coordinates from north to south(32.26), and the last two numbers remain zero(i've yet to decipher their purpose but they apear needed).
Many thanks for the clarification and explanation of what the lines actually do and mean, that made it all much easier to understand! :)
Good news, tracked down the final problem(at least I havent seen any other problems). Netherwing eggs showing up in the wrong Shadowmoon valley.
In TreasureData.lua change line 2147 to [473] =
Edit: one last item.
To correct Silverbound Treasure Chest in the wrong Nagrand
In TreasureData.lua change line 2550 to [477] =
I've just downloaded the latest version (v24.3) and took a look at the TreasureData.lua and noticed that line number 2121 already shows [473] = with line number 2147 showing [947] = so I must admit to a little confusion as to whether the change you suggest still needs to be made.
Under line 2121 are coords for object 523 (Adamantite Bound Chest) Location Outlands Shadowmoon Valley (zone # 473), Under line 2147 is the coords for Netherwing Egg(object #531) and Silverbound Treasure Chest(object #537) Which are incorrectly attributed to zone #947(Draenor Shodowmoon valley) The easiest fix is to simply change the zone #. Alternatively, you could delete line 2147 then cut and paste what's under it to under line 2121 if that makes your OCD feel better(more correct fix, but more annoying).
Edit: technicality
:) You're welcome.
As of the latest update, my fix is no longer acurate. Though the silverbound treasure chests are still out of place. I've posted a fix over at:
http://www.wowace.com/addons/gathermate2/tickets/116-gathermate-data-treasure
complete with a download of the updated lua(yay, I figured out how to post a ticket). Appologies for the late reply, I've not been feeling well.
I would say you'd want to reimport for every data update and then run clean up after.
Thank you so much for updating this constantly.
Question, do i need to re-import on every update or does the new version just add the locations on it's own?
What about Cleanup?
yeah i just saw the same thing i wiped the database when i saw it but importing again didn't change it. looks like everything is right except the eggs that show up in the wrong shadowmoon valley herbs are right though
I posted a fix above. I dont know how to submit a ticket, so if you can that would be great.
I've got an issue with this addon that means it's importing data to the wrong maps when I use the import function--it's swapping the Draenor and Outland versions of both Shadowmoon Valley and Nagrand. And it does this no matter which import mode I use. Clearing the maps completely and then importing, I got only the Outland data in the Draenor zones, and vice versa.
EDIT: OK, in this last patch, most of the items are where they should be. However, the Netherwing Eggs still show up on the Draenor map.
Okay, so I turned off all other addons except gather mate and data cleared all previous data and imported only expansion data. This is shadowmoon valley and nagrand as shown by gathermate.
Editted w better images
When I used the import button, I got nothing in the map, just wrong treasures/chets from Terrallende in Draenor map. Any way to fix it? Thks in advance.
Actually Armendegga
You are right but wrong
It has the data for some of the lists in them zones. But it was misfiled by his patch tool
the herbs are partial and in Shadowmoon Valley (Outland) and respectivly Nagrand (Outland)
@kagaro
Thank you for the Draenor update. It looks like Shadowmoon Valley and Nagrand are still showing the old Outland stuff, and not showing any Draenor herb stuff. Even if you manually hide all the Outlands stuff, there is no herbs shown for Draenor in these zones. Looks like the ore is showing up. All others are working now- Thanks!
Thank You!!!
Problem is that for Nagrand and Shadowmoon Valley, it's only showing the old Outland stuff, not the new Draenor versions.
Yep, hopefully there's a way around it.
An update has been posted for WoD
@kagaro
Thank you very much for keeping this addon updated and fixing this issue. It's a very important addon for Gathermate2 to be really useful.