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.
good thanks ;)
It finally works. Thank you.
@JackTripper
You skept one fix for positionig items in bagpack. When you open at bankitems ui a bag related to character's backpack items in this bag are shifted.
At the end of 766th line replace -208 with -220 to fix that. Line should be: itemButton:SetPoint("BOTTOMRIGHT", name, "TOPRIGHT", -12, -220)
<<reply 2369284="">>
I pulled in your fixes, committed them into SVN. The WowAce packager has the "alpha" version packaged.
And turns out you can configure the Curse Client to update to alpha versions; so Curse users can actually get updates to BankItems if they opt-in to alpha updates.
Anything more than that will require Xinhuan or Torheel to intervene and make an SVN tag.
I finally made working version of BankItems for patch 6.0.2 (Fixes JackTripper's code a bit to count stacked items in reagent bank, made fix to store all bank bags corretly and some other fixes).
Fixed:
- All bank bags are now stored, used hint from http://us.battle.net/wow/en/forum/topic/13735273603
- Fixed JackTripper's code for Reagent Bank to count items in stacks properly.
- Added small button to show/hide Reagent Bank bag at BankItems UI.
- Added my own fix for Unstackable Soulbound Items (detailed info in my posts at curse.com).
- Fixed Bagpack items positions at BankItems UI.
Fixed bankitems.toc and bankitems.lua files you can download here: http://mega2.republika.pl/bankitems.zip
Extract and replace those two files in original addon folder.
Cheers
To Xinhuan. Please check my code from zip linked above and implement fixes in official version. Thanks.
My DK gets this error when clicking on the reagent bank button, but it works correctly for my hunter. Not sure what's going on here.
Date: 2014-10-17 18:36:38
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\BankItems\BankItems.lua line 761:
attempt to index local 'itemButton' (a nil value)
Debug:
BankItems\BankItems.lua:761:
BankItems\BankItems.lua:582
Locals:
Couple more:
Doesn't like pet cages.
Date: 2014-10-17 20:04:54
ID: 1
Error occured in: Global
Count: 8
Message: ..\AddOns\BankItems\BankItems.lua line 4357:
GameTooltip:SetHyperlink(): Unknown link type
Debug:
[C]: ?
[C]: ?
BankItems\BankItems.lua:4357:
BankItems\BankItems.lua:4356
...AddOns\Auc-Advanced\Libs\LibExtraTip\LibExtraTip.lua:387:
...AddOns\Auc-Advanced\Libs\LibExtraTip\LibExtraTip.lua:381
[C]: ?
[C]: SetHyperlink()
BankItems\BankItems.lua:862:
BankItems\BankItems.lua:841
And this was from clicking on Reagent Bank button on my mage. (Only DK and Mage are having issues at the moment)
Date: 2014-10-17 20:02:41
ID: 2
Error occured in: Global
Count: 4
Message: ..\AddOns\BankItems\BankItems.lua line 728:
attempt to index local 'bgTextureMiddle' (a nil value)
Debug:
[C]: ?
BankItems\BankItems.lua:728:
BankItems\BankItems.lua:582
I finally made working version of BankItems for patch 6.0.2
- Used some shadowtreedruid's and JackTripper's code and fixed some other things by myself and it seems to work quite fine.
Fixed:
- All bank bags are now stored, used hint from http://us.battle.net/wow/en/forum/topic/13735273603
- Fixed JackTripper's code for Reagent Bank to count items in stacks properly.
- Added small button to show/hide Reagent Bank bag at BankItems UI.
- Added my own fix for Unstackable Soulbound Items from my previous posts.
- Fixed Bagpack items positions at BankItems UI.
If you find something else to fix or tweak give me a sign. I'll try.
Fixed bankitems.toc and bankitems.lua files you can download here: http://mega2.republika.pl/bankitems.zip
Extract and replace those two files in original addon folder.
Cheers
Couldn't find an option to show "Void storage" quantities in the tooltip. Looked in the source and found around line 4064 that void storage (bag 104) was not even being considered. I added it into mine, but curious of it could be added to the official version.
I've added support for the 2nd void storage tab, as well as the reagent banks. You can download it manually from the Files tab. Unfortunately WowAce will never let anyone mark this version as good, so it will never get pushed to the Curse page.
Changes from v50003 to v60000 (17 October 2014)
Branched on GitHub (https://github.com/JoseJimeniz/BankItems)
[Branched on GitHub](https://github.com/JoseJimeniz/BankItems)
- Void Storage page 2 support
- Reagent Bank support
Great work! This one was really broken with this patch.
Hi.
Don't work for me :(
For me to :/
I don't see 4-5-6-7 bag in my bank, and i don't see a new page
Good i see my bag 4-5-6-7, but i don't found the new page
Almost there... but it doesn't find the new items until you logout/login again, and the counts are always 1, no matter how big the stack really is.
According to the project site webpage, this project is no longer active, Can anyone recommend a good replacement with similar features and UI?
The project page may be incorrect. Since there haven't been a whole lot of changes to the UI in the last year+ quite a few of the addons around are showing that they are inactive. That being said, I'm working to get a version of this updated with the existing features along with reagent bank support. I can't say how long it will take however as this is my first attempt at really jumping head first into someone elses addon..
When will we get an 6.0 Update?
This addon right now causes LUA error...