OneBag3
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
- OneCore
- The brains and the brawn of the outfit, Core does all the heavy lifting both logic and layout wise. This is embedded in OneBag by default, and you shouldn't need to worry about installing it unless you're running no-lib builds.
- On WowAce
- On Curse
- 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 Curse
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.
And it's broken.
yeh its onebag sorry..
i have a small small problem thats irritating me lol,the bag sound is missing.... like when you open the bags it makes a woosh sort off sound.. thats missing.... if i disable bagon addon it comes back on....
I don't think I've ever done code to manipulate the sound. Was this in reference to OneBag or bagnon?
I am really getting annoyed by the game saying "OneBag3 has been blocked from an action only available to the Blizzard UI."
And I get it at the most inconvenient times e.g. I need a health potion urgently in a dungeon so I don't die...
Can you fix this please?
It really annoys me too. Unfortunately, it's a problem on Blizzard's end, or due to taint leaking over from other addons ... :(
removed due to non addon issue.
Unfortunately that's likely either a bug on blizzard side or another addon. OneBag doesn't hook that function call, and definately not in a tainted way.
OK np thank you for taking a look at it.
Hi i just want to know if this addon will have a update in a near future or is abandon ?
Not abandoned, just really tied up with work right now. (I work for Curse in IT)
Any specific issues you're having with it?
Just wanted to say that I love the addon. I was wondering if there was an option to do a search from within the bag window, similar to the guild bank (type in a few characters and all non-matching items would go dark).
While it's not immediately useful here, I actually have that feature prototyped in OneBag4, and it's available in the preview version I have out for it.
I got extremely frustrated with all the tain issues we've seen in 5.x and haven't had the motivation to continue to develop on something that can be so consistantly ruined by things outside of my control. I hear that there was a lot of effort on Blizzard's side to reduce these issues in 5.3 and I'll be checking them out again soon.
A little review that i did
I have seen reports on bagnon of similar Taint issues.
If anyone can give me a consistant way to reproduce the taint issues from a fresh load of wow, I'll go in and double check what's causing the taint.
This constant error with "OneBag3 attempted to call a forbidden function (UseContainerItem())", is getting really annoying, as it prevents me from using anything in the bags after that.
I'm sorry to ask here, but does anyone know if Bagnon got the same problems after the 5.2 release ?
Hello;
Love the addon, long time user. Seems that sometimes I can't shift+click to split stacks, or ctrl+click to use the dressing room. Unsure if this is some sort of conflict but it happens across various characters, with some or no other addons.
Any ideas would really help me out. Thanks!
The problem is I don't call that code it's called by blizzards code onto blizzards code and I'm really not certain why onebag being blamed. :(
I actually missed this, was this directed at my issue? It does not happen when I'm not using Onebag. Still seems to be happening sometimes. :(
Yes it was directed towards your issue. Unfortunately it appears the Blizzard taint issues are still moderatly an issue.