GatherSage shows you if you can mine or pick an herb based on your current skill in that profession. It displays this information in the tooltip when you mouse over an herb in the world, or over the node on the minimap. It will also show you if that herb or mine has a chance of yielding special items (such as stone, or other piggyback herbs).
FEATURES ----------------------------
-- Modifies the tooltip for mining and herbalism nodes.
-- Displays title in green if you have the skill needed to harvest, red if you do not.
-- Displays the amount of skill required so you know how close you are.
-- Tells you if there are special items that can be harvested in addition to the obvious.
-- Works on minimap nodes, so you don't have to search for one that you might not have the skill to harvest yet.
-- As you gain skill, it will tell you what new herbs/mines you can gather from.
PATCH NOTES -------------------------
v20100-2
-- Added German translation (courtesy VincentGdG)
Originally posted by tinyu I have updated GatherSage with all the Wotlk and missing TBC and Classic WoW data. I've also used kellewic's fix to get those errors removed.
So can we get your fixed/updated version somewhere, please?
Thank you.
This addon works with WotLK .. just needs a quick edit.
Open the file gathersage.toc in a notepad, you should see at the top:
Code:
## Interface: 20100
Change to:
Code:
## Interface: 30000
It does cause a small error, but still works. If you don't wanna see the error anymore, turn off errors in the interface options.
EDIT: I looked through the code a bit more and found the errors and have fixed it (temporarily at least) I might put it together and post it as a fan update... after I test it a bit more.
Last edited by dragonflyy : 11-02-2008 at 01:14 PM.
Gathersage, is not properly working with the fr client.
However, there is a localisation,
but there's a lot of mistakes (capitalisation, accent),
some words are not translated (not update I think),
I've tried to corrected all of that.
I don't now If you maintened any more the project,
I post the "Localization.FR.lua" here :
Code:
-- LOCALIZATION FILE
-- French localization by Abysse from Kael'thas
-- Rectified, modified and updated by Atropyne from Garona
if (GetLocale() == "frFR") then
-- Phrases
gspCanMine = "Vous pouvez miner ";
gspCanSmelt = "Vous pouvez prospecter ";
gspCanPick = "You can now pick ";
gspRequires = "Requis: ";
gspSkill = " en herboristerie.";
gspSkillToSmelt = " en prospection requis.";
gspChanceOf = "Chance d'avoir: ";
-- Skills as they appear in the spellbook
gsMINING = "Minage";
gsHERBING = "Herboristerie";
-- Mining nodes
gsCopper = "Filon de cuivre";
gsTin = "Filon d'\195\169tain";
gsSilver = "Filon d'argent";
gsIron = "Gisement de fer";
gsGold = "Filon d'or";
gsMithril = "Gisement de mithril";
gsTruesilver = "Gisement de vrai-argent";
gsSmallThorium = "Petit filon de thorium";
gsRichThorium = "Riche filon de thorium";
gsDarkIron = "Gisement de sombrefer";
gsIncendicite = "Filon d'incendicite";
gsLesserBloodstone = "Gisement de pierre de sang inf\195\169rieure";
gsIndurium = "Filon d'indurium";
gsObsidianChunk = "Grand morceau d'obsidienne";
--- gsThorium = "Thorium Veins"; -- not referenced anywhere
-- node variants
gsSmallObsidianChunk = "Petit morceau d'obsidienne";
gsSilverOz = "Filon d'argent couvert de limon";
gsGoldOz = "Filon d'or couvert de limon";
gsMithrilOz = "Gisement de mithril couvert de vase";
gsTruesilverOz = "Gisement de vrai-argent couvert de vase";
gsThoriumOz = "Filon de thorium couvert de limon";
gsRichThoriumOz = "Riche filon de thorium couvert de limon";
gsHakkariThorium = "Filon de thorium Hakkari";
-- TBC nodes
gsFelIron = "Gisement de gangrefer";
gsAdamantite = "Gisement d'adamantite";
gsRichAdamantite = "Riche gisement d'adamantite";
gsKhorium = "Filon de khorium";
-- Gems (still working on this add in)
gsTigerseye = gsGreen.."Oeil de tigre"..gsTail;
gsMalachite = gsGreen.."Malachite"..gsTail;
gsShadowgem = gsGreen.."Oeil t\195\169n\195\169breux"..gsTail;
gsJade = gsGreen.."Jade"..gsTail;
gsCitrine = gsGreen.."Citrine"..gsTail;
gsLesserMoonstone = gsGreen.."Pierre de lune inf\195\169rieure"..gsTail;
gsMossAgate = gsGreen.."Agate mousse"..gsTail;
gsBlackVitriol = gsGreen.."Vitriol noir"..gsTail;
gsBloodoftheMountain = gsGreen.."Sang de la montagne"..gsTail;
gsBlackDiamond = gsGreen.."Diamant noir"..gsTail;
gsAquamarine = gsGreen.."Aigue-marine"..gsTail;
gsStarRuby = gsGreen.."Rubis \195\169toil\195\169"..gsTail;
gsHugeEmerald = gsGreen.."Enorme \195\169meraude"..gsTail;
gsAzerothianDiamond = gsGreen.."Diamant d'Azeroth"..gsTail;
gsArcaneCrystal = gsGreen.."Cristal des arcanes"..gsTail;
gsLargeOpal = gsGreen.."Grande opale"..gsTail;
gsBlueSapphire = gsGreen.."Saphir bleu"..gsTail;
gsSouldarite = gsGreen.."Amarite"..gsTail; -- I don't know how to have the "Â"
--TBC Gems
gsShadowDraenite = gsGreen.."Dra\195\169nite ombreuse"..gsTail;
gsDeepPeridot = gsGreen.."Olivine"..gsTail;
gsFlameSpessarite = gsGreen.."Spessarite de flamme"..gsTail;
gsBloodGarnet = gsGreen.."Grenat sanguin"..gsTail;
gsGoldenDraenite = gsGreen.."Dra\195\169nite dor\195\169e"..gsTail;
gsAzureMoonstone = gsGreen.."Pierre de lune azur"..gsTail;
gsLivingRuby = gsBlue.."Rubis vivant"..gsTail;
gsTalasite = gsBlue.."Talasite"..gsTail;
gsNightseye = gsBlue.." Oeil de nuit"..gsTail;
gsNobleTopaz = gsBlue.."Topaze noble"..gsTail;
-- Stone
gsRoughStone = "Pierre brute";
gsCoarseStone = "Pierre grossi\195\168re";
gsHeavy = "Pierre lourde";
gsSolid = "Pierre solide";
gsDense = "Pierre dense";
--TBC Stone
gsMoteEarth = "Mote of Earth";
gsMoteFire = "Mote of Fire";
-- Herbs
gsPeacebloom = "Pacifique";
gsSilverleaf = "Feuillargent";
gsEarthroot = "Terrestrine";
gsMageroyal = "Mage royal";
gsBriarthorn = "Eglantine";
gsStranglekelp = "Etouffante";
gsBruiseweed = "Doulourante";
gsWildSteelbloom = "Aci\195\169rite sauvage";
gsGraveMoss = "Tombeline";
gsKingsblood = "Sang-royal";
gsLiferoot = "Viet\195\169rule";
gsFadeleaf = "P\195\162lerette";
gsGoldthorn = "Dor\195\169pine";
gsKhadgar = "Moustache de Khadgar";
gsWintersbite = "Hivernale";
gsFirebloom = "Fleur de feu";
gsPurpleLotus = "Lotus pourpre";
gsArthas = "Larmes d'Arthas";
gsSungrass = "Soleillette";
gsBlindweed = "Aveuglette";
gsGhostMushroom = "Champignon fant\195\180me";
gsGromsblood = "Gromsang";
gsGoldenSansam = "Sansam dor\195\169";
gsDreamfoil = "Feuiller\195\170ve";
gsMountainSilversage = "Sauge-argent des montagnes";
gsPlaguebloom = "Fleur de peste";
gsIcecap = "Calot de glace";
gsBlackLotus = "Lotus noir";
-- tbc herbs
gsFelweed = "Gangrelette";
gsDreamingGlory = "Glaurier";
gsRagveil = "Voile-mis\195\168re";
gsFlameCap = "Chapeflamme";
gsTerocone = "Teroc\195\180ne";
gsAncientLichen = "Lichen ancien";
gsManaThistle = "Chardon de mana";
gsNetherbloom = "N\195\169antine";
gsNightmareVine = "Cauchemardelle";
-- Special herbs
gsSwiftThistle = "Chardonnier";
gsWildvine = "Sauvageonne";
-- tbc special herbs
gsFelBlossom = "Gangrelys";
gsUnPlantParts = "Morceaux de plantes non identifi\195\169es";
gsNightmareSeed = "Graine de cauchemardelle";
end
NOTE : I know that for herbalism,
all the plants are correctly translated,
but for mining, I've not tested.
Feel free to feedback if you see something wrong.
And I don't understand the subtlety in "mining" and "pick" :/
Is there any mod that you can see yellow dots on your map at the same time? (I.E. is there any mod that if you are a miner and a herbalist that will both display yellow dots for both the herbs and ore)