TheFishyOne wrote:'ey Bit, great AddOn to replace Auctioneer! Just wanted to report a couple of bugs:
1. If you have multiple items with the same name in your inventory, and some of them are soulbound and the others aren't, Aux is unable to post the unbound item(s) unless you first remove the bound one(s) from your bags.
2. If you have a specialty bag, like a chanting, herb, or soul bag, and it is the first bag in your inventory to have a free slot, even if your regular bags have enough space, Aux will not be able to split stacks when posting auctions.
Cheers!
Thanks for the reports.
The first one should be fixed now. As for the second, for now I've simply changed it to completely ignore non-regular bags (with regard to empty slots. stacking of items in those bags will still work). The problem is, the API is very limited there and I'm not sure if it would be possible to find out which item goes into a specific bag without storing that information in a static database. There is no "isanherb" function or equivalent provided by the API for example as far as I know.