I Could have my junk / disenchant lists but if I click on it nothing happen.
I also try to disable all my addons and tested it with only askmrrobot addon on.
I have v146
I Could have my junk / disenchant lists but if I click on it nothing happen.
I also try to disable all my addons and tested it with only askmrrobot addon on.
I have v146
Are you getting a lua error? Sometimes it is helpful to install these two addons to capture bugs from other addons:
https://www.curseforge.com/wow/addons/bug-grabber
https://www.curseforge.com/wow/addons/bugsack
These will add a minimap button that turns red (and it plays a sound) when another addon causes an error. You can click the button to open a window that you can use to copy the error message.
I just used the junk list to e.g. sell my junk at a vendor and it worked. Some items can’t be sold though, so you have to manually delete them.
No LUA error far as I know.
But i will do the BugGrabber and bugsack and provides you what i can.
Nope the Buggrabber and bugsack doesnt gimme an error.
Look like the Disenchant command are not in use.
I say that because when i click on the item it only disappear .
I wonder if the disenchant command isn’t working – it was a huge pain to get that to function in the first place because of some deficiencies in the blizzard API available to addons. I’ll see if another approach is required now or if they broke that functionality for good.
I will take it if you can found a solutoins if not i will do it as old fashion
2024-12-17: I can verify that in v149 clicking an item from the Junk List does NOT cause it to be disenchanted. It is only removed from the list until the next time the list is opened (assuming the item still exists in your bags).
Is there an ETA on a solution to this issue?
I looked into it a few weeks ago and could not determine why it isn’t working anymore…
There is no straightforward way to disenchant from an addon. I tried checking out a few other addons with similar behavior, e.g. TSM, and as far as I can tell we’re using essentially the same technique… does anyone know if similar behavior is still working in any other addons they use?
Can the item in specific actually be disenchanted?
I know the junk list can list items that can’t be sold, and when pressed on it will just disappear from the list but still in the bags. You will have to notice the game message “The merchant doesn’t want that item.” yourself, and then simply toss it out of the bags yourself (after the DELETE message box). My thought is that it might be something like this for disenchanting as well.
I have confirmed each item in the Junk List can indeed be disenchanted. I have been doing it manually for at least a few versions now. Not sure what changed to make this functionality break in the first place though.
I use TSM, but was not aware it handled the disenchanting functionality specifically. It’s a great addon for tracking item values, and integrates well with the profession panels (including Enchanting), but I have never actually tried disenchanting something using TSM - I always used AMR to do that - until recently.
Yeah we haven’t changed that code in forever, so something about that technique just doesn’t work anymore… it’s actually a huge hack. As you press the mouse down, we have to set macro text on the button to execute a macro to disenchant that item, then when you release the mouse it triggers the button and runs the macro. There is no function to just… disenchant. Kind of bonkers.
That technique is obviously a bit fragile… they must have changed something about how the event timing works, or maybe blocked this behavior entirely… haven’t figured it out yet.