cliaz / Titan-Panel-Classic-Reagent-Tracker

A continuation of the WoW Titan Panel Reagent Tracker addon by L'ombra.
0 stars 4 forks source link

missing Wild Thornroot Tracking (Druid WOW Classic era) #26

Open arthurlaengle opened 2 months ago

arthurlaengle commented 2 months ago

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!

cliaz commented 1 month ago

Heya mate, glad it's useful :)

Taking a quick look at Wowhead's info for that spell / reagent:

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?

arthurlaengle commented 1 month ago

Hi,

I fond the following in the spellData.lua:

        spells = {21850}, -- Gift of the Wild (Rank 2)
        reagent = 17026, -- Wild Thornroot

IG Screenshot:

image

image

if there is anything I can help with please let me know.

Thank you!

cliaz commented 1 month ago

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.

arthurlaengle commented 1 month ago

since I could not find any character specific files I did step 2 and installed TitanPanal and the reagent tracker. still same issue. See screen shot.

image

cliaz commented 1 month ago

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:

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.

arthurlaengle commented 1 month ago

image

is this the output you are looking for?