11.0 updates
glassleo opened this issue ยท 14 comments
Describe the feature
I know the addon is discontinued but has anyone been able to get it to work in the new patch? I can kinda get it to work after removing the interface panel button and adding a dummy function in ItemButton.lua:
function buttonProto:ENCHANT_SPELL_COMPLETED(...)
end
... but I'm not smart enough to figure out why every single item button is just blank with no stack text, cooldowns not showing, and textures only working with Masque (and not at all without).
Describe the implementation
Anyone smart who can get it in a somewhat working state?
hello, someone know how access to warband bank with Adibags?
Disable the Bank bag in Settings under "Bags"
With the Bank open, you can also do /run OpenBag(13)
or /run OpenBag(14)
(or 15, 16, 17) to just open the bank tabs as a bag to deposit/take items. They won't be sorted and they'll look like regular Blizzard bags but it works. Not a great solution.
These issues should be resolved in the latest version. However, the Warband bank is still unimplemented. If anyone's feeling ambitious, you're welcome to open a pull request.
Tried to sort it, but nothing works.
Keep getting:
Adibags: Couldn't load AdiBags_Config: Missing
Tried to download zip from the code dropdown on github. But this one just gave numerous Lua errors as if it was an old version.
Tried the releases version on github. This works but config does not work. Tried placing the AdiBags_Config fodler within Adibags with same result.
Moved the contents of AdiBags_Config folder to Adibags folder. Same result.
Finally got it to work via the zip provided by Pegoth :-)
Hello!
I tried to fix the addon according to the solutions described above, but it still doesn't even start.
Could you upload your corrected addon to third-party resources?
@Alevpi I attached what I have in my AddOns folder. It might not be exactly the same as the PR I made, but it has the bugfixes.
It works indeed thank you. The only thing we will miss is the warband bank I guess. Would be great of someone would figure out a way to add that too once blizzard fix it.
@Alevpi I attached what I have in my AddOns folder. It might not be exactly the same as the PR I made, but it has the bugfixes.
Thank you very much for this. AdiBags is still better than BetterBags since it has anchor point as well as better layout ordering and compact option. When BetterBags offer these, I will switch, otherwise, this project doesn't make sense to discontinue.