Baggins
Inventory Management with virtual view divided into sections.
Now with baggins you can not only separate your bags into virtual view of your inventory but organize the items in your virtual view by item type! Bag options with endless possibilities. Add/remove/create categories, change skin of the view baggins does it all! Customize your bags to show items exactly how you like! No more looking for items and not being able to find them, look and know exactly where they should be!
For example one bag with profession items, one bag with gear, and so much more! You can even make your own categories!
You can use the minimap icon or /baggins to open the options window.
All done, patch has been submitted on wowace.
Waiting patiently. Still not available after 18 hours =(
http://www.wowace.com/addons/baggins/files/
Get the alpha.
@mikk
THANK YOU!!
@atholbro
atholbro: Thanks, you beat me to finding what caused that. It's included and released now.
Following patch fixes the blue border:
diff -rupN old/Baggins/Baggins.lua new/Baggins/Baggins.lua
--- old/Baggins/Baggins.lua Wed Sep 11 21:34:54 2013
+++ new/Baggins/Baggins.lua Wed Oct 15 15:24:04 2014
@@ -2191,6 +2191,9 @@ do
frame:SetScript("OnEnter",BagginsItemButton_OnEnter)
frame:SetScript("PreClick",BagginsItemButton_PreClick)
frame.UpdateTooltip = BagginsItemButton_UpdateTooltip
+
+ frame.BattlepayItemTexture:Hide()
+
--frame:SetScript("OnUpdate",BagginsItemButton_OnUpdate)
if self.currentSkin then
self.currentSkin:SkinItem(frame)
Ace3 and blue border updates are now part of r467.
Atholbro, thanks for the fix! You rock. How do I apply this patch? This looks like a script that I need to run. Where do I run it from. Sorry but I am a bit unfamiluar witht he process. Normally when I see people posts these fixes they say "find this code and replace it with this code in this file". Could you help me out? Thanks again!
Updated my post with easier to follow instructions.
Thanks again. Just to statisfy my curiotsity, how do you apply a diff?
Fix worked great! Thank you so much. I didn't want to have to use bagnon.
If you're on a Mac it's simple, open terminal and use the "patch" command. On Windows you need software to help. Google "How do I apply a diff patch on Windows" and look at the first Stack Overflow answer.
This is by far the best inventory/bag program out there. Could someone please direct the rest of us mere non programming mortals a link to where we can download a useable version, or the lines of code we need to update??? Thank you so much in advance!!!!
As of patch 6.0.2 All items seem to have a blue glow to them. even when I use the item quality glow feature there is still this blue tinge that makes it difficult to tell what color quality they actually are.
Anyone else having an issue with all items in the bags having a blue border? Even when I turn on baggins glow feature for item quality there is still this blue tinge there that makes it hard to distinguish the colors.
Yes, it's apparently a somewhat common problem with all of other bag mods. Would that someone could identify the issue in the code so that those of us still using Baggins could update accordingly.
This addon used to have stack-split feature. What happened to it? And will it ever return?
May I ask what happend to the splitt-functionality in Baggins? Meaning in the alt+right-click menu of an item.
Need screen shots please and thank you!
When selecting an item to change its category list, the pop-up menu appears, but when I navigate to 'add to' or 'exclude from', the category list only shows the first dozen or so entries, and then "..." at the bottom of the list. The "..." entry can be highlighted or even clicked, but nothing happens. The list is sorted, so it gets down to "New" or "Other", and then displays nothing after that (such as "Trinkets" or "Toys").
I assume there's a way to expand that "..." entry, or to change the max number of options in the list?