vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 [b]Current Version: 2.0.$Revision: 8413 $[/b]
2  
3 [SIZE=3][b]OneBank[/b][/SIZE]
4  
5 [b]Description:[/b]
6 OneBank is a replacement for the default bank frame that combines all the bags into one frame. Its a compainion for OneBag.
7  
8 [b]Features:[/b][list]
9 [*]Combines all your character bank bags into one.
10 [*]Customizable number of columns.
11 [*]Displays the total number of slots, by slots used and type. Types being that ammo, soul bags, and professions bags all get a seperate count.
12 [*]Inherent support for addons such as KC_Items, ItemSync, LootLink, and SellValue, with no need for special code.
13 [*]Color coded slots by item rarity or bag type.
14 [*]Customizable display of only certain bags, either but slot number, or by type.
15 [*]Gives you a bag bar for easy manipulation of your bags.
16 [*]You can mouseover the bags on the bar to highlight the slots from that bag. You can also lock this highlight by clicking.
17 [*]Customize the scale and alpha of the frame.
18 [*]Provides an easy to use graphical config menu.
19 [*]As best as can be tested, purchasing bank slots WORKS.
20 [*]Is loaded on demand when you visit the bank.
21 [*]Currently localized for both chinese and german.
22 [/list]
23  
24 [b]A Couple of Notes:[/b][list]
25 [*]This mod does rely on the Ace2 embedable framework. Ace2 is the next generation of the Ace line, and does not require an external Ace2 addon as a dependency.
26 [*]However, OneBag is a required dependency for OneBank. Much of the code between the two is different and as such only exists within the OneBag files.
27 [*]Slot highlighting will not work properly in a locale that is not currently offered. If you want to help remedy this problem then please contact me to help aid in the last few translations.
28 [/list]
29  
30 [b]Command List[/b]
31 [i]All of these commands are available from both the command line and dropwdown config menu unless otherwise noted.[/i]
32 [list][*][i]/obb[/i] - Main chat command
33 [list]
34 [*][i]colors[/i] - Different color code settings.
35 [list]
36 [*][i]mouseover[/i] - Changes the highlight color for when you mouseover a bag slot.
37 [*][i]ammo[/i] - Changes the highlight color for Ammo Bags.
38 [*][i]soul[/i] - Changes the highlight color for Soul Bags.
39 [*][i]prof[/i] - Changes the highlight color for Profession Bags.
40 [*][i]background[/i] - Changes the background color for the frame.
41 [*][i]glow[/i] - Turns hightlight glow on and off.
42 [*][i]rarity[/i] - Turns rarity coloring on and off.
43 [*][i]reset[/i] - Reset the different colors.
44 [list]
45 [*][i]mouseover[/i] - Returns your mouseover color to the default.
46 [*][i]ammo[/i] - Returns your ammo slot color to the default.
47 [*][i]soul[/i] - Returns your soul slot color to the default.
48 [*][i]prof[/i] - Returns your profession slot color to the default.
49 [*][i]background[/i] - Returns your frame background to the default.
50 [/list]
51 [/list]
52 [*][i]frame[/i] - Frame Options
53 [list]
54 [*][i]strata[/i] - Sets the strata of the frame
55 [*][i]bagbreak[/i] - Sets wether to start a new row at the beginning of a bag.
56 [*][i]scale[/i] - Sets the scale of the frame
57 [*][i]valign[/i] - Sets wether to have the extra spaces on the top or bottom.
58 [*][i]alpha[/i] - Sets the alpha of the frame
59 [*][i]cols[/i] - Sets the number of columns to use
60 [*][i]locked[/i] - Toggles the ability to move the frame
61 [*][i]clamped[/i] - Toggles the ability to drag the frame off screen.
62 [/list]
63 [*][i]show[/i] - Various Display Options
64 [list]
65 [*][i]counts[/i] - Toggles showing the counts for special bags.
66 [*][i]direction[/i] - Toggles direction the bags are shown
67 [*][i]ammo[/i] - Turns display of ammo bags on and off.
68 [*][i]soul[/i] - Turns display of soul bags on and off.
69 [*][i]prof[/i] - Turns display of profession bags on and off.
70 [*][i]5[/i] - Turns display of your first bag on and off.
71 [*][i]6[/i] - Turns display of your second bag on and off.
72 [*][i]7[/i] - Turns display of your third bag on and off.
73 [*][i]8[/i] - Turns display of your fourth bag on and off.
74 [*][i]9[/i] - Turns display of your fifth bag on and off.
75 [*][i]10[/i] - Turns display of your sixth bag on and off.
76 [/list]
77 [*][i]plow[/i] - Organizes your bags. - Note: This option only appears if you have MrPlow installed
78 [*][i]profile[/i] - Set profile for this addon
79 [list]
80 [*][i]other[/i] - Choose another profile
81 [*][i]copy[/i] - Copy settings from another profile
82 [*][i]choose[/i] - Choose a profile
83 [/list]
84 [*][i]standby[/i] - Suspend/resume this addon
85 [*][i]debug[/i] - Enable/disable debugging
86 [*][i]about[/i] - Print out addon info
87 [/list]
88 [/list]
89  
90 [SIZE=3][b][url=http://kaelten.wowinterface.com/portal.php?&id=2&pageid=73]Version History[/url][/b][/SIZE]