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 updated this for 5.0.5 two days ago and as far as I've tested it works fine. Unfortunately I can only create alpha versions on the project site. Although I've contacted the author / manager about a release he did not reply yet.
For the time beeing, you can get the new version from curse client if you set Prefered Release Type to alpha, or manually from the project site.
I hope they could UPDATE thisone ASAP. GREAT ADDON
And thanks for this
UPDATE Please,and thank you.. know your busy.
we wait :)
This mod's author, Xinhuan, is still active and is updating other mods of his, many in the past 2 weeks, so hopefully he'll eventually get to this one, too. He just has quite a few mods, so I'm sure it takes him quite a while to get to them all.
Tell, and when this very useful addon will be updated?
Than it is possible while to replace its?
Hello everyone, I have hacked together an update to make this addon work with 5.0.4, including cybermind's void storage support (with some modifications). I "fixed" a bunch of errors mostly by commenting out the lines that were causing trouble, so the search and export features are still nonfunctional, and the minimap button is altogether removed. The keyring has been removed, although the code still has some traces of it.
Before looking at old data, it is recommended to log into each character so some of the old data can be overwritten, as I did not write an update filter. Specifically, equipped items (and void storage) cannot be viewed until you have logged into that character and refreshed it.
The "updated" package can be found at http://cl.ly/3J0S3f3H2r3X.
I also made a version where looking at the currently logged in player's inventory or bank will toggle the real bags instead of showing the bankitems bags, letting you use them like normal. In addition if you have bank bags open in bankitems and then open the real bank, it closes the copies and opens the bags from your bank. Works well if you have "Open with blizzard bags" checked. http://cl.ly/3M0Z0M280o09
Morodan, yours the "updated" package doesn't want to work! help
It's working fine for me, I can't help you unless you are more specific with what is wrong. Did you follow the instructions? It is still marked as out of date so you have to enable loading of out of date addons.
Thanks for this Morodan! I've been using it for about a week now and it's working perfectly!
plz update this addon :(
Please update this awesome and very handy addon for MoP. Thank you.
Hey all .. I'm still using this addon in 5.04 but I had an error everytime I wanted to look at equipped items on my chars. I found a workaround this by removing the Rangedslot & Ammoslot lines. Change these lines in the LUA file ....
378 "MAINHANDSLOT",
379 "SECONDARYHANDSLOT",
380 "RANGEDSLOT",
381 "TABARDSLOT",
382 "AMMOSLOT",
383 [0] = "AMMOSLOT"
to these lines .....
378 "MAINHANDSLOT",
379 "SECONDARYHANDSLOT",
380 "TABARDSLOT",
381 [0] = "SECONDARYHANDSLOT"
Hope this helps.
How did you workaround all the other errors?
Well I commented out line 4609 and that seemed to fix all the issues.
I didn't have any errors apart from the problem with viewing alt char's equipped items, just happy at the moment that the addon works, not sure for how long though with future WoW updates
Thank you for that Des. I remmed out the lines, modified one as per your instructions and it works as normal.
Hey!
Still using Bankitems here. Pretty handy yet simple. Please update for MoP...
L
I was excited to use this addon as the idea seems very useful. However, it is of no use to me at all! The addon does not tell the difference between "sub accounts" on my BattleNet ID. I have 1 BattleNet account, with 2 sub-accounts.
My main is on one sub-account, and my alts are on another sub-account, but both are are on the same battle net account. When I log onto my alts, it scans their bank slots as it should do and creates a small profile for each character, but then when I log on to my main, that data cannot be seen at all.
I just thought I'd leave this feedback, because it's hugely disappointing that the addon cannot work with multiple accounts. I sincerely hope that it's possible to add this feature to it.
Addons are only able to save data per character or per WoW account. They are not able to save data that is accessible to another WoW account (including another one on the same Battle.net account).