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,140
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 01-31-07, 04:53 AM  
Carraseo
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
First i want to aplogize my poor english due to beeing from Germany.

Before i switched to Onebag i used bagnon and I'm missing a nice feature of it: searching my Bags.
Sometimes i simply can't find an Item in my full-farmed Bags and Bagnon had a feature like: /find "TEXT" which opened a new, "virtual" Bag that only contained Items with the specified text in their Name. I don't know if it is possible to add this? Nevertheless this Mod is really great. Keep up the good work. :-)
Report comment to moderator  
Reply With Quote
Unread 01-30-07, 01:59 PM  
burnit
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
temporary fix

hey guys - it's not an official fix but here's what you need to do to get rid of that error message:

go to your AddOns folder and navigate to OneView/libs/OneStorage-2.0/OneStorage-2.0.lua

In line 175 you should see this:
Code:
if not server then _, _, name, server = string.find(k2, "(.+) of (.+)") end
Apparently Blizzard changed the character@server representation from "name of server" to "name - server".

change the above line to:
Code:
if not server then _, _, name, server = string.find(k2, "(.+) - (.+)") end
Now scroll down to line 178, which should look like this:
Code:
table.insert(list[serverId], string.format("%s - %s", name, k2) )
change this line to:
Code:
table.insert(list[serverId], string.format("%s", k2) )
That's it.
Note that the information stored in your OneView database may still be using "name of server" style definitions - I highly recommend to delete the file OneView.lua from your SavedVariables folder.

Cheers,
Last edited by burnit : 01-30-07 at 02:00 PM.
Report comment to moderator  
Reply With Quote
Unread 01-29-07, 02:35 PM  
Blueleaf
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 15
Uploads: 4
request

By far this is one of the best Bag mods I have used. there are only two things that I wish could be changed

1. Add server information to frame title (for OneBag and OneBank) I know this sound trivial but for one like myself that uses the same character name accross several servers, Some times I forget what server I am on LOL.

Currently Fame name format is as follows: [Character]'s Bags
Change to display: [Character@Server]'s Bags

2. Would like the option to keep my bags open after leaving the Bank, Auction House, or vendor.

If anyone has a quick fix sor this I would be Greatful, Please PM me if you have one.
Report comment to moderator  
Reply With Quote
Unread 01-28-07, 06:31 AM  
Elbian
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Hi ... I'm using OneBank/RING/View for a long time and won't miss it, but since BC it startet to behave strangely ... (at least ONEVIEW seems to be buggy in some way)

here my probs:
OneBank : works fine
OneRing : works fine
OneView : barely working

errordesc of OneView error :
- it doesn't show all my bags (the last bag is missing in the baglist under my bag places
although all my bagplaces are shown correctly)
- nearly with all my chars OneView crushed at least onetime and since then my
bankinventory isn't shown anymore so that OneView is nearly Useless for me ...

Kaelten ... Please fix this because I don't want any other Bank Addon as OneView ...

Thanks for listening Elbian@Malfurion (GE)
Last edited by Elbian : 01-28-07 at 06:31 AM.
Report comment to moderator  
Reply With Quote
Unread 01-26-07, 11:48 AM  
Fendracor
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Re: Re: OneBag Suite Error

this is one of my favourite Addons... it works, but I often get an error message when I change something in the inventory. Beside that it still woorks fine.
Could anyone fix it/update it?

plz plz plz


edit:
erm... to be exact: no, it does not work completly properly beside the error-frame.
I can not see the Bank/inventorys of my other chars. I can only look in the bank of the char with whom I am logged in at the moment.
Last edited by Fendracor : 01-26-07 at 12:00 PM.
Report comment to moderator  
Reply With Quote
Unread 01-22-07, 03:01 AM  
Kudane
Co-Founder
 
Kudane's Avatar
AddOn Author - Click to view AddOns

Forum posts: 215
File comments: 79
Uploads: 2
Re: OneBag Suite Error

Originally posted by ThornyJohn
Just wanted to start by saying that OneBag/OneSuite is my favorite bag utility by far. Everything works as advertised except for one minor (but somewhat annoying) error:

Error: bad argument #2 to 'format' (string expected, got nil)
File: ...ddOns\OneView\libs\OneStorage-2.0\OneStorage-2.0.lua
Line: 176
Count: 1

This happens mostly at start-up but sometimes also happens when switching continents on the blimp or traveling to Outland.

Any idea what it could be and when we can hope for an update that fixes this and the other things mentioned by other posters?

______
Thorny
I started getting this out of the blue today as well. Have not change any of my addons and I logged in and out twice in a row (hit wrong button then logged out, hit enter again, was a great brain-fart).

