WoW LibGatheringNodes addon Dragonflight/Wrath of the Lich King Classic 2026
logo
wow addon LibGatheringNodes

LibGatheringNodes

Game Version: 9.0.2
Total Downloads: 133
Updated: Dec 19, 2020
Created: Oct 11, 2020
download LibGatheringNodesDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
r6 release 27.49 KB Dec 19, 2020 9.0.2 0 download LibGatheringNodes r6 releaseDownload
r4 release 25.45 KB Nov 22, 2020 9.0.2 61 download LibGatheringNodes r4 releaseDownload
r2 release 25.36 KB Oct 20, 2020 9.0.1 33 download LibGatheringNodes r2 releaseDownload
r1 release 25.16 KB Oct 12, 2020 9.0.1 +1 39 download LibGatheringNodes r1 releaseDownload

Description

Share this:

Contains a database of local names of mining and herbalism gathering nodes, with the item IDs of all the ores/stones/herbs gathered from it.

 

Embed LibGatheringNodes.xml in your .toc file or from another .xml file, then a typical way to use it is when mousing over a gathering node, call it like:

local drops = {LibStub("LibGatheringNodes-1.0").getItemID( _G["GameTooltipTextLeft1"]:GetText())}

 

Then you can loop them like:

for _, itemID in pairs(drops) do

Comments

Add a comment