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.
Update2
- Completely fix tooltip for soundbound item.
Link: http://rghost.net/58623921
@Pakka
There were also other people that made a lot. nbluewiz from curse made even more updates than me. I was maybe the one most shouting :)
At curse comments there is again more recent version to download.
BIG Thanks to Mornadan and jackTripper for fixing and updating - BankItems is really simple and useful! Didn't wanna miss it :-)
Update
- Fix pet cage tooltip and icon not correctly showing.
- Fix some guildbank tab texture not correctly showing.
Link: http://rghost.net/58616696
Last bug I know about is support for Pet Cages. If you mouseover a Pet Cage in the saved view, you'll get this error:
Date: 2014-10-19 11:47:21
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\BankItems\BankItems.lua line 4519:
GameTooltip:SetHyperlink(): Unknown link type
Debug:
[C]: ?
BankItems\BankItems.lua:4519:
BankItems\BankItems.lua:4518
...AddOns\Auc-Advanced\Libs\LibExtraTip\LibExtraTip.lua:387:
...AddOns\Auc-Advanced\Libs\LibExtraTip\LibExtraTip.lua:381
[C]: ?
[C]: SetHyperlink()
BankItems\BankItems.lua:886:
BankItems\BankItems.lua:865
Thanks everyone for all the work getting this fixed!
Well this is a bit messy. I personally haven't played WoW for about 3-4 years, and now that BankItems has finally broken, a number of people have stepped up to fix the code!
Anyone can commit to the BankItems repo, though only JackTripper has done so so far, perhaps it will be easiest if I add him as an addon maintainer so he can tag it as well?
http://rghost.net/58606127
applied multi realm support to latest wowace revision (r194)
Another update.
Changes:
- If Show All Realms option enabled, tooltip also shows other realm player item possession.
- Remember Show All Realms option.
Link : http://rghost.net/58601907
Same as Mornadan's update. Download, unzip to original bankitems addon folder.
At wowace there is more current build than you used for this update.
Now we have two different source codes.
Could you apply your multirealm support into last build from wowace?
Thanks.
Another update.
Changes:
- Add WoD item quality border support.
- Remove oGlow support.
Link : http://rghost.net/58598502
Same as Mornadan's update. Download, unzip to original bankitems addon folder.
Another update.
Changes:
- fixed Reagent Bank size
- redesigned some buttons
Link to new file: http://mega2.republika.pl/bankitems_602_r193.zip
Same as before. Download, unzip to original bankitems addon folder.
To be sure nobody will download old version I've deleted previous zip files.
Hope JackTripper will put that update on wowace soon.
Cheers.
Another update.
Changes:
- fixed Reagent Bank size - thanks to shadowtreedruid
- redesigned some buttons - imho now ui looks a bit better
Link to new file: http://mega2.republika.pl/bankitems_602_r193.zip
Same as before. Download, unzip to original bankitems addon folder.
To be sure nobody will download old version I've deleted previous zip files.
Hope JackTripper will put that update on wowace soon.
Cheers.
Small updated is needed.
The addon is currently only counting the first 84 slots when saving off the reagent bank:
local NUM_REAGENTBANKGENERIC_SLOTS = 84
needs to be updated to
local NUM_REAGENTBANKGENERIC_SLOTS = 98
Thank you for your answer. I do have the Curse client. I didn't know about that option. I will give it a try.
Ari
Thank you for your hard work. When will the new patch be available on Curse, please?
Unfortunately it will likely never be available on the Curse web-site.
Only the addon's author (or a named maintainer) can "tag" the release as being "release" quality. Only updates that are tagged as "release" will get pushed to Curse's web-site. Alpha and Beta quality updates do not appear on the web-site.
I have pushed all our code updates into the source code repository on the WowAce project site (http://www.wowace.com/addons/bank-items). And you can always download the zip file there.
If you use the Curse Client, you will have the option in there to let you see Alpha, and Beta quality releases. If you opt into seeing Alpha quality releases on BankItems, you will automatically get the updates.
It's a longstanding issue with Curse, WowAce, and WowInterface that they let addons die a slow painful death.
Done. Pushed using into SVN into WowAce.
The Alpha release is now up on Curse (for those using the Curse Client)
Download zip from this link.
http://mega2.republika.pl/bankitems_602.zip
I noticed that my browser was saving zip file from it's cashe instead of downloading new one.
So clear browser cache and try to redownload.
For me void storage tooltips and reagent bank updates are working fine.
Current .lua file should have "Fixes: by many addon Fans." at the 6th line.
Yup, that one worked. Could've been the cache issue as you said. Thanks a ton! Working great, plus the new changes like calling out Reagent Bank instead of just Bank.
Thank you. That one works perfectly. Great job nbluewiz and Mornadan