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.
so is there a new file then, my curse/twitch client didnt download anything new for onebag but onebank has been updated!
There is but it doesn't look like it sync'd over here correctly. I'm going to poke the admins and see if we can get it fixed. You can grab it from WowAce manually though.
For some reason my sort function does not work, i click on the button to sort and nothing happens, ive turned off all my other addons and loaded still does not work, ive turned off simplesort plugin, and turned it back on, still did not fix it. Im note sure if anyone else has had this problem, ive tried to look and see if there was a previous post for it, but i could not find one. Id appreciate any help if anyone know what is causing this and possibly how to fix it.
I fixed it like below:
Go to line 314 of 'OneFrame-1.0.lua' file in the [ AddOns\OneBag3\libs] folder and add 2 dashes just like below
-- PlaySound("UI_BagSorting_01");
The rarity color borders don't seem to work properly.
When I first open the bags, no colors are shown.
I have to re-open the bags or move stuff around, before the colors show up.
Okay, so after I found the problem that a few of us had with the 7.3 release crashing the sort button (Yay for problem solving! :D) I'm now back with a suggestion. If it's possible, maybe in an update, we could actually track other currecenies such as Nether Shards or Anicent Mana or the like? Would make it easier for a lot of people that are either just getting into the game with Legion, or are coming back after a long time of not playing to be able to keep track of things like that for quests or such that require those things, or even for people that just want to keep track of that stuff because they're shooting for something specific from a vender or something.
This has actually been a thing I wanted to do for a long time, just finding the time to add the UI has been hard.
I'd like more details about the playsound problem that people are reporting. I'll be testing that out tonight and see if I can get a real fix.
Blizzard API was changed, so PlaySound() function doesn't work anymore with old parameters, and it seems that button code that includes PlaySound also doesn't work at all a. So you need to change PlaySound calls to match new API, or remove them.
There's a change to the API regarding PlaySound. According to https://wow.gamepedia.com/API_PlaySound you can use a numeric value or an alpha value starting with SOUNDKIT. I tried the alpha value but still encountered errors, so I referenced the list from the aforementioned URL to successfully alter the code to use numeric values. My changes are listed below.
...\World of Warcraft\Interface\AddOns\OneBank3\OneBank3.lua
Lines: 211, 243 270
New Code: PlaySound(852, "Master");
...\World of Warcraft\Interface\AddOns\OneBank3\libs\OneCore-1.0\OneFrame-1.0.lua
Line: 314
New Code: PlaySound(43937, "Master");
...\World of Warcraft\Interface\AddOns\OneBag3\libs\OneCore-1.0\OneFrame-1.0.lua
Line: 314
New Code: PlaySound(43937, "Master");
since 7.3 release I havent been able to use the sort bags button, nothing happens. so annoying :(
Right. Would be great someone figure out how to fix it, or update come. Great addon btw.
Ok, found it, another PlaySound problem. Need to remove PlaySound function from OneFrame-1.0.lua file. In OneBank3 also from DepositeReagents button.
Where exactly are these files and how would one do as you suggest?
since 7.2.5 the addon freeze IU a lot
Is there an option to exclude a bag from sorting? In the default bags UI, we can right-click on a bag and uncheck "sort this bag".
Cannot seem to right-click on bags in OneBag.
Seems not to work since7.2.5 (it keep resetting and do not load my profile)
Any errors you're seeing? I'll check it out tonight.
I've noticed that a recent change makes all new items in bags flash rather annoyingly. I might not have been paying attention before, but it seems like something new-ish. Is there a way you can turn that off, or can you add the option?
I would be forever indebted! As someone who likes to leave my bags open on occasion, it drives me nuts. I'm not certain if it's a wow change or a onebag change.
Whatever the case, thank you for maintaining this wonderful addon. It's definitely my favorite of all of the bag addons.
Flash? o.0
I'll check it out over the weekend (re-ping me here or on Twitter(@Kaelten) if I forget).
Anyone else having this issue?