In reply to Ketho17: Thank you. I noticed a small issue I wanted to let you know about. I use Baganator, but with the built in "Dark" theme. Your fix works with the "Blizzard" theme, but doesn't work with the "Dark" theme because it changes the frame names (replaces blizzard with dark in the frame names). Simply copying/pasting your two if statement Baganator fixes and changing blizzard to dark (so there are 4 if statements in total) works to fix the issue.
to fix the "attempt to index global 'AccountBankPanel' (a nil value)" error, I did this and it seems to be working fine.
in LargerMacroIconSelection.lua, change line 37 from
self:Initialize(AccountBankPanel.TabSettingsMenu)
to
self:Initialize(BankPanel.TabSettingsMenu)
There were numerous changes to the bank in 11.2, i.e. No more bank bags or Reagent bank or Void storage. When doing this, they changed the names of some functions and globals.
-
View User Profile
-
Send Message
Posted Sep 22, 2025Error when open bank:
-----
1x ...argerMacroIconSelection/LargerMacroIconSelection.lua:72: attempt to index field 'BankBag' (a nil value)
[LargerMacroIconSelection/LargerMacroIconSelection.lua]:72: in function <...argerMacroIconSelection/LargerMacroIconSelection.lua:71>
Locals:
(*temporary) = Frame {
loadedFrames = <table> {
}
searchIcons = <table> {
}
isVanilla = false
isMainline = true
}
(*temporary) = nil
(*temporary) = "attempt to index field 'BankBag' (a nil value)"
self = Frame {
loadedFrames = <table> {
}
searchIcons = <table> {
}
isVanilla = false
isMainline = true
}
-
View User Profile
-
Send Message
Posted Aug 24, 2025This is great. Would be handy to have an index on the slider so you can visually recall where you found the icon.
-
View User Profile
-
Send Message
Posted Aug 9, 2025Added support for the bank when using Baganator in v1.10.1
-
View User Profile
-
Send Message
Posted Aug 13, 2025In reply to Ketho17: Thank you. I noticed a small issue I wanted to let you know about. I use Baganator, but with the built in "Dark" theme. Your fix works with the "Blizzard" theme, but doesn't work with the "Dark" theme because it changes the frame names (replaces blizzard with dark in the frame names). Simply copying/pasting your two if statement Baganator fixes and changing blizzard to dark (so there are 4 if statements in total) works to fix the issue.
-
View User Profile
-
Send Message
Posted Aug 15, 2025Thanks again for the pull request
-
View User Profile
-
Send Message
Posted Aug 8, 2025Yay it's updated for patch 11.2.0 sorry that it had to wait and enjoy looking for icons
-
View User Profile
-
Send Message
Posted Aug 9, 2025In reply to Ketho17: Thanks for the fix. It's surprising just how handy your addon is, especially when you play a lot of alts.
-
View User Profile
-
Send Message
Posted Aug 8, 2025Hi, I'm in the process on updating the addon right now 🫡
and sorry for the few days delay, I needed to work on my wow vscode extension first
-
View User Profile
-
Send Message
Posted Aug 8, 2025Thanks!
-
View User Profile
-
Send Message
Posted Aug 8, 2025Change AccountBankPanel to just BankPanel in line 37 in LargerMacroIconSelection.lua.
This will let the addon load and add the search line to the new Bank panel
-
View User Profile
-
Send Message
Posted Aug 8, 2025I found the problem. It doesn't work when using Baganator.
-
View User Profile
-
Send Message
Posted Aug 8, 2025Yeah it looks like it won't show the search box when Baganator is enabled, I will have to look into it further
-
View User Profile
-
Send Message
Posted Aug 8, 2025how to fix:
open LargerMacroIconSelection.lua
remove line 37: self:Initialize(AccountBankPanel.TabSettingsMenu)
save
HF
-
View User Profile
-
Send Message
Posted Aug 6, 2025Actually in addition to the error message below, 11.2 seems to have totally broken the search function: the search text input is just gone
-
View User Profile
-
Send Message
Posted Aug 6, 2025Error message for 11.2:
...argerMacroIconSelection/LargerMacroIconSelection.lua:37: attempt to index global 'AccountBankPanel' (a nil value)
[Interface/AddOns/LargerMacroIconSelection/LargerMacroIconSelection.lua]:37: in function <...argerMacroIconSelection/LargerMacroIconSelection.lua:31>
self = Frame {
searchIcons = <table> {
}
isMainline = true
isCata = false
loadedFrames = <table> {
}
isVanilla = false
}
event = "ADDON_LOADED"
addon = "LargerMacroIconSelection"
(*temporary) = Frame {
searchIcons = <table> {
}
isMainline = true
isCata = false
loadedFrames = <table> {
}
isVanilla = false
}
(*temporary) = nil
(*temporary) = "attempt to index global 'AccountBankPanel' (a nil value)"
Thanks for your work on this addon, it is *really* helpful
-
View User Profile
-
Send Message
Posted Aug 6, 2025Please update for 11.2! The character banks now have tabs similar to the Warband Bank.
-
View User Profile
-
Send Message
Posted Aug 5, 2025to fix the "attempt to index global 'AccountBankPanel' (a nil value)" error, I did this and it seems to be working fine.
in LargerMacroIconSelection.lua, change line 37 from
self:Initialize(AccountBankPanel.TabSettingsMenu)
to
self:Initialize(BankPanel.TabSettingsMenu)
There were numerous changes to the bank in 11.2, i.e. No more bank bags or Reagent bank or Void storage. When doing this, they changed the names of some functions and globals.
-
View User Profile
-
Send Message
Posted Jul 25, 2025Error on 11.2 PTR hopefully there will be an update not long after the Patch.
1x ...argerMacroIconSelection/LargerMacroIconSelection.lua:37: attempt to index global 'AccountBankPanel' (a nil value)
[LargerMacroIconSelection/LargerMacroIconSelection.lua]:37: in function <...argerMacroIconSelection/LargerMacroIconSelection.lua:31>
Locals:
self = Frame {
searchIcons = <table> {
}
isMainline = true
isCata = false
loadedFrames = <table> {
}
isVanilla = false
}
event = "ADDON_LOADED"
addon = "LargerMacroIconSelection"
(*temporary) = Frame {
searchIcons = <table> {
}
isMainline = true
isCata = false
loadedFrames = <table> {
}
isVanilla = false
}
(*temporary) = nil
(*temporary) = "attempt to index global 'AccountBankPanel' (a nil value)"
-
View User Profile
-
Send Message
Posted Jul 25, 2025Thanks for the heads up I didn't know it was broken on 11.2.0
-
View User Profile
-
Send Message
Posted Jul 25, 2025You're welcome. I'd rather not have to set up the new bank tabs coming in 11.2 without LargerMacroIconSelection.