BankItems
#BankItems v9.0.2.3: Change Log
Feb 12, 2021 (r286)
For use with Live Servers v9.0.2.37474
Latest Development Build: 9.0.2.3 Feb 12, 2021 (r286)
Please report any errors with the addon at our issues tracker.
An addon that remembers the contents of your bank, bags, mail, equipped, currency, auction house, void storage and display them anywhere in the world. Also able to remember/display the banks of any character on the same account on any server, as well as searching and exporting lists of bag/bank items out. It will also remember the contents of Guild Banks if you are able to view them.
Type /bi or /bankitems to see what is currently in your bank. You must visit your bank once to initialize.
Type /bigb or /bankitemsgb to see what is currently in your guild bank. You must visit your guild bank once to initialize. Note that Guild Banks are a shared repository and changes can occur to it by other members of your guild.
Read below for other commands.
- CurseForge: https://www.curseforge.com/wow/addons/bank-items
- Project site: https://www.wowace.com/projects/bank-items
##Plugins
These plugins allow clicking on the panel/plugin icon to open BankItems, giving a summarized view of inventory slots and money of each character on the same realm, and deleting data with the menu quickly.
- LDB plugin for BankItems: BankItems provides a LDB launcher if LibDataBroker-1.1 is detected to be loaded. (built-in)
##Commands
- /bi : open BankItems
- /bi all : open BankItems and all bags
- /bi allbank: open BankItems and all bank bags only
- /bi clear : clear currently selected player's info
- /bi clearall : clear all players' info
- /bi showbuttun : show the minimap button
- /bi hidebutton : hide the minimap button
- /bi open charname : open bank of charname on the same server
- /bi charname : open bank of charname on the same server
- /bi search itemname : search for items
- /bis itemname : search for items
- /bigb : open BankItems guild bank
- /bi clear : clear currently selected player's info
- /bigb clear : clear currently selected guild's info
Most options are found in the GUI options panel.
Not a bug
If you close your bank after retrieving/storing an item in it too quickly and the server hasn't updated your inventory, BankItems is unable to record the change to your bank when the item actually moves later. The WoW API does not give you any data about your bank once BANK_FRAME_CLOSED
event has fired.
Tooltip information regarding items on the Auction House, Mailbox and Guild Bank(s) may be out of date and thus be inaccurate. They will only be updated on your next visit to the respective places.
##Credits
Original concept from Merphle
Maintained by JASlaughter, Galmok@Stormrage-EU, and Xinhuan@Blackrock/Barthilas/Frostmourne-US.
I left all the string trim functions. Line 1102 reads:
local selfGuildRealm = strtrim(GetRealmName())
To everyone having issues in 5.4.1:
My BankItems was also spewing LUA errors on login. I fixed (hopefully) mine by changing 10 lines in BankItems.lua. They call GetCVar("realmName"), which for whatever reason was returning a nil value. I changed it to call GetRealmName(). It's working for me so far, hopefully it fixes your issues as well.
Lines are: 1102, 2439, 2449, 2495, 2583, 2666, 4336, 4383, 4416, 4433.
Just did this and reloaded UI and no bankitems errors, also "joko has 1" works again and I can view my bank from anywhere with no errors. Thanks! Now factionizer is complaining about FZ_REALM somethin, probably same situation there
Thank you for this! I had a big FPS drop and couldn't figure out the problem, once I realized it was this addon, I came here, saw your comment and fixed the file myself. Back to normal FPS now. Thanks! I really hope this addon gets maintained again, I cant find any others like it.
This seems to have worked for me....thanks !!!!
This worked for me, as well.
FYI, there is a find and replace in Windows Notepad. No need to look for each, just replace all GetCVar("realmName") with GetRealmName().
A tioket has been filed about all the LUA errors that BankItems generates in 5.4.1. As of 5.4.1 BankItems is no longer functional.
This addon worked fine for me in 5.4, but today, after 5.4.1 loaded, it does not appear to be working any more.
Is anyone maintaining this addon ? I am hooked on knowing which of my many alts has how many of which items in their possession, and feel lost w/o that knowledge...:(
The have been issues around for a while that haven't been responded to in the ticket system. I added a ticket for the 5.4.1 issues. The developer seems to have ignored BankItems for several months.
You will need 2 addons to replace BankItems. One to display visually what is in the banks and one to give you the tooltip and proper search fucntionality. I am not sure what bag display addon I iwll be using yet. The BagSync addon seems to work well for searching your inventory and having quantitiy informaiton in item tooltips.
Needs and update - Bugging out in 5.3 and completely crash in 5.4.
Thanks to cipher3010's comment below, I completely fixed void storage to work properly with this addon. Here's what to change/add:
Under function BankItems_Generate_SelfItemCache() -- line4012:
Change line 4034 -- add the bold:
if bagNum == 101 or bagNum == 103 or bagNum == 104 then
After lines 4056-4057, which look simiar to the below but for bagNum == 103, add the following entire two lines:
elseif bagNum == 104 then
data[temp].voidstorage = (data[temp].voidstorage or 0) + (theBag[bagItem].count or 1)
These parts of this function should now match the similar BankItems_Generate_ItemCache() sections above. It's been working perfectly for me since fixing these lines. Good luck!
any update on this addon? the void storage still can't work properly.
I can't get my bank bags to open...only the main bank window opens. I have tried "bi all" and "/bi allbank" but still only get the main bank window. What am I doing wrong ?
There's an option for that.
ingame menu / interface / addons / bankitems
pulldown menu that says: on /bi "Open BankItems and..."
Found it - thanks!!!!!
This addon needs a way to remove characters.
Toons that have been deleted, faction changed, name changed... all show up.
Read the instructions in the addon description above...
doesent work...
If it doesn't work, you're doing it wrong. I deleted characters yesterday, and a guild bank in the past week, and both worked just fine.
Ignoring soulbound items for the purposes of adding tooltip info is broken since the new tooltip layout happened.