Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Kaelten's Portal Bug Reports Feature Requests
Author:
Version:
v3.3.7
Date:
04-26-2009 11:07 PM
Size:
152.03 Kb
Downloads:
145,709
Favorites:
805
MD5:
Pictures
Click to enlarge
OneBag
Click to enlarge
OneBank
Click to enlarge
OneView
OneBag3   Popular! (More than 5000 hits)
OneBag3 is the latest in 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 213 lines of code unique to OneBag3, and only 981 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
* 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

Future Plans
* Reintroduce missing features that existed in OB2
* Reintroduce the plugin system from earlier in this beta. I had to remove it due to architectural issues.
* Release OneRing3, OneView3, and OneVault3

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 for so long. I'm hoping not to leave the code on autopilot quite like I did once OB2 went stable, although it was nice to not have to touch it for almost two years.
  Change Log - OneBag3
Lots of fixes and enhancements, including new locales.
  Archived Versions - OneBag3
File Name
Version
Size
Author
Date
v3.1.3-beta
136kB
Kaelten
04-15-2009 05:16 AM
v3.1.2-beta
134kB
Kaelten
04-07-2009 01:07 AM
3.0.16-beta
110kB
Kaelten
12-14-2008 02:39 PM
3.0.13-beta
110kB
Kaelten
12-09-2008 02:07 AM
3.0.10-beta
108kB
Kaelten
11-25-2008 02:03 AM
3.0.8-beta
108kB
Kaelten
11-23-2008 10:28 PM
  Comments - OneBag3
Post A Reply Comment Options
Old 07-23-2006, 06:46 PM  
Kudane
Co-Founder
 
Kudane's Avatar
Interface Author - Click to view interfaces

Forum posts: 207
File comments: 41
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-2006 at 06:55 PM.
Kudane is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-23-2006, 11:54 AM  
Kaelten
Jack's raging bile duct
 
Kaelten's Avatar
Featured Addon Author

Forum posts: 726
File comments: 38
Uploads: 19
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
Kaelten is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-23-2006, 10: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-2006 at 11:00 AM.
boohoo is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-23-2006, 03:24 AM  
Kaelten
Jack's raging bile duct
 
Kaelten's Avatar
Featured Addon Author

Forum posts: 726
File comments: 38
Uploads: 19
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
Kaelten is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-23-2006, 08: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.
jd_WoW is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-26-2006, 01:42 PM  
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.
dotdash is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-26-2006, 04: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.
Kritter is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-18-2006, 08:59 AM  
DJ06
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hi, great add on! thnx alot!

I was just wondering one thing.. Is it possible for me to hide my ammo in any way? I would really like to keep the default ammo bag and keep it seperate from my one bag.

Last edited by DJ06 : 04-18-2006 at 09:00 AM.
DJ06 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-09-2006, 12:30 AM  
Kaelten
Jack's raging bile duct
 
Kaelten's Avatar
Featured Addon Author

Forum posts: 726
File comments: 38
Uploads: 19
Is working for me with no errors.
__________________
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
Kaelten is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-07-2006, 09:57 PM  
Rhinehold
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
addon no longer works as of 1.9.3.whatever

just a heads up

-Rhine
Rhinehold is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-14-2006, 07:23 PM  
cheadstina
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 34
Uploads: 1
openmail problem

I have openmail on - but the bag doesn't open when I open the mailbox though
cheadstina is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-14-2006, 09:29 AM  
Kaelten
Jack's raging bile duct
 
Kaelten's Avatar
Featured Addon Author

Forum posts: 726
File comments: 38
Uploads: 19
Yes I do test things out before I release them. Its working find for me. Along with the majority of users is my guess.

Although I do seem to have a small group thats having this problem.

Things you can do,

1) Make sure you have Ace 1.3

2) Check the frameXML.log to see if the files are loading properly.

Still broke? Redownload and install again. Deleting the old folder first.
__________________
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
Kaelten is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-13-2006, 03:40 PM  
Tekashi
A Murloc Raider

Forum posts: 6
File comments: 2
Uploads: 0
I'm not getting any errors, but the bag mod isn't even working at all. As soon as i overwrote the old files the mod doesn't show up and as Gaal said the slash commands for it don't work, etc...

It shows up on my installed mods list but appears to have no effect... Do you even test these mods out before you upload a new one?

Any info?

Last edited by Tekashi : 01-13-2006 at 03:41 PM.
Tekashi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-13-2006, 01:05 PM  
Gaal
A Fallenroot Satyr

Forum posts: 22
File comments: 33
Uploads: 0
Are you positive this was updated? I didn't notice any problems with those things that were apparently fixed, but there's stil lthat error onload "attempting to index `frame' a nil value" that doesn't seem to break anything, but it is rather annoying.

UPDATE: Ahh crud, it got worse. Now I STILL get the error, but while it used to be harmless, now apparently it's broken a bunch of stuff. For instance, the slash commands are non-existant. The bank bag is non-existant. And the final, last straw... My regular begs are showing up as standard Blizz frames! the whole addon is completely and utterly broken.

Last edited by Gaal : 01-13-2006 at 01:12 PM.
Gaal is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-13-2006, 08:41 AM  
freche
A Kobold Labourer

Forum posts: 1
File comments: 3
Uploads: 0
its a good addon but as many ppl here I get a error, every time I login I need to open the bags before I can access the main menu,
If I try to open main menu before I have opened the bags once I get the error.
freche is offline Report comment to moderator   Edit/Delete Message 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.




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.