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.
Yeah, it still doesn't work for me after update =/ but It's an awesome addon :) I'll wait for you to figure it out :)
Same here, still broke :( sry
Hi, even after the last update onebag seems to be broken.. On login i get 16 lua errors
Message: Deferred XML Node object named Lib_UIDropDownMenuButtonTemplate already exists
Time: Fri Mar 15 14:49:33 2019
Count: 5
Message: Deferred XML Node object named Lib_UIDropDownListTemplate already exists
Time: Fri Mar 15 14:49:33 2019
Count: 5
Message: Deferred XML Node object named Lib_UIDropDownMenuTemplate already exists
Time: Fri Mar 15 14:49:33 2019
Count: 5
Message: Error loading Interface\AddOns\OneBag3\libs\LibStub\LibStub.lua
Time: Fri Mar 15 14:49:33 2019
Count: 4
Message: Couldn't open Interface\AddOns\OneBag3\libs\CallbackHandler-1.0\CallbackHandler-1.0.xml
Time: Fri Mar 15 14:49:33 2019
Count: 4
Message: Couldn't open Interface\AddOns\OneBag3\libs\AceAddon-3.0\AceAddon-3.0.xml
Time: Fri Mar 15 14:49:33 2019
Count: 4
Message: Couldn't open Interface\AddOns\OneBag3\libs\AceEvent-3.0\AceEvent-3.0.xml
Time: Fri Mar 15 14:49:33 2019
Count: 4
Message: Couldn't open Interface\AddOns\OneBag3\libs\AceHook-3.0\AceHook-3.0.xml
Time: Fri Mar 15 14:49:33 2019
Count: 4
Message: Couldn't open Interface\AddOns\OneBag3\libs\AceDB-3.0\AceDB-3.0.xml
Time: Fri Mar 15 14:49:33 2019
Count: 4
Message: Couldn't open Interface\AddOns\OneBag3\libs\AceDBOptions-3.0\AceDBOptions-3.0.xml
Time: Fri Mar 15 14:49:33 2019
Count: 4
Message: Couldn't open Interface\AddOns\OneBag3\libs\AceLocale-3.0\AceLocale-3.0.xml
Time: Fri Mar 15 14:49:33 2019
Count: 4
Message: Couldn't open Interface\AddOns\OneBag3\libs\AceConsole-3.0\AceConsole-3.0.xml
Time: Fri Mar 15 14:49:33 2019
Count: 4
Message: Couldn't open Interface\AddOns\OneBag3\libs\AceGUI-3.0\AceGUI-3.0.xml
Time: Fri Mar 15 14:49:33 2019
Count: 4
Message: Couldn't open Interface\AddOns\OneBag3\libs\AceConfig-3.0\AceConfig-3.0.xml
Time: Fri Mar 15 14:49:33 2019
Count: 4
Message: Couldn't open Interface\AddOns\OneBag3\libs\OneCore-1.0\OneCore-1.0\OneCore-1.0.xml
Time: Fri Mar 15 14:49:33 2019
Count: 4
Message: Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:33: Attempt to register unknown event "ENCOUNTER_STOP"
Time: Fri Mar 15 14:49:33 2019
Count: 1
Stack: Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:33: Attempt to register unknown event "ENCOUNTER_STOP"
[C]: in function `RegisterEvent'
Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:33: in function `OnUsed'
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:142: in function `RegisterEvent'
Interface\AddOns\DynamicCam\Core.lua:1446: in function `RegisterSituationEvents'
Interface\AddOns\DynamicCam\Core.lua:1436: in function `?'
Interface\AddOns\Ace3\AceTimer-3.0\AceTimer-3.0.lua:55: in function <Interface\AddOns\Ace3\AceTimer-3.0\AceTimer-3.0.lua:50>
Locals: (*temporary) = AceEvent30Frame {
0 = <userdata>
}
(*temporary) = "ENCOUNTER_STOP"
Hope this will help.
In reply to Forge_User_05123302:
That's strange I'm not seeing issues with the new version. You have at least one issue there from DynamicCam. Can you try disabling it and see if the issue persists?
In reply to Kaelten:
Sorry for not responding immediately, and yes i just tried to disable dynamic cam and nothing changed on the onebag problem...
Now that i have read the other comment and tried their method too nothing seems to work
Is there an update for 8.1.5?
it's not working correctly as you can't see the columns and item icons when you open it
I'll look into this as soon as I can. Thank you all for the reports! :)
In reply to Kaelten:
thank you very much sir.
In reply to Kaelten:
Thought you might want a complete bug report for it as well :)
-->
Date: 2019-03-14 09:51:34
ID: 2
Error occured in: Global
Count: 2
Message: ..\FrameXML\ItemButtonTemplate.lua line 52:
attempt to index local 'icon' (a nil value)
Debug:
..\FrameXML\ItemButtonTemplate.lua:52: SetItemButtonTexture()
..\FrameXML\ContainerFrame.lua:581:
..\FrameXML\ContainerFrame.lua:526
...OneBag3\libs\OneCore-1.0\OneCore-1.0\OneCore-1.0.lua:252: UpdateBag()
...OneBag3\libs\OneCore-1.0\OneCore-1.0\OneCore-1.0.lua:267: UpdateFrame()
OneBag3\OneBag3.lua:36:
OneBag3\OneBag3.lua:29
[C]: Show()
OneBag3\OneBag3.lua:228: OpenBag()
OneBag3\OneBag3.lua:217:
OneBag3\OneBag3.lua:209
(tail call): ?
[C]: ToggleAllBags()
[string "OPENALLBAGS"]:1:
[string "OPENALLBAGS"]:1
Locals:
button = OneBagFrameBag0Item1 {
0 = <userdata>
BagStaticBottom = <unnamed> {
}
BagStaticTop = <unnamed> {
}
flash = <unnamed> {
}
GetItemContextMatchResult = <function> defined @Interface\FrameXML\ContainerFrame.lua:1425
ExtendedSlot = <unnamed> {
}
ExtendedOverlay2 = <unnamed> {
}
JunkIcon = <unnamed> {
}
UpdateTooltip = <function> defined @Interface\FrameXML\ContainerFrame.lua:1347
ExtendedOverlay = <unnamed> {
}
meta = <table> {
}
border = <unnamed> {
}
handler = <table> {
}
ShouldShow = <function> defined @Interface\AddOns\OneBag3\libs\OneCore-1.0\OneCore-1.0\OneCore-1.0.lua:74
timeSinceUpgradeCheck = 0
UpgradeIcon = <unnamed> {
}
BattlepayItemTexture = <unnamed> {
}
flashAnim = <unnamed> {
}
NewItemTexture = <unnamed> {
}
newitemglowAnim = <unnamed> {
}
SplitStack = <function> defined @Interface\FrameXML\ContainerFrame.lua:1100
}
texture = 134414
icon = nil
(*temporary) = "OneBagFrameBag0Item1IconTexture"
(*temporary) = nil
(*temporary) = "OneBagFrameBag0Item1"
(*temporary) = "attempt to index local 'icon' (a nil value)"
AddOns:
Swatter, v8.1.6241 (SwimmingSeadragon)
WowheadLooter, v80100
Altoholic, vr190
AngryKeystones, v
AucAdvanced, v8.1.6201 (SwimmingSeadragon)
AucFilterBasic, v8.1.6228 (SwimmingSeadragon)
AucStatHistogram, v8.1.6230 (SwimmingSeadragon)
AucStatiLevel, v8.1.6234 (SwimmingSeadragon)
AucStatPurchased, v8.1.6231 (SwimmingSeadragon)
AucStatSimple, v8.1.6232 (SwimmingSeadragon)
AucStatStdDev, v8.1.6233 (SwimmingSeadragon)
AucUtilFixAH, v8.1.6235 (SwimmingSeadragon)
AutoRepair, v
BattlePetBinds, vr18
BattlePetBreedID, vr191
BeanCounter, v8.1.6236 (SwimmingSeadragon)
CollectMe, v2.10.1
DataStore, vr65
DataStoreAchievements, vr47
DataStoreAgenda, vr29
DataStoreAuctions, vr50
DataStoreCharacters, vr43
DataStoreContainers, vr59
DataStoreCrafts, vr82
DataStoreCurrencies, vr38
DataStoreGarrisons, vr24
DataStoreInventory, vr53
DataStoreMails, vr52
DataStorePets, vr44
DataStoreQuests, vr46
DataStoreReputations, vr43
DataStoreSpells, vr32
DataStoreStats, vr31
DataStoreTalents, vr61
DBMCore, v8.1.11
DBMDefaultSkin, v
DBMSpellTimers, v
DBMStatusBarTimers, v
DBMVPVEM, v8.1.0
DerangementPetBattleCooldowns, vv1.1.4
EasyObliterate, v31
Enchantrix, v8.1.6237 (SwimmingSeadragon)
FishingBuddy, v1.9.27
GatherMate2, v1.43.6
Informant, v8.1.6246 (SwimmingSeadragon)
MasterPlanA, vA
NomiCakes, v8.0.0.1
NPCScan, v8.0.1.13
Oilvl, v8.0.2
OneBag3, vv3.10.1
OneBank3, vv3.9.1
Paste, v1.4.10
Pawn, v2.2.39
PersonalLootHelper, v2.19
Postal, vv3.6.0
RaiderIO, v8.1.0 (v201903140600)
RaiderIODBEUA, v
RaiderIODBEUAR, v
RaiderIODBEUH, v
RaiderIODBEUHR, v
Rarity, v1.0 (r686-release)
RarityOptions, v
Recount, vv8.1.0d
Rematch, v4.9.4
Routes, vv1.6.1
SavedInstances, v8.1.0
Scrap, v13.15
ScrapOptions, v13.15
ScrapSpotlight, v13.15
Simulationcraft, v1.10.11
Skada, v1.7.5
SlideBar, v8.1.6239 (SwimmingSeadragon)
Stubby, v8.1.6240 (SwimmingSeadragon)
TomTom, vv80100-1.0.1
WeakAuras, v2.11.6
WhoLusted, v1.1
WorldQuestsList, v85
BlizRuntimeLib_enUS v8.1.5.80100 <none>
(ck=835)
It's broken :( along with "onebank3".
Is this broken for anyone else with 8.1.5 patch ????
In reply to xroots:
same here ... tried install ace3 and no go ...
Message: Interface\FrameXML\ItemButtonTemplate.lua:52: attempt to index local 'icon' (a nil value)
Time: Tue Mar 12 17:17:11 2019
Count: 2
Stack: Interface\FrameXML\ItemButtonTemplate.lua:52: attempt to index local 'icon' (a nil value)
Locals:
In reply to xroots:
There's a ticket open for it. Blizzard changed the way some code works.
See also: https://www.wowace.com/projects/onebag3/issues/87
In reply to xroots:
it's broken for me also :-(
Is there a way to display currency like War Resources or seals down by the money
Hey I love your addon it's a really great and above all simple bag addon the only thing it's really missing is the ability to tell the addon to ignore a bag while its sorting that way you can put your permanent keep items in your top bag and they wont get moved around and stuff. As it is now I have to turn off the addon to make the top bag un-sort able then turn the addon back on. I don't know how difficult it would be to do this but I figured i'd suggest it.
In reply to rsmith76927248:
After the Update, the addon will no longer work for me. It's activated at the loadingscreen, but ingame it will no longer show as addon. All the bags and the bank are reverted to "normal". Going back to the last version will restore the addon as active ingame.
Will post more info, if I have time to experiment ...
In reply to Forge_User_99002974:
In reply to Forge_User_99002974 and GraigWarder: