Download
(166Kb)
Download
Updated: 10-19-20 11:45 PM
Pictures
File Info
Compatibility:
Shadowlands pre-patch (9.0.1)
Updated:10-19-20 11:45 PM
Created:unknown
Downloads:344,208
Favorites:895
MD5:

OneBag3  Popular! (More than 5000 hits)

Version: v3.11.1
by: Kaelten [More]

OneBag3 is part of a long line of bag replacements for the default game bags that will combine all of your bags into one frame.

OneBag has a long history of minimalism and OneBag3 will continue to uphold the standard of easy of use and simplicity it's predecessors set. Like the earlier versions, OneBag3 will continue to offer powerful options for those who wish to delve a little deeper.

Also in the vein of earlier iterations I've kept to the philosophy of doing as little work as possible, as a result the code base is very small, and most of it is in the OneCore library. As of the time of writing there are only 268 lines of code unique to OneBag3, and only 1804 lines of code in OneCore itself. LoC is a horrible stat in general, but it's fun none the less, and I cheat horribly since I build off the powerful Ace3 libraries.

Features

  • Now with Search
  • Combines all of your bags into one.
  • Customizable number of columns
  • Inherent support for addons that interact with the default bags
  • Color coded slots by item rarity or bag type
  • Will automatically open and close for you when visiting the auction house, bank, mailbox, merchant or when trading with another player.
  • Allows only certain bags to be displayed, either by slot or type
  • Custom bag bar which will highlight it's associated slots on mouseover. This highlighting can be locked in place by clicking.
  • Customizable scale, background color, alpha, and more.
  • Clean and powerful graphical configuration
  • Exposes WoW's built in bag sorting

Search Syntax

Search inside of OneBag3 is powered by the LibItemSearch library by Jalibroc. As a result it supports many advanced search options.

Advanced Filters:
  • Quality:
    • q:[quality] or quality:[quality]
    • Example: q:epic
  • Level:
    • l:[level], lvl:[level] or level:[quality]
    • Example lvl:30
  • Type or Subtype:
    • t:[search], type:[search] or slot:[search]
    • Example t:weapon
  • Name:
    • n:[name] or name:[name]
    • Example n:lockbox
  • Sets:
    • s:[set] or set:[set]
    • Example s:fire
  • Tooltip Info:
    • tt:[term], tip:[term] or tooltip:[term]
    • Example tt:binds

Search Operators
  • Logical NOT: "!q:epic" matches items that are NOT epic.
  • Logical OR: "q:epic | q:rare" matches items that are either epic OR rare.
  • Logical AND: "q:epic & t:weapon" matches items that are epic AND weapons.
  • Greater Than: "lvl: > 30" matches items that are higher than level 30.
  • Less Than: "lvl: < 30" matches items that are less than level 30.
  • Greater or Equal to: "lvl: => 30" matches items that are lvl 30 or greater.
  • Lesser or Equal to: "lvl: <= 30" matches items that are lvl 30 or less.

Special Keywords
  • soulbound, bound, bop - Bind on pickup items.
  • bou - Bind on use items.
  • boe - Bind on equip items.
  • boa - Bind on account items.
  • quest - Quest bound items.

The Family (Other Addons)

OneBank3

OneBag's brother who always like the safety of town, Bank does pretty much the exact same job for your bankslots as OneBag does for your character's bags.

On WowAce | On WowInterface

Project Support

Localization

Localization is powered by WowAce's built in translation system. Please use the following links to contribute to localization.
Bug Reports & Suggestions

Please report all bug reports to my tracker on WowAce.

I want to thank all the users who've been using OneBag and OneBank for so long.

v3.8.3
Option to hide the Sort Button

v3.8.2
Lots of new functionality, Blizzard Sorting, Searching, and other hilarity.

v3.6.0
Updates for WoW 6.0
Added several event handlers for more functionality
Post A Reply Comment Options
Unread 07-27-06, 04:58 AM  
Aflat
A Murloc Raider

Forum posts: 7
File comments: 17
Uploads: 0
I get the error too

I also get this error. Oddly, I get it when I start the game(or within a minute or 2 of loading it up), not just when I try to open the bank. Once I get this error, I never get it again, but I also can't see my bank slots when I try to access them at a bank.
Report comment to moderator  
Reply With Quote
Unread 07-25-06, 01:17 PM  
Xruptor
A Flamescale Wyrmkin
 
