This project is inactive and its default file will likely not work with the most recent version of World of Warcraft. The author may have abandoned it, or it may have outlived its usefulness.
GuildFu has been superseded by ElkGuild: WoWAce / Curse
Is there any way that this can be easily made into a Broker-based addon? There's nothing like this for any of the other bar mods... certainly not with this addon's very intuitive, yet minimal information. The MoTD, and toon info all in the same place has made this a constantly used mod with everyone I know. Allows us not just to see what toons are on, but *who* is on and what the guild is doing atm.
Guildfu and Dualspecfu seem to be having some sort of issue now.. Guildfu gives error when I click over it, then when it doesnt give the error it acts like dual spec without showing specs.
I love both Guild-Fu & Friend-Fu I hope you keep supporting them. There were a couple that you used to have that stopped getting support that I miss somewhat.
Its very easy to fix yourself thanks to Nuckin08's comment. Just open FuBar_GuildFu.lua in a text editor and update the one occurrence of GetDifficultyColor(data[2]) to GetQuestDifficultyColor(data[2]) on line 382.
Both GuildFu and FriendsFu work still fine for me. So unless I can get a real bug report (and "doesn't work" is NOT a bug report), there isn't much I can do for helping you.
Besides that, as soon as I finished tweaking around with QTip, which I'm currently doing with FactionFu's successor ElkFactions, I'll start work on ElkGuild and ElkFriends, bringing these from FuBar/Tablet to LDB/QTip.
well, for guild, there is a language independent return value for the class. For friends I have to rely on translations. But at least on my enGB client, the current version of FriendsFu works for DKs
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Change line 382 in FuBar_GuildFu.lua
levelcolor = GetDifficultyColor(data[2])
into
levelcolor = GetQuestDifficultyColor(data[2])
and guildfu will show up again
There is one entry. Just change it to GetQuestDifficultyColor
Save file and then /RL
Same functionality, different name. This bug applies to both FriendsFu and GuildFu
Its very easy to fix yourself thanks to Nuckin08's comment. Just open FuBar_GuildFu.lua in a text editor and update the one occurrence of GetDifficultyColor(data[2]) to GetQuestDifficultyColor(data[2]) on line 382.
Thank you for all the hard work you've put into this addon.. it's always been one of my favs.
Besides that, as soon as I finished tweaking around with QTip, which I'm currently doing with FactionFu's successor ElkFactions, I'll start work on ElkGuild and ElkFriends, bringing these from FuBar/Tablet to LDB/QTip.
only problem now is dk are coloured in white, but only at FriendsFu!