• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

BankStatement - WoW 2.0

  Download the Curse Client

Project Updated:
Files Updated: Thu, Oct 23 2008
Supports Game Version: 3.0.2
Category: Bags & Inventory
Tags:

, , , and [Edit Tags]

Project Manager: dweand
Additional Authors: No additional authors
Current Version: Bank Statement v3.4
License: All Rights Reserved
Avg Daily DL (last 30 days): 12
Downloads Total: 50,731
Favorites: 388
Comments: 47
  • About BankStatement - WoW 2.0
  •  

This mod scans your bags and your bank inventory and then saves it locally on your computer. It does this for all of your characters whenever you visit the bank. You can then view your character's bank inventory anywhere around the world. You can also see what your Alts have in their bags/bank. Also keeps count of your total gold per account on the server.

Access it using keybindings or /bankstatement. I personally have Ctrl+B set to open up Bank Statement.

When viewing your Bank Statement, you are also able to shift-click links into chat or other places just as if you were looking at your regular inventory. You can't move items around or withdraw them (you have to actually be at the bank to do that!).

  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  BankStatement - WoW 2.0 Bank Statement v3.4 Release 3.0.2 2,650 10/23/2008
  BankStatement - WoW 2.0 BankStatement v3.3 Release 2.4.0 390 5/7/2008
  BankStatement - WoW 2.0 v 3.3 Release 2.0.6 49 3/2/2007
  BankStatement - WoW 2.0 v3.1 Release 2.0.0 14 12/29/2006
  BankStatement - WoW 2.0 BankStatement v3.0 Release 2.0.0 10 12/26/2006
  • 1 page(s)
Advertisement
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Does this also show guild banks?

    Reply Report Permalink
  • Where do I find the file on my local computer where my bank info is stored?

    Reply Report Permalink
  • Heya.. love your mod and i use it all the time but just had a quicky question. Since you are listing every charater and what realm they are on is it possible to seperate the list to just show charaters on whatever the current realm is? Tho i dont mind seeing my other charaters on other realms its just annoyin when im trying to loook for my charaters name on the server im on quickly.

    Reply Report Permalink
  • dweand said 

    New version is pending approval by site admins.

    Reply Report Permalink
  • works!!!!! thanks Hawksy

    Reply Report Permalink
  • Zuel said 

    Just wondering if it would (or is) possible to allow me to view the banks of some alts on a different account. possibly having a second drop down box which allows you to switch accounts? Of course you would have had to have logged into each account and character to view their items..Just a thought.. Or if anyone knows of a Mod which would allow this i would be very grateful.

    Reply Report Permalink
  • in the BankStatement.xml at line 596 Model should be Cooldown fixes the SetCooldown error and shows cooldowns (sorta)

    Reply Report Permalink
  • Daragust said 

    I was also getting the error message:

    Interface\FrameXML\Cooldown.lua:4:attempt to call method 'SetCooldown' (a nil value)

    After some testing I discovered the error is being thrown when you have an item in the online character's bags that is on cooldown. In my case it was the Everlasting Underspore Frond. It would bug out which ever bag slot it was in when attempting to view another character's bags. The other 4 bags were openable.

    I hope this helps in troubleshooting this issue.

    As a side note, If you are getting this bug and need to see something in the bag that is throwing an error, just move whatever is on cooldown to another bag and the error will be throw on that slot instead.

    Reply Report Permalink
  • Pythros said 

    Suggestion:

    Have a command to delete a character? That is, one that you have deleted with out using the clearall command?

    Reply Report Permalink
  • I'm having the same problem as Rynuk - /bs works, brings up an empty bank although I can open and view the contents of the characters' bags (not the bank tho). I've viewed my bank on three different characters, no banks. What command is missing because the /bs help doesn't seem to cover this. Thanks.

    Reply Report Permalink
  • fatorc said 

    nice addon, loved it.

    however, im receiving this error message:

    Interface\FrameXML\Cooldown.lua:4:attempt to call method 'SetCooldown' (a nil value)

    the messages shows up when any of the saved char has any item in cooldown, and the bag with that item cannot be opened for all chars. e.g. char1's hearthstone is in cd, then error message comes up when changing to view char2's items (or switching back to char1) and Backpack can't be opened for both char1 and char2.

    hope this helps for you to find the error ^^

    Reply Report Permalink
  • ipnoz said 

    Hi , thank you for this addon , I like it .

    There is a little pb. when you use another UI like bongos , Perl classic frame etc... , the bag are behind the UI so it's a little be anoying .

    Reply Report Permalink
  • dweand said 

    Most of those errors probably stemmed from the bad item links. I have fixed that code (thanks for finding it FogZ!).

    As for the cooldown, I couldn't replicate the error on my machine. I know it doesn't show the cooldowns, but it didn't throw any errors for me.

    Reply Report Permalink
  • BenLuna said 

    "Its an error in ...." what program would i use to edit? Is it the same as VB, or is their another program out there i could use?

    Reply Report Permalink
  • FogZ said 

    Its an error in the item link parsing lines since the last two numbers can be negative it should read %-?%d+ instead of just %d+

    so change line 123 and line 178 from: _, _, link = string.find(link, "|H(item:%d+:%d+:%d+:%d+:%d+:%d+:%d+:%d+)|"); to: _, _, link = string.find(link, "|H(item:%d+:%d+:%d+:%d+:%d+:%d+:%-?%d+:%-?%d+)|");

    Reply Report Permalink
  • FogJuice said 

    I was getting an error from this mod when logging in (but the mod worked fine). When I looked up the line in the lua it looks like it's just checking for bankstatement data from previous versions. I commented out that function, and everything appears to be working okay with it now.

    Reply Report Permalink
  • Faf said 

    Rynuk: you prolly havent visited your bank yet?

    Also have a fet SetHyperlink errors: Copper Ore Iron Ore Moss Agate Archaedic stone (mine is INT/SPI)

    Thats what I have seen so far.

    Reply Report Permalink
  • Rynuk said 

    The /bs list command seems to work fine, but when I type /bs it opens a bank window that is emtpy. The only things that show are my actual carried bags.... no items. What's wrong here?

    Thanks.

    Reply Report Permalink
  • Guppy said 

    For 3.2.1

    • If your bags contain any item with a cooldown an error ( about SetCooldown ) will occour and you can open that bag
    • Certain items will produce at SetTooltip error ( wrong link id ) even though you can shift click in the chat ( examples: Robe of Aurgal, Paladin Tier 0 bracers )
    • Ctrl clicking on items wont let you preview them ( in dressing room ).. that is very annoying.

    Reply Report Permalink
  • Wisdom said 

    Can you unlock bank-window and bag-windows, it would be prefect if you do next update...

    So i can move bags close to BS's window.

    Thz

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 7,815 Bagnon Bags & Inventory
  2. 2,457 ArkInventory Bags & Inventory
  3. 2,051 Altoholic Guild, Bags & Inventory, Mail...
  4. 1,920 XLoot Bags & Inventory
  5. 1,875 RatingBuster Bags & Inventory