I would suggest just getting zBrokerDurability and SimpleRepair. Between them, these two addons cover most of the functionality of Fubar_DurabilityFu. For GarbageFu, the LDB mod DropTheCheapestThing duplicates most of the functionality.
Jaim, that's the problem with addons that do too much. You should be running an addon for auto-repair only, then you can change up your display any time you want. Same with GarbageFu, a simple grey seller is all you need, selling doesn't need to be in a junk dropper.
I had like 3 addons that can repair stuff for me (DurabilityFu, Auditor, Automaton, etc.), so I just switched to letting one of the others do it.
I think Auditor and/or Automaton can sell stuff too, but they aren't nearly as fancy as GarbageFu. I missed GarbageFu for a while but eventually got over it :p I know there are similar addons that are newer, but they didn't do everything I wanted so I didn't bother with them.
Tekkub: Yeah I've been becoming more and more a fan of addons that don't try to be everything-but-the-kitchen-sink because I've found that it lets me mix-and-match functionality to get the best addon for each job. I wish people would take that approach with mail-related addons because they all offer partially overlapping subsets of the mail-related functionality that I'd be interested in.
I wish people would take that approach with mail-related addons because they all offer partially overlapping subsets of the mail-related functionality that I'd be interested in.
Well, i *had* "a collection"... the only one that's still of any use is PriorityMail. ExpressMail got absorbed into the default UI. And PenisAttachment was mostly to use the name, I never published it for obvious reasons.
Quick question, skimmed back a few pages and didn't see anything so apologies if I missed the answer one more page back... Is there a way, option or hard-coded adjustment, to adjust the font size for converted Fubar plug-ins? Trying out F2B but while I'm quick to try new add-ons out, switching them annoys me (I have this tendency to get attached to quirky unique features) so I'll be sporting quite a few Fubar plug-ins for a while... Their tooltip font size is huuuuuge though, compared to native LDB ones.
Quick question, skimmed back a few pages and didn't see anything so apologies if I missed the answer one more page back... Is there a way, option or hard-coded adjustment, to adjust the font size for converted Fubar plug-ins? Trying out F2B but while I'm quick to try new add-ons out, switching them annoys me (I have this tendency to get attached to quirky unique features) so I'll be sporting quite a few Fubar plug-ins for a while... Their tooltip font size is huuuuuge though, compared to native LDB ones.
Blame Tablet for that. Some LDB displays provide options to set a font/scale size however, since tablet tooltips support it.
Sorry to interject. I'm interested in trying FuBar2Broker+Fortress as an alternative to FuBar, but I'm curious as to how F2B works. For example, is it necessary to leave FuBar installed (and if so, leave it enabled?), or does F2B provide a complete drop-in replacement for whatever API FuBar provides for FuBar addons?
If you plan on using FuBar addons without fubar, you will need to remove two lines of code in reach .toc file. Which is located in the root folder of the addon.
Wow kind of ironic too since I'm now the maintainer of F2B :)
If you look at F2B's project page on WowAce, there's actually a fake FuBar stub addon by Mikk that you can use to avoid having to edit TOC files.
The one thing that isn't covered (that I think Belazor mentioned in a ticket) is that some FuBar addons insist on being LOD *and* having FuBar itself load them. I'm not knowledgeable enough about addon coding to know how to go about making F2B load those.
I think Auditor and/or Automaton can sell stuff too, but they aren't nearly as fancy as GarbageFu. I missed GarbageFu for a while but eventually got over it :p I know there are similar addons that are newer, but they didn't do everything I wanted so I didn't bother with them.
Tekkub: Yeah I've been becoming more and more a fan of addons that don't try to be everything-but-the-kitchen-sink because I've found that it lets me mix-and-match functionality to get the best addon for each job. I wish people would take that approach with mail-related addons because they all offer partially overlapping subsets of the mail-related functionality that I'd be interested in.
I did :P
Blame Tablet for that. Some LDB displays provide options to set a font/scale size however, since tablet tooltips support it.
If you plan on using FuBar addons without fubar, you will need to remove two lines of code in reach .toc file. Which is located in the root folder of the addon.
example:
## Dependencies: FuBar
## LoadOnDemand: 1
This should allow you to load them. You can use any text editor to edit them.
If you look at F2B's project page on WowAce, there's actually a fake FuBar stub addon by Mikk that you can use to avoid having to edit TOC files.
The one thing that isn't covered (that I think Belazor mentioned in a ticket) is that some FuBar addons insist on being LOD *and* having FuBar itself load them. I'm not knowledgeable enough about addon coding to know how to go about making F2B load those.