One thing I noticed is when I zone the buttons with hunter auras lose the state of the aura: when a aura is on, the icon is different, it work ok until you zone somewhere (the icon is back to default although the aura is on).
Looks like LibPeriodicTable-3.1 didn't get the version numbering adjustment for the data files after the SVN move, so stuff like the LibPeriodicTable-3.1-Autobar as well as versions from the old svn can override the new stuff. Wouldn't be surprised if this was the cause of your problem.
It is, I had the same problem and solved it by intstalling libperiodictabe-3.1 from curse
If its bug fixes and not new features then feel free to commit them as long as they are well tested. The reason there hasn't been much active development for a while is that the mod does pretty much everything I personally use a bag mod for and I don't want to keep adding every feature that's suggested and bloat the mod too much. Things that I would appreciate help with especially are problems with missing Item Types etc.
I do have plans for a rewrite sometime, I've just not been able to find the time to get moving on it.
I've been using the mod on beta without issues, you may need to use the WotLK Ace2 branch with it to get it working but I haven't run into any major bugs yet.
Nice, so can someone please commit this changes so the leatherworking bags can be filtered nicely ?
Is it me or Leatherworking Bags aren't see as Specialty bags ? Can't make a container type rule and they don't show on fubar text.
EDIT : Can someone with SVN access upload the changes suggested by Lecan please ?
Quote from Lecan »
Don't know if this has been addressed yet but I did look for it and didn't find anything.
I'm a Leatherworker and have the new bags for all my leather, hides and stuff (even motes and primals) but baggins kept showing the empty slots as bag slots in my bank (I don't skin so only store the mats) so I made a quick change to the code and tested and it seems to work as it should only items in the leatherworking bags show up in that category (Leatherworking Bag) and the other category (Leatherworking Mats) shows the items if not in a LW bag when on my characters
Added to \Interface\AddOns\Baggins\libs\LibPeriodicTable-3.1-Misc\LibPeriodicTable-3.1-Misc.lua
Added to \Interface\AddOns\Baggins\Baggins-Filtering.lua in
function Baggins:IsSpecialBag(bag)
* marks the added lines
if SubType == ITEMSUBTYPE["Mining Bag"] then
return prefix.."m"
end
* if SubType == ITEMSUBTYPE["Leatherworking Bag"] then
* return prefix.."l"
* end
if SubType == ITEMSUBTYPE["Gem Bag"] then
return prefix.."g"
end
Changes to \Interface\AddOns\Baggins\Baggins-Filtering.lua
0
0
0
0
Hope you can understand what I mean :)
0
It is, I had the same problem and solved it by intstalling libperiodictabe-3.1 from curse
0
0
0
0
Still nobody to commit those changes ?
Please ?
0
Nice, so can someone please commit this changes so the leatherworking bags can be filtered nicely ?
0
0
0
EDIT : Can someone with SVN access upload the changes suggested by Lecan please ?
0
Edit : my bad, misconfigured wau
0