Download
(186Kb)
Download
Updated: 03-05-07 03:07 AM
Pictures
File Info
Updated:03-05-07 03:07 AM
Created:unknown
Downloads:19,091
Favorites:230
MD5:

FuBar - FactionsFu  Popular! (More than 5000 hits)

Version: 2.2.29573
by: Elkano [More]

If you want to support development, consider donating:
Click here to lend your support!

FuBar - FactionsFu is a plugin for FuBar-2.0 that shows your faction standings.

Usage:
- click a group name to colapse/expand
- click a faction to monitor it
- shift-click a faction to paste your standing to the chat editbox

The latest development version (including libs) can be found on WoWAce-SVN or as direct download at http://www.wowace.com/files/FuBar_FactionsFu/FuBar_FactionsFu.zip

Note on the version number: major.minor.revision

Changelog
2.2.29573 - 2006/03/05
- added options for coloring and such
- added tracking of reputation changes during session
- added auto-zone-faction feature

2.1.20023 - 2006/12/11 - libs r20049
- updated for WoW2.0
- can now show data for one faction directly on FuBar

2.0.8372 - 2006/08/18
- initial release

Optional Files (0)


Post A Reply Comment Options
Unread 03-06-07, 10:34 AM  
sonofgloin
A Deviate Faerie Dragon

Forum posts: 18
File comments: 19
Uploads: 0
can we get an option to allign each column to our own liking ?
Report comment to moderator  
Reply With Quote
Unread 03-05-07, 10:39 AM  
Tebasile
A Murloc Raider

Forum posts: 7
File comments: 12
Uploads: 0
Love this add-on!

Would it be possible to have the inactive factions default to minimized on log-in?
Report comment to moderator  
Reply With Quote
Unread 01-09-07, 06:10 AM  
Rexxen
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
The svn latest... r24031
Report comment to moderator  
Reply With Quote
Unread 01-09-07, 05:03 AM  
Elkano
A Flamescale Wyrmkin
 
Elkano's Avatar
AddOn Author - Click to view AddOns

Forum posts: 131
File comments: 167
Uploads: 6
which 'latest release'? the one on this page or the one on svn/wowace?
Report comment to moderator  
Reply With Quote
Unread 01-09-07, 03:22 AM  
Rexxen
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
fubar text

Sweet addon for rep farming, however i like to keep my (fu)bar clean, only icons, and in the latest release the option show(hide) text is removed.
Can this be added again plz ?
Report comment to moderator  
Reply With Quote
Unread 01-08-07, 11:48 AM  
Elkano
A Flamescale Wyrmkin
 
Elkano's Avatar
AddOn Author - Click to view AddOns

Forum posts: 131
File comments: 167
Uploads: 6
I changed the tracking code to sth that is working even better enjoy
Report comment to moderator  
Reply With Quote
Unread 01-02-07, 06:23 PM  
Cynge
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
First...awesome addon, I really like the ability to track a reputation within a given zone instead of having to constantly switch back and forth between factions as I go from place to place.

I did notice something while doing rep turnins during Alterac Valley, which grant primarily Ironforge faction...but also give faction for all Alliance reps. Anyway, the session gains don't track this gain since it says "Rep: Alliance +19" and there is no "Alliance" faction.

To workaround this...I added:

Code:
		if faction == "Alliance" then
			self.SessionChanges["Darnassus"] = (self.SessionChanges["Darnassus"] or 0) + change
			self.SessionChanges["Exodar"] = (self.SessionChanges["Exodar"] or 0) + change
			self.SessionChanges["Gnomeregan Exiles"] = (self.SessionChanges["Gnomeregan Exiles"] or 0) + change
			self.SessionChanges["Ironforge"] = (self.SessionChanges["Ironforge"] or 0) + change
			self.SessionChanges["Stormwind"] = (self.SessionChanges["Stormwind"] or 0) + change
		end
after the line that reads:

Code:
		self.SessionChanges[faction] = (self.SessionChanges[faction] or 0) + change
in FuBar_FactionsFu.lua

The sideffect is that while my Ironforge faction is maxed out...it still shows rep gains for Ironforge. I also don't know if this would work if you're Ironforge faction ISN'T maxed out...as I don't recall getting the "Rep: Alliance +19" message when I gained Ironforge rep...instead it just said "Rep: Ironforge +75" Also, if you want to track negative faction for that group (though you can't currently lose faction with your own faction) you could copy the same lines and change the + to a - and add them beneath the negative code below the section mentioned above. Also...obviously, I'm alliance....I'd imagine that if you change "Alliance" to "Horde" and change the respective Alliance factions to the Horde Equivalents...you've got a Horde workaround as well.

So...if anyone else is interested in tracking the whole Alliance gains, that's one workaround. I would like to see Elkano add the support into the addon by default, maybe in a better manner than I did (I don't really know LUA...I just figured out the code from looking at the AddOn ) I imagine that other groupings exist as well, such as Steemwheedle Cartel gains that affect the entire group...but as I haven't worked on those factions (or at least paid attention to the gains) I couldn't tell you for sure.

-Edit-
Another potential bug with the above (again, it works for what *I* want it to do) is that if your Ironforge (or whatever the horde main is) reputation isn't maxed out...your session would likely either skew your IF gains (IF +75 and Alliance +19...) or not count the Alliance gains. Not sure if it grabs data behind the scenes or just "what you see" in your log that shows rep gains...cause if I gain IF rep, I only see IF rep even if the others increase.

Long post...but wanted to share
Last edited by Cynge : 01-02-07 at 06:28 PM.
Report comment to moderator  
Reply With Quote
Unread 12-29-06, 02:44 PM  
Koalachan
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Behaviour error

I don't get an actual error message but each time I log in or reload interface; the place in Fubar where FactionFu is supposed to be looks blank. This is with both Show Icon and Show Text enabled. If I mouse over the blank spot I do get the overview. If I uncheck and check them again FactionFu starts showing up. Hope this helps.
Report comment to moderator  
Reply With Quote
Unread 12-24-06, 12:28 PM  
Elkano
A Flamescale Wyrmkin
 
Elkano's Avatar
AddOn Author - Click to view AddOns

Forum posts: 131
File comments: 167
Uploads: 6
done deal
Report comment to moderator  
Reply With Quote
Unread 12-23-06, 04:33 PM  
Arzach
A Murloc Raider

Forum posts: 5
File comments: 7
Uploads: 0
About what I was looking for... missing only one thing.

It would be possible to add total reputation gains from "start" of session ?

Something like Reputation Monitor (old standalone mod), with a +xxx from login. Useful when you're farming rep.

Cheers,

Arzach@Dragonblight-eu
Report comment to moderator  
Reply With Quote
Unread 12-23-06, 11:13 AM  
Elkano
A Flamescale Wyrmkin
 
Elkano's Avatar
AddOn Author - Click to view AddOns

Forum posts: 131
File comments: 167
Uploads: 6
ups, my fault. It didn't even look for this settings ^^'
Report comment to moderator  
Reply With Quote
Unread 12-23-06, 06:48 AM  
Haradeas
A Murloc Raider

Forum posts: 9
File comments: 10
Uploads: 0
Color => name => none

Doesnt work. It still displays the color of the war conditions
Report comment to moderator  
Reply With Quote
Unread 12-23-06, 05:28 AM  
Elkano
A Flamescale Wyrmkin
 
Elkano's Avatar
AddOn Author - Click to view AddOns

Forum posts: 131
File comments: 167
Uploads: 6
FactionItemsFu =|= FactionsFu ^^
Report comment to moderator  
Reply With Quote
Unread 12-22-06, 04:09 PM  
anteract
Premium Member
Premium Member

Forum posts: 38
File comments: 7
Uploads: 0
new error message

Just got a new version via WowAceUpdater

Now get this on restarting Wow client:

Error occured in: Global
Count: 1
Message: ..\AddOns\FuBar_FactionItemsFu\FactionItemsFu.lua line 601:
unexpected symbol near ','
Debug:
[C]: ?

Thought you would be thrilled to know this
Report comment to moderator  
Reply With Quote
Unread 12-22-06, 09:12 AM  
Elkano
A Flamescale Wyrmkin
 
Elkano's Avatar
AddOn Author - Click to view AddOns

Forum posts: 131
File comments: 167
Uploads: 6
ups ^^ c&p is evil :/
should be fixed in the next push. thx
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: