Download
(120Kb)
Download
Updated: 01-21-10 01:04 AM
Pictures
File Info
Updated:01-21-10 01:04 AM
Created:11-27-09 06:50 AM
Downloads:13,808
Favorites:76
MD5:

Stuffing  Popular! (More than 5000 hits)

Version: 0.0.20
by: hungtar [More]

please accept my apology for abandoning this addon and not answering your support requests.

I don't play wow anymore and thus any request will remain unaswered.



Minimalistic bag addon. It puts all your bags in one and your bank in another frame. A search function is also built-in. The screen shots explain this a lot better

Features:

  • configuration GUI. (Open with /stuffing config)
  • Searching (right-click on the "Search" text. Pressing enter, escape or clicking in the edit or clicking the close button will cancel the search. You can only search for item names).
  • Sorting. (/stuffing sort) *.
  • Filling of incomplete stacks. (/stuffing stack) *.
  • OmniCC support.
  • New: right-click the close button on the bags frame for some shortcuts to slash commands, the keyring and to hide/show the bags container.

* see note below!

If you stumble across any bugs, please leave a comment.

Stuff I will not implement in this addon:
  • filters like cargBags gnomed has. They are either too clumsy or they are too complicated to configure to really do what you want. And I don't like the idea that much anyway.
  • Keyring support. The keyring is great, really. Since there is the keyring, those keys don't pollute bags anymore. And it should stay that way. (Really, why is the keyring a bag? it should be a tab next to mounts and vanity pets ...).


Note on Sorting and Stacking:

By default, these operations will only operate on normal bags. If your bank is open, they will only work on the bank. You can pass an argument string to these commands to modify which bags will be sorted/stacked. The string may contain the commands, seperated by a '/':
  • c: clears the list of bags considered (e.g. remove the default set from it).
  • p: add all profession bags from your bank, if it is open, or all profession bags you carry.
  • <number>: add the bag id <number> to the set.

For example:
  • stuffing sort c/p: will clear the list (remove all bags it would normally sort) and add all the special bags you currently carry (the command /stuffing psort does the same).
  • /stuffing sort c/0,1: sort only the bags with the ids 0 and 1.

Credits:
- button skins taken from oUF_Fleetfoot, oUF_viv and pHishr's Media Pack (there a many more beautiful skins there!)

version 0.0.20:
- change font used for stack count instead of changing the font of the font object.

version 0.0.19:
- added option to change font used for stack counts.
- added /stuffing purchase command to open new bank bag slots (need bank to be open).

version 0.0.18:
- bag frames (to change bags).
- "shortcut menu". Right-click the close button to open.

version 0.0.17:
- check if a bag exists before using it for sorting etc.

version 0.0.16:
- added options to config to set the color for special bags.
- updates to sorting.

version 0.0.15:
- scan tooltip to catch quest items not categorized as such.

version 0.0.14:
- quest item glow should now be correct after sorting and moving items.

version 0.0.13:
- coloring for profession bags, ammo pouch / quiver and soulbag.
- option to hide soulbag.
- exclude special bags from sorting.

version 0.0.12:
- don't rely on layout-local.txt for frame positioning.

version 0.0.11:
- bank items not showing up after zoning should be fixed.

version 0.0.10:
- bug fix: 0.0.9 broke rarity glow, should work correct again.
- added support for button skinning.

version 0.0.9:
- quest item glow.
- added /stuffing sort and /stuffing stack commands.