Xruptor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 137
File comments: 640
Uploads: 22
Hmm honestly it's strange Kael cause I don't get the printout. I'm sure that's what is causing the problem. For those folks whom keep getting the RegisterForClicks error is because it can't find a frame to perform the function to. It seems weird I know but that's what is going on. I will continue to investigate to see if I can track the source of the problem.
__________________
Click HERE for the ultimate idiot test.

if (sizeof(sadness) > sizeof(happiness)) { initDepression(); }
Report comment to moderator  
Reply With Quote
Unread 07-24-06, 01:45 PM  
Kaelten
Jack's raging bile duct
 
Kaelten's Avatar
Featured Addon Author

Forum posts: 782
File comments: 48
Uploads: 12
hrm, I tried the test you suggested and it printed it out fine. Although keep in mind that OneBank is LoD, I'm wondering if this is the source of that problem :s

OneBank gets loaded up when you try to open the bank.

Let me know if you figure out anything else.
__________________
WowAce.com & CurseForge.com Adminstrator
Developer of Ace3, OneBag3, and many other addons and libraries
Project lead and Mac developer for the Curse Client

Anyone that needs what they want
And doesn't want what they need
I want nothing to do with
Last edited by Kaelten : 07-24-06 at 01:46 PM.
Report comment to moderator  
Reply With Quote
Unread 07-24-06, 11:34 AM  
Xruptor
A Flamescale Wyrmkin
 
Xruptor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 137
File comments: 640
Uploads: 22
Yep

I had to double check just in case I thought I was going mad. The OneBankFrame isn't even being created. When it tries to do RegisterForClicks on it it can't because the frame is nil. I tried to forcefully show the frame by doing /script OneBankFrame:Show(); and all that produces is the same results. The frame doesn't exist because it's nil. So somewhere along the lines in the xml the frame doesn't get created on load up. I will try to track down this problem. I'm still using the latest version you put up.
__________________
Click HERE for the ultimate idiot test.

if (sizeof(sadness) > sizeof(happiness)) { initDepression(); }
Report comment to moderator  
Reply With Quote
Unread 07-24-06, 09:08 AM  
Xruptor
A Flamescale Wyrmkin
 
Xruptor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 137
File comments: 640
Uploads: 22
I discovered something intresting. Go to OneBagFrameTemplate in templates.xml and in the OnLoad procedure put this:

DEFAULT_CHAT_FRAME:AddMessage(this:GetName())

you'll see what I mean when you review your chat log. You should notice something =X
__________________
Click HERE for the ultimate idiot test.

if (sizeof(sadness) > sizeof(happiness)) { initDepression(); }
Report comment to moderator  
Reply With Quote
Unread 07-24-06, 08:28 AM  
Xruptor
A Flamescale Wyrmkin
 
Xruptor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 137
File comments: 640
Uploads: 22
I have to say this is an excellent addon which I've replaced Bagnon with. My only concern is the situation with the RegisterForClicks error which I still recieve. I will be looking into it to see if I can find the source. I have downloaded the latest version and it still does it. Since it raises an error the bank frame doesn't show afterwards.
__________________
Click HERE for the ultimate idiot test.

if (sizeof(sadness) > sizeof(happiness)) { initDepression(); }
Report comment to moderator  
Reply With Quote
Unread 07-24-06, 08:17 AM  
Kaelten
Jack's raging bile duct
 
Kaelten's Avatar
Featured Addon Author

Forum posts: 782
File comments: 48
Uploads: 12
You can however put onebag into standby if you'd rather not use it. /ob standby

OR

You can go into the OneBag folder and delete OneBag.xml and OneBag.lua

That will allow you to use OneBank and OneView without having OneBag running.
__________________
WowAce.com & CurseForge.com Adminstrator
Developer of Ace3, OneBag3, and many other addons and libraries
Project lead and Mac developer for the Curse Client

Anyone that needs what they want
And doesn't want what they need
I want nothing to do with
Report comment to moderator  
Reply With Quote
Unread 07-23-06, 10:19 PM  
ploof
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 23
Uploads: 1
wow

this is excellent! The only problem is that it's impossible to use it without OneBag, so I can't just use the Ace2 OneBank and OneView! Oh well though, i'm gunna give it a run for a few days, maybe the bag highlight feature will make it easier.

Mods don't need to be tailor made for just me anyways, keep up the good work!
Report comment to moderator  
Reply With Quote
Unread 07-23-06, 04:46 PM  
Kudane
Co-Founder
 
Kudane's Avatar
AddOn Author - Click to view AddOns

Forum posts: 215
File comments: 79
Uploads: 2
I have Trash-o-matic still and it shows up on the Onebag above the menu button. Anyway to move this button over so I can have both buttons?

I love this mod and love that you had trash-o-matic support for it. But not sure how to get button to move =)

EDIT: fixed it.. changed code in the Trash-0-matic file that set the button.

Code:
		<Anchors>
			<Anchor point="TOPRIGHT" relativeTo="OneBagFrame">
				<Offset>
					<AbsDimension x="-92" y="-6"/>
				</Offset>
			</Anchor>
		</Anchors>
Last edited by Kudane : 07-23-06 at 04:55 PM.
Report comment to moderator  
Reply With Quote
Unread 07-23-06, 09:54 AM  
Kaelten
Jack's raging bile duct
 
Kaelten's Avatar
Featured Addon Author

Forum posts: 782
File comments: 48
Uploads: 12
the RegisterForClicks bug should be fixed with the new release I just posted, locking the frames isn't in yet, but it seems to be a requested feature, I can add it in pretty easily.
__________________
WowAce.com & CurseForge.com Adminstrator
Developer of Ace3, OneBag3, and many other addons and libraries
Project lead and Mac developer for the Curse Client

Anyone that needs what they want
And doesn't want what they need
I want nothing to do with
Report comment to moderator  
Reply With Quote
Unread 07-23-06, 08:44 AM  
boohoo
A Deviate Faerie Dragon

Forum posts: 15
File comments: 9
Uploads: 0
Error: [string "OneBankFrame:OnLoad"]:4: attempt to call method `RegisterForClicks' (a nil value)

This stops me from being able to view my bank contents, I can hear the bank window open and close. Can put some items in it by right clicking on an item in my inventory but i can't see the actual bank window. Also OneView ( /ovs ) works and shows my bank contents perfectly.
Maybe something to do with "Is loaded on demand when you visit the bank." ?

Is there a lock function for Onebag like there was for the older version? "/Onebag lock"
Last edited by boohoo : 07-23-06 at 09:00 AM.
Report comment to moderator  
Reply With Quote
Unread 07-23-06, 01:24 AM  
Kaelten
Jack's raging bile duct
 
Kaelten's Avatar
Featured Addon Author

Forum posts: 782
File comments: 48
Uploads: 12
I will make a few comments about some of the general fixes I've made.

1) drastically reduced memory use, all togather the three uses about 550 or so kib of memory, note warmup numbers are not accurate due to embeded libraries.

2) frames are created dynamically to both save on memory when you aren't needing them and to make it where no matter how LARGE the bloody bags get, this addon shouldn't crash about it.
__________________
WowAce.com & CurseForge.com Adminstrator
Developer of Ace3, OneBag3, and many other addons and libraries
Project lead and Mac developer for the Curse Client

Anyone that needs what they want
And doesn't want what they need
I want nothing to do with
Report comment to moderator  
Reply With Quote
Unread 06-23-06, 06:33 PM  
jd_WoW
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Onebag causing issue with keyring frame

I am having an issue with the keyring frame. When I open the keyring frame, it looks fine. When I try to close it by clicking (or using bind key) the frame does not close. Another frame is created. Each time I click on the keyring icon another frame appears. I traced it to Onebag after disabling all other mods. I love Onebag and can't do without it, but I want to be able to use my keyring icon to toggle the frame.
Report comment to moderator  
Reply With Quote
Unread 05-26-06, 11:42 AM  
dotdash
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
For the love of God, please update this mod with greater frequency. It is a great mod; it just needs to be optimized, bug fixed, and have attention paid to it a bit more often.
Report comment to moderator  
Reply With Quote
Unread 04-26-06, 02:11 PM  
Kritter
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Adding a bank bag

Wasn't an issue with my 60, but I finally got around to adding a bank bag to an alt of mine and had to disable onebag to be able to push the confirm button on the gold spent to purchase the slot.

Minor, but thought it would be worth mentioning.

Would also be really neat to have the new specialized bags indicated in some way in the unified bag view... shaded backgrouds on the cells? dunno.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.