Baggins/Wishlist
From WowAce Wiki
Contents |
Auto open on AH
Please, add options, that will allow to disable automatic opening at auction house.
As example, i maked this diff (it's for version 46088)
713,720d712
< OpenAtAuction = {
< name = L["Automaically open at auction house"],
< type = "toggle",
< desc = L["Automaically open at auction house."],
< order = 175,
< get = function() return self.db.profile.openatauction end,
< set = function(value) self.db.profile.openatauction = value end,
< },
738d729
< openatauction = true,
1085c1076
< self:RegisterEvent('AUCTION_HOUSE_SHOW', "AuctionHouse")
---
> self:RegisterEvent('AUCTION_HOUSE_SHOW', "OpenAllBags")
4734,4739d4724
< function Baggins:AuctionHouse()
< if self.db.profile.openatauction then
< self:OpenAllBags()
< end
< end
<
Tagging items
It would be nice if there was an easy way to "tag" items with a keyword, e.g. Vendor or Auction. I could then set up a bag that lists all of the stuff I intend to sell, split into stuff to sell to a vendor and stuff to auction. I suspect this could be done with item ID's, but the UI is too clunky for everyday use. Just some food for thought :) --Throng 07:19, 2 September 2007 (EDT)
More stable profiles?
More stable profiles for different characters are needed. Often loads the profile of the previous character I was playing when I log into a different one, or just the default profile. Saving profiles is also very unstable... Accidentally click the wrong save name and *poof* the other one's deleted. Needs a 'are you sure you want to replace profile x?' confirmation or something.
Override bags
I would love to have the "override blizzard bags' option override all the bags and not just the backpack. This would make it that all I would have to do is click a bag to open baggins and not the default bag. As it currently stands, the only bag that is overridden by baggins is the 'backpack'.
thanks --Reiki Master 03:37, 17 December 2007 (EST)
Clicking any bag to open baggins
- I've just submitted a patch to provide a toggle on clicking any bag to open baggins. Hopefully it'll end up in the next release.
- --DianeOfTheMoon 21:32, 17 December 2007 (EST)
Selling whole stacks of items with one click
I would love to have the ability to sell a whole stack of items at once or even a certain amount at once. So if I am selling one item a normal click would do, and if I wanted to sell all then a CTRL-Click, or even if I want to sell five out of ten then SHIFT-Click. Something that is somewhat customizable, another feature would be to have the ability to do this with trade windows and such.
--KuraKai 23:30, 05 February 2008 (CST)
Guildbank baggins
Baggins view of the guild bank, able to sort across items in all the tabs. So we can easily see usable equipment, usable buffs, search, etc. Tooltip which tab it's on and how many withdrawals remaining maybe.
--Paradox 09:46, 21 March 2008 (GMT)
- Plus a filter for which guildbank tab it's on so you can filter per tab also, of course. --Mikk 13:15, 16 May 2008 (EDT)
More editing & importing
I have some remarks:
- When editing a rule, the rule text is not always updated : you need to select another rule and select back the edited rule to see it updated.
- It would be nice to be able to configure the number of column for bags and bank... Actually it uses the same configuration for both
- I'd like to be able to share rules configuration between characters, or at least to copy them as it is possible in the "Bags" section.
- Speaking of the "Bags" section (I use the "all in one bag" config), is it possible to change "import sections" in order to copy with more granularity (we only can import the whole bag sections)? Sometimes I only want one of them.
Thanks!
--Killergege 09:38, 2 May 2008 (EDT)
Leatherworking bags not working fully
Bit of a bugreport. Leatherworking bag is added in a few functions but some are missing.
Diff on Baggins-Filtering.lua for version 70610
816c816
< ["Container"] = {"Bag", "Enchanting Bag", "Engineering Bag", "Herb Bag", "Soul Bag", "Mining Bag", "Gem Bag" },
---
> ["Container"] = {"Bag", "Enchanting Bag", "Engineering Bag", "Herb Bag", "Soul Bag", "Mining Bag", "Gem Bag", "Leatherworking Bag" },
1556a1557,1559
> if SubType == ITEMSUBTYPE["Leatherworking Bag"] then
> return prefix.."l"
> end
--Hierbas 12:51, 13 May 2008 (EDT)
- This should be reworked to use the new ItemFamily APIs, really. Then it'll all just magically work, even with future bags. --Mikk 05:56, 16 May 2008 (EDT)

