missing Wild Thornroot Tracking (Druid WOW Classic era)
arthurlaengle opened this issue ยท 6 comments
Hi, Thank you for the addon.
It does not track the "Wild Thornroot" reagent for "Gift of the Wild" which you can by at the reagent vendor in WOW Classic Era. I could not find any option to add it.
Can you please add this?
Thank you!
Heya mate, glad it's useful :)
Taking a quick look at Wowhead's info for that spell / reagent:
- Gift of the Wild, spell id 21850 aka https://www.wowhead.com/classic/spell=21850/gift-of-the-wild
- Wild Thornroot, item id 17026 aka https://www.wowhead.com/classic/item=17026/wild-thornroot
Comparing that that to the spell and reagent data I've got mapped in spellData.lua and I can see the spell + reagent combo exists on line 45 and 46.
Long story short is that it should be working. Would you be able to double check the spellData.lua file for me on your install please, to see if the correct data is there?
Righto, so the spell / reagent database is correct, which means the addon isn't picking up that you have the Gift of the Wild spell learnt.
Before we go further, make a backup of your Interface and WTF folders just in case :)
To troubleshoot, two options:
1- if you know what you're doing with addon folders and config files, rename / move / delete the Reagent tracker folder and config files from Interface and WTF.
2- If you're less confident, let's just rename both Interface and WTF folders so that WOW creates things from scratch.
Head to your WOW's Interface
folder and rename it to Interface.bak
or something, and doing the same to the WTF
folder. This will effectively 'remove' all addons and saved config from your game.
Fire up WOW, log in to your character once so that all the folders are created again, then quit the game.
Once you've done either option 1 or 2, re-download the addon and give it a crack please.
I added in some extra debugging logic which should print out a list of spells that the addon detects you know. You can download it here
To use it:
- replace the contents of
TitanClassicReagentTracker.lua
with the contents of the file I linked above - edit line 14 where it says
local debug = false
so that it sayslocal debug = true
- save file and run the game. The addon should print a bunch of messages to your chat window describing what it's doing
I'm expecting the addon to pick up that you know Rebirth (due to the fact that it's picking up the Ironwood Seed), but it should pick up everything else.