version 0.0.8:
- removed bank trashing (didn't really work as it should).
- added option to set font and font size of search and gold.

version 0.0.7:
- after closing the bank, you no longer have to move out of interact range to reopen the bank.
- option to set the border style (with SharedMedia support).
- option to set search glow color.
- glows now resize when item button size changes.

version 0.0.6:
- Configuration GUI is now included!
- pressing escape now closes the bag frame.
- closing the bag frame now also closes the bank frame.
- option to lock the bag frame.

version 0.0.5:
- garbage bank related data when closing the bank.
- added gold display.

version 0.0.4:
- rarity border coloring should work again.
- moved more stuff to the config.

version 0.0.3:
- reduced memory load.
- show cooldowns on items.
- moved more stuff to config.
- some layout stuff.
- search is now case insensitive.

version 0.0.2:
- right-clicking items in your bag to use them should work now.

version 0.0.1:
- first release
Optional Files (0)


Post A Reply Comment Options
Unread 11-27-09, 12:35 PM  
Æxò
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 73
Uploads: 1
Looks great!

I'm definitely getting rid of the ageing and unupdated BaudBag.

---

Though there is an issue: whenever I right click on a item in my bags (like the Hearthstone or a bandage), it throws me this error:
Code:
From Buggrabber.lua:

{
			["message"] = "<event>ADDON_ACTION_BLOCKED:AddOn 'Stuffing' tried to call the protected function 'UNKNOWN()'.\n<in C code>: ?\n<in C code>: ?\n<in C code>: ?\n<in C code>: ?\n<in C code>: in function `UseContainerItem'\nInterface\\FrameXML\\ContainerFrame.lua:702: in function `ContainerFrameItemButton_OnClick':\n<string>:\"*:OnClick\":12: in function <[string \"*:OnClick\"]:1>\n\n  ---",
			["type"] = "event",
			["time"] = "2009/11/27 19:26:46",
			["session"] = 6142,
			["counter"] = 3,
		},

Note that it correctly works when I'm right clicking to add items in a letter (mailbox).

---

Moreover, the search function might have some issues too, though I am not sure: I tried to search for Heavy Frostweave Bandage by typing “heavy” and it did not highlight anything. I may have to look more into it to figure what is going on.

---

Thanks anyway, I really like how Stuffing is shaping in!
Last edited by Æxò : 11-27-09 at 12:46 PM.
Report comment to moderator  
Reply With Quote
Unread 11-27-09, 12:39 PM  
WNxSajuukCor
A Kobold Labourer
 
WNxSajuukCor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 45
Uploads: 5
Sweet, been looking for a alternative OneBag addon
Report comment to moderator  
Reply With Quote
Unread 11-27-09, 02:05 PM  
hungtar
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 151
Uploads: 9
Originally posted by Æxò
Looks great!

I'm definitely getting rid of the ageing and unupdated BaudBag.

---

Though there is an issue: whenever I right click on a item in my bags (like the Hearthstone or a bandage), it throws me this error:
Code:
From Buggrabber.lua:

{
			["message"] = "<event>ADDON_ACTION_BLOCKED:AddOn 'Stuffing' tried to call the protected function 'UNKNOWN()'.\n<in C code>: ?\n<in C code>: ?\n<in C code>: ?\n<in C code>: ?\n<in C code>: in function `UseContainerItem'\nInterface\\FrameXML\\ContainerFrame.lua:702: in function `ContainerFrameItemButton_OnClick':\n<string>:\"*:OnClick\":12: in function <[string \"*:OnClick\"]:1>\n\n  ---",
			["type"] = "event",
			["time"] = "2009/11/27 19:26:46",
			["session"] = 6142,
			["counter"] = 3,
		},

Note that it correctly works when I'm right clicking to add items in a letter (mailbox).

---

Moreover, the search function might have some issues too, though I am not sure: I tried to search for Heavy Frostweave Bandage by typing “heavy” and it did not highlight anything. I may have to look more into it to figure what is going on.

---

Thanks anyway, I really like how Stuffing is shaping in!
right clicking stuff should work as expected in 0.0.2. Thanks for reporting.

Have you tried searching for "Heavy" instead of "heavy"? Should be case insensitive, though. Will update that in the next version.
Last edited by hungtar : 11-27-09 at 02:05 PM.
Report comment to moderator  
Reply With Quote
Unread 11-27-09, 03:02 PM  
Ferous
Sheer Sense of Doom
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 563
Uploads: 10
Anyway there will be a sort function to this bagmod at all? Thanks in advance :P

-Ferous
Report comment to moderator  
Reply With Quote
Unread 11-27-09, 03:13 PM  
hungtar
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 151
Uploads: 9
Originally posted by Ferous
Anyway there will be a sort function to this bagmod at all? Thanks in advance :P

-Ferous
Maybe. I can definitely see that being useful in one form or another. The question is, by which order would you want to sort stuff?
Report comment to moderator  
Reply With Quote
Unread 11-27-09, 03:26 PM  
Ferous
Sheer Sense of Doom
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 563
Uploads: 10
Originally posted by hungtar
Maybe. I can definitely see that being useful in one form or another. The question is, by which order would you want to sort stuff?
Just by quality or something For instance, having all rarer stuff at the top left or top right then descends down from legendary, epic, rare, green, white, then gray. Something like that
Report comment to moderator  
Reply With Quote
Unread 11-27-09, 03:52 PM  
Aschker
A Murloc Raider
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 105
Uploads: 1
Like the idea And its not that the 300kb it uses at peak (with bank open etc) is way too much, but still. Im running Bagnon atm with the bagnon forever crap installed so I can see what char has what, and I can access banks from all alts at all times.. Now bagnon goes to 500kb at max use.

What I am wondering tho: If you remove the search function, and just keep the 1bag function and the ability to move the frame, would the mem use go even above 50kb?

If it stays very low without the search function, can I talk you into making a very very lightweight one? As I stated before, with just the ability to move the 1bag frame.
Report comment to moderator  
Reply With Quote
Unread 11-27-09, 04:19 PM  
hungtar
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 151
Uploads: 9
Originally posted by Aschker
Like the idea And its not that the 300kb it uses at peak (with bank open etc) is way too much, but still. Im running Bagnon atm with the bagnon forever crap installed so I can see what char has what, and I can access banks from all alts at all times.. Now bagnon goes to 500kb at max use.

What I am wondering tho: If you remove the search function, and just keep the 1bag function and the ability to move the frame, would the mem use go even above 50kb?

If it stays very low without the search function, can I talk you into making a very very lightweight one? As I stated before, with just the ability to move the 1bag frame.
I think it's not the search function but the fact that, at the moment, everything is kept until eternity. And all the data that is saved but never used (stuff that may or may not be used for other search functionality) of course. Don't worry, it will definitely get better. If the search turns out to be the biggest memory hog, i'll add an option to disable it. But it's too soon to decide anything about it.
Report comment to moderator  
Reply With Quote
Unread 11-27-09, 05:03 PM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Hey, we pretty much got the same goal, check out my ncBags: http://www.wowinterface.com/download...40-ncBags.html

Maybe we can merge/share some code?
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 11-27-09, 05:39 PM  
hungtar
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 151
Uploads: 9
Originally posted by nightcracker
Hey, we pretty much got the same goal, check out my ncBags: http://www.wowinterface.com/download...40-ncBags.html

Maybe we can merge/share some code?
To be honest, ncBags.lua comes up as a single line of text in my editor. So i'm not sure that would work But yeah, sure. Send me a PM if you have anything special in mind.
Report comment to moderator  
Reply With Quote
Unread 11-27-09, 05:57 PM  
Cralor
Mmm... cookies!!!
 
Cralor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 772
File comments: 313
Uploads: 5
Originally posted by Ferous
Just by quality or something For instance, having all rarer stuff at the top left or top right then descends down from legendary, epic, rare, green, white, then gray. Something like that
I'd think it would be great if it was sorted by Rare, Quest items, etc. It would place these next to each other and also consolidate stacks. Is this something that could be implemented?
__________________
Never be satisfied with satisfactory.
Report comment to moderator  
Reply With Quote
Unread 11-27-09, 06:14 PM  
Ferous
Sheer Sense of Doom
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 563
Uploads: 10
Originally posted by Cralor
I'd think it would be great if it was sorted by Rare, Quest items, etc. It would place these next to each other and also consolidate stacks. Is this something that could be implemented?
Something close to BankStack. But more liteweight of course.

-Ferous
Report comment to moderator  
Reply With Quote
Unread 11-27-09, 07:13 PM  
ragnarok00
A Kobold Labourer

Forum posts: 0
File comments: 49
Uploads: 0
Originally posted by Ferous
Something close to BankStack. But more liteweight of course.

-Ferous
I suggest to add support for this addon:
http://wow.curse.com/downloads/wow-a...ils/jpack.aspx

this is really fast and lightweight!
Report comment to moderator  
Reply With Quote
Unread 11-27-09, 07:22 PM  
Garry
A Kobold Labourer
 
Garry's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 159
Uploads: 6
Well well...the memory part is strange.
-entering world and checking mem, Stuffing is using "20kb".
-open my bags, its using "62kb"
-open my bags at bank, allready "119kb"

Even with getting rid of the garbage in memory, it sticks to the kb values above.
can it be, that Stuffing is somehow trying to store the items in the bags??
I only ask b/c it only falls back to 20kb when i reload WoW.

About extra stuff:
i only search a bag addon which merges all bags with a new style OR just give the default bags a new design. Search feature is just fine, and i think its ok...but the rest like sorting is nonsense for me.
Honestly i like your Bag addon Stuffin and ncBags.. those 2 are my favorites in the moment ^^
Last edited by Garry : 11-27-09 at 07:26 PM.
Report comment to moderator  
Reply With Quote
Unread 11-27-09, 09:23 PM  
reale
A Kobold Labourer

Forum posts: 1
File comments: 164
Uploads: 0
Quest Item Highlighting

Are you able to add quest item highlighting please (i.e. Bagnon)

-ty
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: