Help

Titan [Reputation] (+Glamour)

Titan Panel Login to Add Favorites
  • 2 Likes
  • World of Warcraft
  • 212,183 Downloads
  • Supports: 4.3
  • 112 Average Daily Downloads
  • Comments
  • Created 2/12/2007 10:52:41 AM
  • Updated 11/30/2011 6:39:53 PM
  • 534 Favorites
  • Project Site
  • License: Public Domain
  • Release Type: Release
  • Newest File: Release 3.7.6
or
Support development! **
Donate

About Titan [Reputation] (+Glamour)

Titan [Reputation]

Titan Reputation is a reputation plugin for Titan Panel. It allows you to more easily monitor and track your faction standings with any faction you may be farming reputation with. Titan Reputation provides the following features.

  • Displays the faction data of a given faction in a customizable button directly on Titan Panel.
  • Toggle auto-change display of most recent changed faction.
  • Toggle the Blizzard Character Reputation Page.
  • Quickly verify standings with factions using the customizable tooltip to display the factions you care about by simply mousing over the button.
  • Toggle session data summary which displays the total gained reputation since your last login/reload as well as a Reputation per hour breakdown.
  • Announce your faction standing changes in a local raid warning.
  • Mik's Scrolling Battle Text support for faction standing change announcement.
  • Color Coding based on faction standings, built in color scheme, armory color scheme, or a generic basic colors solution.
  • Achievement style announcements upon a faction standing change. This makes those reputation grinds a bit more eventful and can be toggled on/off for those minimalists out there.
  • Added in support for Glamour
Titan Panel Button Customization Options:
  • Show/Hide Faction Name
  • Show/Hide Standing Name
  • Full/Abbreviated Standing Name
  • Current/Max Progress of the current standing level.
  • Percentage calculation of progress.
Separate Titan Panel Button Tool Tip Customization Options:
  • Show/Hide Standing Name
  • Full/Abbreviated Standing Name
  • Current/Max Progress of the current standing level.
  • Percentage calculation of progress.
  • Show/Hide Factions from the tooltip by standing level.
  • Show/Hide Factions from the tooltip by groups.
  • Show/Hide Faction Statistics.
  • Show/Hide Session Summary Data (RepPerHour).
Additional Feature
  • Blizzard Inactive Faction Support - If you wish to omit a faction from the tooltip entirely. Simply visit the Blizzard Reputation Pane and set the faction to be "Move to Inactive". The tooltip's behavior will not process any faction with this flag enabled. Note: When using the Blizzard Reputation Pane you should be aware that collapses groups in this pane, effects the ability of the plugin to gather data from the factions in the collapsed group.

Special Thanks

Lastly, the majority of the work on this addon is Aquator's. He was kind enough to get the ball rolling on this addon and I picked it up when he was no longer able to. I will continue to keep this addon running as long as I am capable. I'd like to thank him for all his work.

Bug Reports and Feature Requests

Please use the curseforge ticketing systems to submit bug reports and feature requests.

------------------------------------------------------------------------
r40 | papsol | 2011-12-01 00:39:51 +0000 (Thu, 01 Dec 2011) | 1 line
Changed paths:
   A /tags/Release 3.7.6 (from /trunk:39)

Tagging as Release 3.7.6
------------------------------------------------------------------------
r39 | papsol | 2011-12-01 00:39:19 +0000 (Thu, 01 Dec 2011) | 3 lines
Changed paths:
   M /trunk/TitanReputation.lua
   M /trunk/TitanReputation.toc

v3.7.6

Added: Reset Session Data feature
------------------------------------------------------------------------
r37 | papsol | 2011-11-30 23:43:22 +0000 (Wed, 30 Nov 2011) | 3 lines
Changed paths:
   M /trunk/TitanReputation.lua
   M /trunk/TitanReputation.toc

v3.7.5

Fixed bug with tooltip not being written under newest Titan Panel.
------------------------------------------------------------------------
r35 | papsol | 2011-11-30 21:06:32 +0000 (Wed, 30 Nov 2011) | 3 lines
Changed paths:
   M /trunk/TitanReputation.toc

v3.7.4

TOC update
------------------------------------------------------------------------

Comments

First Previous Page 1 of 6 Next Last
  • #98

    The point is that the plate with the reputation of the guild is constantly pops up at delivery the quest, or when you open the add-on, etc. ... Because that I have with the English language is so bad that I made the video was more understandable. 

    http://www.youtube.com/watch?v=PXRcq0FUe7Y

    P.S. client is russian 

    P.P.S. Wrote it all using a translator Laughing 

    Last edited by Chrisands on 2/9/2012 9:23:05 AM
  • #96

    Uninstalling this addon removed my Titan panel. Reinstalled Titan, but it's now broken.

  • #97

    Titan panel got some problems for some players it seems.

    Grab an older version (4.2 maybe) and just load out of date addons and its back.

  • #95

    If you could add an option to reset the session summary (Similar to the Titan Gold Info addon) that would be super handy. I'm not always right at the place I'm farming when I log in, and flying out to a location tends to skew the numbers unless I want to reload my entire UI.

  • #92
    I would love to see a way where I could track multiple reputations at a time, instead of just one. Im working on Undercity, Sha'tari Skyguard, and Netherwing, so it gets annoying switching back and forth. Im glad I can still use the Blizzard Rep bar though.
    Im gonna try just downloading it again, maybe renaming the very end, and hoping it works. If not, maybe a Titan [Reputation] (+Glamour) 2 could be released?

    Thanks for the add-on!
  • #94
    A simple rename of the files wouldn't do the trick. It would require some significant renaming inside the files as well. If there is a general demand for this, I might be able to come up with something. (would definitely need to disable the autoshow, and all forms of the alerts on the additional copies or you would see some odd behavior).
  • #91
    Papsol ... really is there no way to set a scaling feature on this ?
  • #93
    I assume you're referring to the text size in the tooltip. The addon uses the generic Blizzard tooltip which has little functionality. In its current implementation, this is not a likely feature I will implement. It would require switching to an embedded tooltip library, like qtip or writing my own tooltip-like function. Both of which are more time consuming than I able to commit to the project at the moment. Maybe some day, way down the road, I'll visit the idea as I'm not opposed to having a better formatted, more versatile tooltip.
  • #89
    hey there,
    on the german client the line 613 doesn't work.
    "(name == "Guild")" causing the issue Will240sx described, but for the german client.
    It would be nice if you could introduce something like a localisation feature.
    For the german client it must be something like this:
    if(not (name == "Gilde") and TITANREP_TABLE[name]) then
    this works for me.
  • #90
    The real fix will be a reworking of my code with localizations in mind. I'm not entirely up to that yet. The guild line you are referring to is indeed to most obvious problem caused when running the addon on a non-english client. There are a few more places in the code that rely on english words for proper function. I am not at this time actively localizing my code. However, in the distant future, I may visit this and ask for translators to contribute to the project. I do not have the time to invest in it at the moment.
  • #87
    I've seen a few mentions of separating this addon from Glamour, or at least making it so Glamour is not a requirement (as it used to be), and I'm wondering if there's an update. I really really love this addon, and I mean no offense, but I quite dislike Glamour. It works properly, and other than the spamming everyone else experienced a few weeks ago, I've never had problems with it, I just don't like banners and such flashing up on my screen.
  • #88
    Glamour should be an optional component of the addon now. It was a few revisions back that removed the hard coded requirements. That aside, there are options in the right click menu that let you disable the glamour alerts. I will double check today to make sure reputation and glamour can be independently enabled/disabled.
  • #82
    Hmmm now that there's a fix I'm not getting those alerts but another lot to do with the glamour bit - guild standing changed to revered and guild standing changed to neutral (both at the same time and whenever I change area or get any rep) and the titan bar is now showing my guild rep as neutral 0/3000 even though I'm revered. The dropdown list shows it properly, but I can't set it to guild as it's not on the list where you can change what shows on the bar - it's there when you mouse over though.
    Not sure if this makes sense - it's late.
  • #83
    I'll try to duplicate. Thanks for the report.
  • #86
    All seems OK now, many thanks
  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »