Missing costs for reputation upgrad gear
benoakes opened this issue ยท 11 comments
Module: Faction
Category: Argent Dawn, Timbermaw Hold, Thorium Brotherhood
Loottable:
Items:
Additional context All the BOE crafted gear that is upgradable at the faction quartermaster are missing some or all of the costs for the upgrade. For example the Hardened Black Dragonscale Boots show only the cost in Fireland Embers, but do not show the additional requirement of the Black Dragonscale Boots and 1 Lava Core.
Thanks for your report
It is present, are you looking at the correct version? Maybe you can paste an example of what you are seeking
Maybe I need to reinstall then. It appears in my game with the icons for Lava Cores and the Boots missing
Thanks for the screenshot. I have an idea what may be causing this.
I think it may have to assign a string value to the items similar to how the Embers are applied in code for this.
Will try to have it late tonight.
Thanks!
I'm stumped. I created a new character, disabled all addons except AtlasLoot, and then checked the same pattern.
@benoakes
I've made some changes and deployed it early this morning along with a small loot table for Ony. Let me know if this helped!
The icons are still missing with the update. I tried the Kwonko AtlasLoot and that one has the icons. Not sure what is different between the two forks.
Yeah its very odd, it is likely an interaction with another addon. I will dig a bit further into it later today.
Thanks!
@benoakes I think this issue is because of bad data in the cache. If you exit the game and delete the file for AtlasLoot located in the WTF folder I suspect it may fix the issue.
It would have to be done outside the game or at least in the character screen because when you logout or refresh your UI the wow client will write any settings / variables saved by addons among other things.
I noticed that for some items it stored vendor prices and was able to replicated not the same but a similar issue causing problems with item costs. After removing it fixed the issue.
I will note that if you have any favourites set AtlasLoot and the location of the minimap icon - this will all reset.
@Aleks1015 Deleting the WTF files did the trick, thanks!