My wife has all the exact same add-ons I have (as I copied my addon folder over) and she is not getting it.

I now get it everytime I start the game. I have removed the save variable and let it re-write it, but that had no effect.

/bow
Report comment to moderator  
Reply With Quote
Unread 01-21-07, 08:00 PM  
ThornyJohn
A Deviate Faerie Dragon

Forum posts: 12
File comments: 22
Uploads: 0
OneBag Suite Error

Just wanted to start by saying that OneBag/OneSuite is my favorite bag utility by far. Everything works as advertised except for one minor (but somewhat annoying) error:

Error: bad argument #2 to 'format' (string expected, got nil)
File: ...ddOns\OneView\libs\OneStorage-2.0\OneStorage-2.0.lua
Line: 176
Count: 1

This happens mostly at start-up but sometimes also happens when switching continents on the blimp or traveling to Outland.

Any idea what it could be and when we can hope for an update that fixes this and the other things mentioned by other posters?

______
Thorny
Report comment to moderator  
Reply With Quote
Unread 01-16-07, 07:53 AM  
Kamarade Molotov
A Kobold Labourer
 
Kamarade Molotov's Avatar

Forum posts: 1
File comments: 4
Uploads: 0
Alpha to 100%

Congratulations for this excellent mod.

I have one request/suggestion: can you make it so when we set alpha to be 100%, the frames are actally 100% opaque? At the moment they are still a bit translucent.

Thanks in advance and keep up the good work.
Report comment to moderator  
Reply With Quote
Unread 01-13-07, 08:34 AM  
BorgkingZero
A Kobold Labourer
 
BorgkingZero's Avatar

Forum posts: 1
File comments: 21
Uploads: 0
Always i want use somthing in my inventory like Recipet, Food ... this Error came:

<event>ADDON_ACTION_BLOCKED:AddOn 'MailTo' tried to call the protected function 'MailTo_InvUse_Save()'.
<in C code>: in function `MailTo_InvUse_Save'
MailTo\MailTo.lua:436: in function `UseContainerItem'
Interface\FrameXML\ContainerFrame.lua:582: in function `ContainerFrameItemButton_OnClick':
<string>:"OneBag0Item15:OnClick":3: in function <[string "OneBag0Item15:OnClick"]:1>

Can you help ?
Report comment to moderator  
Reply With Quote
Unread 01-01-07, 09:21 PM  
et_d
A Defias Bandit

Forum posts: 3
File comments: 1
Uploads: 0
Currently using version off WoWAce. After zoning anywhere, when I move items around in my bag or bank, the icons don't move after having dragged them, when I close and reopen the bag/bank it refreshes. This only happens after I zone somewhere otherwise it refreshes on the fly.

Thanks for the great addon!!
Report comment to moderator  
Reply With Quote
Unread 12-30-06, 08:24 PM  
xionz
A Kobold Labourer

Forum posts: 1
File comments: 3
Uploads: 0
ERROR

i get this error when i have just Logged in:

bad argument #2 to 'format' (string expected, got nil)
addons/OneView/libs/OneStorage-2.0/OneStorage.lua
Line: 177

:_(

lastest version ( www.wowace.com/files )

What can i do? thnx
Report comment to moderator  
Reply With Quote
Unread 12-25-06, 04:55 PM  
Salmoni
A Deviate Faerie Dragon

Forum posts: 16
File comments: 52
Uploads: 0
Does the option "bagbreak" work for you guys ?

I have 3 bags(14 slots) and with bagbreak it just inserted an empty space instead of starting a complete new row at the beginning of a new bag.
Report comment to moderator  
Reply With Quote
Unread 12-24-06, 03:35 AM  
DanoPDX
A Deviate Faerie Dragon

Forum posts: 10
File comments: 8
Uploads: 1
Using OneBag-r21897, OneBank-r21899, OneRing-r21901, OneView-r21902 seems to have resolved the OneView link in chat issue.
Report comment to moderator  
Reply With Quote
Unread 12-18-06, 04:01 PM  
Wonderfool
A Kobold Labourer

Forum posts: 1
File comments: 4
Uploads: 0
Linking from OneView

Linking items from OneView in chat via Shift-Click didn't work for me in the most recent version from wowace.com. Linking from OneBag worked without problems.

Wonderfool
Report comment to moderator  
Reply With Quote
Unread 12-13-06, 11:39 AM  
nebalee
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
oneview

Using Frame/Vertical Alignement and Show/Forward has no effect on the OneView-frame.
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.