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.
-
View User Profile
-
Send Message
Posted Jan 30, 2009also, alt-right click has a lot of detail about the item to assist you in modifying your baggins' categories.
PS maybe the author might add a Reassign Category option to this menu
-
View User Profile
-
Send Message
Posted Jan 4, 2009Often, I collect things with the intention of selling them at the AH, get to the AH and find that the prices are too low at that moment. So I think: I'll keep it in my bank and sell it later. Is there any way to configure a bag type in baggins that will allow me to put whatever I want into it? ie: a "To Sell" bag? I know this functionality is possible if I switch baggins off, but then I lose all the benefits!!
Is there some kind of filter I can apply that allows manual assignment of items to the bag?
Thanks in advance
-
View User Profile
-
Send Message
Posted Jan 1, 2009-
View User Profile
-
Send Message
Posted Dec 31, 2008http://my.curse.com/members/zainph/files/Baggins_2D00_koKR.zip.aspx
Thanks! for this great addon.
-
View User Profile
-
Send Message
Posted Dec 31, 2008You can download koKR Locale file for r408 from this link.
http://my.curse.com/members/zainph/files/Baggins_2D00_koKR.zip.aspx
-
View User Profile
-
Send Message
Posted Dec 29, 2008-
View User Profile
-
Send Message
Posted Dec 28, 2008-
View User Profile
-
Send Message
Posted Dec 29, 20081) Download the new version
http://wow.curse.com/downloads/wow-addons/details/libperiodictable-3-1.aspx
2) Extract any of the folders in the archive named "LibPeriodicTable-31-..." into your "World of Warcraft\Interface\AddOns\Baggins\libs" folder
3) reload your ui or restart wow.
-
View User Profile
-
Send Message
Posted Dec 23, 2008JCinDE - The changes you suggest do the exact same thing that the existing code already does.
-
View User Profile
-
Send Message
Posted Dec 21, 2008-
View User Profile
-
Send Message
Posted Dec 19, 2008Here's the fix for the Bank Frame issue:
Baggins.lua lines 233-237
function Baggins:BankFrame_OnEvent(bankframe,event,...)
if not self:IsActive() or not self.db.profile.hidedefaultbank then
self.hooks.BankFrame_OnEvent(bankframe,event,...)
end
end
-
View User Profile
-
Send Message
Posted Dec 19, 2008Baggins.lua:
233 function Baggins:BankFrame_OnEvent(bankframe,event,...)
234 if not self:IsActive() or not self.db.profile.hidedefaultbank then
235 self.hooks.BankFrame_OnEvent(bankframe,event,...)
236 end
237 end
-
View User Profile
-
Send Message
Posted Dec 19, 2008-
View User Profile
-
Send Message
Posted Dec 29, 2008-
View User Profile
-
Send Message
Posted Dec 14, 2008Date: 2008-12-14 15:57:28
ID: 54
Error occured in: Global
Count: 1
Message:
..\AddOns\Baggins\Baggins.lua line 1974:
attempt to index global 'BagginsGoldIcon' (a nil value)
Debug:
(tail call): ?
(tail call):
?
Ace2\AceDB-2.0\AceDB-2.0.lua:25:
Ace2\AceDB-2.0\AceDB-2.0.lua:23
Ace2\AceDB-2.0\AceDB-2.0.lua:1863:
?()
...erface\AddOns\Ace2\AceConsole-2.0\AceConsole-2.0.lua:1897:
...erface\AddOns\Ace2\AceConsole-2.0\AceConsole-2.0.lua:1564
...erface\AddOns\Ace2\AceConsole-2.0\AceConsole-2.0.lua:2402:
?()
..\FrameXML\ChatFrame.lua:3191: ChatEdit_ParseText()
..\FrameXML\ChatFrame.lua:2911: ChatEdit_SendText()
..\FrameXML\ChatFrame.lua:2932: ChatEdit_OnEnterPressed()
I don't know what to do, I love this Mod!!!
Please help :)
-
View User Profile
-
Send Message
Posted Dec 9, 2008I have only had one problem, regarding the fact that I can't use the default bank layout. It's not a huge deal, really, but I figure it's worth noting.
-
View User Profile
-
Send Message
Posted Dec 8, 2008-
View User Profile
-
Send Message
Posted Dec 7, 2008-
View User Profile
-
Send Message
Posted Dec 6, 2008Thanks
-
View User Profile
-
Send Message
Posted Dec 5, 20081) Open baggins.lua
2) find the line "self:Hook("BankFrame_OnEvent", true)"
3) Comment it out by putting -- in front of it. The final line should look kinda like
-- self:Hook("BankFrame_OnEvent", true)
As for issues with filters, the great thing about this mod is it uses libperiodictable for alot of it's work.
1) Download the new version of that library
http://wow.curse.com/downloads/wow-addons/details/libperiodictable-3-1.aspx
2) Extract any of the folders in the archive named "LibPeriodicTable-31-..." into your "World of Warcraft\Interface\AddOns\Baggins\libs" folder
3) reload your ui or restart wow.