Download
(37Kb)
Download
Updated: 03-22-09 11:41 AM
Pictures
File Info
Updated:03-22-09 11:41 AM
Created:unknown
Downloads:20,498
Favorites:89
MD5:

BigBankStatement  Popular! (More than 5000 hits)

Version: 7.1.1
by: Saeris [More]

This addon remembers the bank and bag contents, as well as monetary wealth, of every
character with whom you have visited a real bank, and displays this information in a frame
similar to the standard bank frame, but with a dropdown menu at the bottom to allow
you to choose between viewing different characters on the same server. Also, an editbox
is provided to allow you to search for specific items within all stored contents. Type "/bbs help"
for configuration slash commands, or just "/bbs" to toggle the display frame (a key binding is
also available).

For support, contact, or license information, please view my author portal's main page.

7.1.1 (Mar 22, 2009):
Fixed:
- If the display frame was shown before the player's money value had changed, an error would occur due
to there being no value for their money.


7.1.0 (Mar 16, 2009):
Changed:
- Configuration is now done through the Blizzard Interface Options menu rather than slash commands.
Type "/bbs config" to open the new configuration panel.


7.0.6 (Mar 4, 2009):
Fixed:
- Reverted previous change to BAG_UPDATE, since apparently there are still intermittent issues
with parsing the bags at logout.

Optimized:
- Item data compacting code now uses string.format instead of basic concatenation, to use less
memory when parsing item data.


7.0.5 (Mar 3, 2009):
Optimized:
- No longer watches BAG_UPDATE events to update the details of the bags. Instead, they are
parsed only at logout and whenever the display frame is opened to the current character.


7.0.4 (Feb 2, 2009):
Optimized:
- Now uses a bit less memory at load.


7.0.3 (Jan 25, 2009):
Fixed:
- One too many bag slots could be shown if a bag of a greater size was shown previously.

- If a given bag was replaced by a bag of a smaller size, the item data for the bag slots that
became unavailable (due to the difference in size) would not be properly deleted. This
could cause erroneous hits for searches.
Optional Files (0)


Post A Reply Comment Options
Unread 11-06-06, 12:00 AM  
Zidomo
A Cliff Giant
 
Zidomo's Avatar

Forum posts: 76
File comments: 1046
Uploads: 0
Nice looking progression of the old (but still working fine) BankItems.

Nice looking in the screenshot, at least. It doesn't work here.

Fresh install of "BigBankStatement_November5a" from here (no prior versions used). Errors at login of a character after (proper) installation of the mod:
--"BigBankStatement\\BigBankStatement_Main.lua:57: bad argument #1 to `find' (string expected, got nil)"
--"BigBankStatement\\BigBankStatement_Main.lua:102: attempt to index field `StoredData' (a nil value)"

Then opened my bank on that character and received: "\\BigBankStatement\\BigBankStatement_Parsing.lua:9: attempt to index field `StoredData' (a nil value)".
Last edited by Zidomo : 11-06-06 at 12:02 AM.
Report comment to moderator  
Reply With Quote
Unread 11-06-06, 11:37 AM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1359
File comments: 829
Uploads: 55
Same errors as Zidomo (and a host of others following them)

Since no other users are complaining, I'm guessing it's something to do with a fresh install.

To make it clear:
I did a fresh 4.1.1 install, no savedvars or previous addon folder present on my system.

Hope it's something to do with initialization that can be fixed easily, addon looks very promising.

Edit: It is an initialization error.
Until author posts an official fix open up BigBankStatement_Main.lua in a text editor and
modify line 57 to look like this:
local exists, exists, command, argument = string.find(msg or "", "([^%s]+) (.+)");

no more errors.
Last edited by Dridzt : 11-06-06 at 11:51 AM.
Report comment to moderator  
Reply With Quote
Unread 11-06-06, 05:29 PM  
Saeris
A Murloc Raider
 
Saeris's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 126
Uploads: 75
Yep, that's an error alright. It's from line 117 of BigBankStatement_Main.lua, which calls the slash command handler with no argument (in an effort to print the slash command help texts). This used to work fine when there was a check to see whether the slash command's message existed before trying to parse it, but I removed that when Blizzard changed their slash command dispatching code to always provide an argument (a blank string in cases where the slash command was typed with no parameters). So yeah, the simple fix is what Dridzt posted, and I thank him for handling that while I was away. I'll upload an official fixed version within ten minutes.


Edit: Also, because of the order in which the initialization occurs, that error will not show up after the first time you load the addon. A relog, or a reload of the UI, would get rid of it.


Edit again: The patched version is now uploaded, but it is pending approval. Until then, you can get the file from here.
__________________
Last edited by Saeris : 11-06-06 at 05:44 PM.
Report comment to moderator  
Reply With Quote
Unread 11-10-06, 09:43 PM  
Evanion
A Defias Bandit
 
Evanion's Avatar

Forum posts: 3
File comments: 4
Uploads: 0
Nice modd....any chance you will include the inventory for the other chars as well?
Report comment to moderator  
Reply With Quote
Unread 11-12-06, 10:06 AM  
Saeris
A Murloc Raider
 
Saeris's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 126
Uploads: 75
Originally posted by Evanion
Nice modd....any chance you will include the inventory for the other chars as well?
I will provide an option to set any given character as a "bank" character, for whom bag information will be stored in addition to bank information.
__________________
Report comment to moderator  
Reply With Quote
Unread 01-13-07, 10:39 AM  
Silent54
A Defias Bandit

Forum posts: 0
File comments: 53
Uploads: 0
Items Missing

I have the current version and opened all the bags on both of my characters but if I use the slash command /bbs toggle and go to view the inventory on another character all I can see is what is in the character's bags not the bank. The bank inventory is empty.

Also, I assume that this doesnt work with separate accounts. I can be on one account and see the inventory of a characters on another whether their saved data is on the same HD.
Last edited by Silent54 : 01-13-07 at 10:49 AM.
Report comment to moderator  
Reply With Quote
Unread 02-03-07, 11:00 AM  
kota
A Defias Bandit

Forum posts: 2
File comments: 1
Uploads: 0
Thank you for the great mod. All the other bags are completely confusing to use, this mod is intuitive & clear.

The ability to see character inventory as well as bank would make it perfect for everything i ned out of an inventory mod.
Report comment to moderator  
Reply With Quote
Unread 09-14-08, 04:50 AM  
Nihlo
A Murloc Raider

Forum posts: 7
File comments: 158
Uploads: 0
really cool...simple,light,well done...that's what mods of today should be. Don't like monsters like ark with his huge mem and cpu amount and tons of features which noone needs them all.

Hmm sth like this for the guild-vault would be nice^^
Report comment to moderator  
Reply With Quote
Unread 10-14-08, 07:27 AM  
Nihlo
A Murloc Raider

Forum posts: 7
File comments: 158
Uploads: 0
Message: ...ns\BigBankStatement\BigBankStatement_ItemButtons.lua line 70:
attempt to index field '?' (a nil value)
Debug:
[C]: ?
...ns\BigBankStatement\BigBankStatement_ItemButtons.lua:70: ItemButtons_LoadMain()
...AddOns\BigBankStatement\BigBankStatement_Display.lua:28: Display_UpdateCurrentlyViewed()
...AddOns\BigBankStatement\BigBankStatement_Display.lua:56:
...AddOns\BigBankStatement\BigBankStatement_Display.lua:54
[C]: Show()
..\FrameXML\UIParent.lua:1341: SetUIPanel()
..\FrameXML\UIParent.lua:1196: ShowUIPanel()
..\FrameXML\UIParent.lua:1092:
..\FrameXML\UIParent.lua:1088
[C]: SetAttribute()
..\FrameXML\UIParent.lua:1651: MoveAnything_OriginalShowUIPanel()
MoveAnything\MoveAnything.lua:1682: ShowUIPanel()
...AddOns\BigBankStatement\BigBankStatement_Display.lua:8: Display_Toggle()
[string "TOGGLEBIGBANKSTATEMENT"]:1:
[string "TOGGLEBIGBANKSTATEMENT"]:1
Report comment to moderator  
Reply With Quote
Unread 12-09-08, 02:38 PM  
Nihlo
A Murloc Raider

Forum posts: 7
File comments: 158
Uploads: 0
thanx a lot...will test
Report comment to moderator  
Reply With Quote
Unread 01-29-09, 01:04 PM  
Nihlo
A Murloc Raider

Forum posts: 7
File comments: 158
Uploads: 0
Message: EventsManager2: Error during dispatch of event BAG_UPDATE: ...AddOns\BigBankStatement\BigBankStatement_Parsing.lua line 143:
'for' limit must be a number
Debug:
(tail call): ?
...gBankStatement\Lib-EventsManager2\EventsManager2.lua:98:
...gBankStatement\Lib-EventsManager2\EventsManager2.lua:64
Report comment to moderator  
Reply With Quote
Unread 04-19-09, 03:24 AM  
Nihlo
A Murloc Raider

Forum posts: 7
File comments: 158
Uploads: 0
Message: EventsManager2: Error during dispatch of event BAG_UPDATE: ...AddOns\BigBankStatement\BigBankStatement_Parsing.lua line 120:
attempt to compare number with nil
Debug:
...gBankStatement\Lib-EventsManager2\EventsManager2.lua:98:
...gBankStatement\Lib-EventsManager2\EventsManager2.lua:64
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: