Faction Addict

Faction Addict Main Window

Description: Faction Addict is a stand-alone addon that provides additional faction information to your characters working towards faction based achievements. Intended for those players who work on gaining exalted with many factions but also helpful to those that do not. There are in game achievements for being exalted with 1, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, and 60 factions respectively.

Faction Addict also provides a reputation logging system that allows the player to see what reputation gains they have made in the current and previous sessions.

Use slash commands /fa or /factionaddict or click the new button on the upper right corner of your characters reputation panel to open and/or close the addon window.

Usage: (slash commands)

  • /fa
  • /factionaddict
  • *click button* on upper right corner of character's reputation page

Features:

  • Factions - Shows all factions - including those not "known" by your character.
  • Log - Reputation gain logging - shows reputation gains your characters has made in the current and previous sessions.
  • Faction info panel - click on a faction in the addon to see more specific info.
  • Exalted Count - Shows count of exalted factions and how many required for next achievement.
  • Display Ordering - Faction display can be ordered by % to exalted or faction name.
  • Display Filters - Faction display can be filtered by standing, expansion, alliance/horde only.
  • Auto-Change Reputation Bar - reputation bar will auto-change to faction that had last gain
  • Hide Inactive Factions - Faction display will hide any factions your mark as inactive in the default reputation ui. (Click 'Move to Inactive')

Official Homepage:

My Other Addons:

  • Tabard Addict - tracks how many tabards have been equipped for the various tabard achievements.
  • Below Average Items - puts visual indicators on low level items on character sheet.

Changelog:

  • Please see the 'Changes' tab for details on what changes in each revision.
  • Latest Release: v1.12 (2013-04-06)

You must login to post a comment. Don't have an account? Register to get one!

  • 6 comments
  • Avatar of gmz323 gmz323 Feb 18, 2013 at 13:43 UTC - 0 likes

    @marciobruno: Go

    Hi marciobruno. I don't believe this is specificially a Faction Addict issue. Similar issues come up in a lot in WoW Addon development discussions and this has to do with variable taint. The errors seem to get randomly attached to some addon in a tainted thread based on order of loading, number of addons, etc...

    At this time the best solution is to disable taint logging when you're not in testing mode. To disable the logging:

    /console taintLog 0
    /reloadui
    

    See more info at this web page on taint log: http://www.wowpedia.org/CVar_taintLog

    Thanks!

  • Avatar of marciobruno marciobruno Feb 18, 2013 at 12:29 UTC - 0 likes

    Thank you for the response, I only saw it today...

    Faction Addict sometimes causes .lua erros, so I have to reload the UI. I could not figure out what triggers the erros. Here are the reports, please let me know if I can gather better info when the error happens.

    Thank you!

    109x [ADDON_ACTION_BLOCKED] O AddOn "FactionAddict" tried to call protected function "WorldMapBlobFrame:Hide()". !BugGrabber-r188\BugGrabber.lua:587: in function <!BugGrabber\BugGrabber.lua:587> <in C code> FrameXML\WorldMapFrame.lua:1970: in function "WorldMapFrame_DisplayQuests" FrameXML\WorldMapFrame.lua:2037: in function "WorldMapFrame_UpdateMap" FrameXML\WorldMapFrame.lua:306: in function <FrameXML\WorldMapFrame.lua:292> <in C code> FrameXML\WorldMapFrame.lua:252: in function <FrameXML\WorldMapFrame.lua:233> <in C code> FrameXML\UIParent.lua:1750: in function "SetUIPanel" FrameXML\UIParent.lua:1555: in function "ShowUIPanel" FrameXML\UIParent.lua:1481: in function <FrameXML\UIParent.lua:1477> <in C code> FrameXML\UIParent.lua:2193: in function "ShowUIPanel" FrameXML\UIParent.lua:2177: in function "ToggleFrame" <string>:"TOGGLEWORLDMAP":1: in function <string>:"TOGGLEWORLDMAP":1

    Locals: nil

    2x [ADDON_ACTION_FORBIDDEN] O AddOn "FactionAddict" tried to call protected function "func()". !BugGrabber-r188\BugGrabber.lua:587: in function <!BugGrabber\BugGrabber.lua:587> <in C code> FrameXML\QueueStatusFrame.lua:404: in function "func" FrameXML\UIDropDownMenu.lua:710: in function "UIDropDownMenuButton_OnClick" <string>:"*:OnClick":1: in function <string>:"*:OnClick":1

    Locals: nil

  • Avatar of gmz323 gmz323 Feb 09, 2013 at 18:08 UTC - 0 likes

    @marciobruno: Go

    Hi marciobruno

    Yes there is an option to hide exalted standings - plus many of the other standing levels.

    On the first page of the addon - in the upper right corner click on the down arrow. It will show a standing filter that you can check off/on which standings to show. See this image for example of the options. Thanks!

  • Avatar of marciobruno marciobruno Feb 09, 2013 at 12:34 UTC - 0 likes

    Hi Greg,

    Is there an option to hide already-exalted factions? If there isn't, I'd like to suggest this option.

    Thank you!

  • Avatar of gmz323 gmz323 Feb 05, 2013 at 12:50 UTC - 0 likes

    @marciobruno: Go

    Thanks again marciobruno! Will add this to the next release.

  • Avatar of marciobruno marciobruno Feb 04, 2013 at 21:04 UTC - 0 likes

    Hi!

    Here is the pt-br.

    []s

    FactionAddictLocalization = {}
    
    -- Titles
    FactionAddictLocalization["ADDON_TITLE"] = "Faction Addict"
    
    -- tab labels at bottom of addon
    FactionAddictLocalization["TAB1_LABEL"] = "Facções"
    FactionAddictLocalization["TAB2_LABEL"] = "Registro"
    FactionAddictLocalization["TAB3_LABEL"] = "Configuração"
    FactionAddictLocalization["TAB4_LABEL"] = "Sobre"
    
    -- Error Messages
    FactionAddictLocalization["ERROR1"] = "Nenhuma facção para mostrar!\n\Cheque a configuração e filtro."
    
    -- Tooltips
    FactionAddictLocalization["LAUNCHER_TT"] = "Abrir/Fechar o Faction Addict"
    FactionAddictLocalization["CONFIG_TT_CF"] = "Mostrar as facções Clássicas."
    FactionAddictLocalization["CONFIG_TT_BC"] = "Mostrar as facções da Cruzada Ardente."
    FactionAddictLocalization["CONFIG_TT_WOTLK"] = "Mostrar as facções da Ira do Lich Rei."
    FactionAddictLocalization["CONFIG_TT_CATA"] = "Mostrar as facções do Cataclismo."
    FactionAddictLocalization["CONFIG_TT_MOP"] = "Mostras as facções das Névoas de Pandária."
    FactionAddictLocalization["CONFIG_TT_OrderPct"] = "Ordenar as facções por percentual para exaltado."
    FactionAddictLocalization["CONFIG_TT_OrderName"] = "Ordenar facções por nome."
    FactionAddictLocalization["CONFIG_TT_AO"] = "Mostrar somente facções da Aliança."
    FactionAddictLocalization["CONFIG_TT_HO"] = "Mostrar somente facções da Horda."
    FactionAddictLocalization["TAB1_TT"] = FactionAddictLocalization["TAB1_LABEL"]
    FactionAddictLocalization["TAB2_TT"] = FactionAddictLocalization["TAB2_LABEL"]
    FactionAddictLocalization["TAB3_TT"] = FactionAddictLocalization["TAB3_LABEL"]
    FactionAddictLocalization["TAB4_TT"] = FactionAddictLocalization["TAB4_LABEL"]
    FactionAddictLocalization["CONFIG_MENU_TT"] = "Filtro de Facção" -- ***  conferir contexto
    FactionAddictLocalization["ACHIEVEMENT_TT_TITLE"] = "Conquistas de Exaltado:"
    
    -- Tab1 - factions text
    FactionAddictLocalization["TAB1_DESC_TXT"] = "Clique em uma facção para mais informação."
    FactionAddictLocalization["KNOWN_TXT"] = "Conhecidas: "
    FactionAddictLocalization["SHOWN_TXT"] = "Mostradas: "
    FactionAddictLocalization["EXALTED_TXT"] = "Exaltadas: "
    FactionAddictLocalization["NEXT_ACHIEV_TXT"] = "Próxima Conquista: "
    
    -- Tab2 - log text
    FactionAddictLocalization["TAB2_DESC_TXT"] = "Registro de Reputação"
    FactionAddictLocalization["TAB2_LASTGAIN_TXT"] = "Último Ganho"
    FactionAddictLocalization["TAB2_NOGAIN_TXT"] = "Nenhum nessa Sessão"
    FactionAddictLocalization["TAB2_SESSIONTOTAL_TXT"] = "Total da Sessão: "
    
    -- Tab3 - config text
    FactionAddictLocalization["TAB3_DESC_TXT"] = "Configuração"
    FactionAddictLocalization["TAB3_DISPLAY_CONFIG_TXT"] = "Que fações mostrar?"
    FactionAddictLocalization["TAB3_DISPLAY_ORDER_TXT"] = "Ordenar facções por"
    FactionAddictLocalization["TAB3_DISPLAY_FILTER"] = "Filtro de Facção"
    FactionAddictLocalization["TAB3_CONFIG_CF"] = "Facções Clássicas"
    FactionAddictLocalization["TAB3_CONFIG_BC"] = "Facções da Cruzada Ardente"
    FactionAddictLocalization["TAB3_CONFIG_WOTLK"] = "Facções da Ira do Lich Rei"
    FactionAddictLocalization["TAB3_CONFIG_CATA"] = "Facções do Cataclismo"
    FactionAddictLocalization["TAB3_CONFIG_MOP"] = "Facções de Névoas de Pandária"
    FactionAddictLocalization["TAB3_CONFIG_ORDER_PCT"] = "% para Exaltado"
    FactionAddictLocalization["TAB3_CONFIG_ORDER_NAME"] = "Nome da Facção"
    FactionAddictLocalization["TAB3_CONFIG_ALLIANCE_ONLY"] = "Mostrar Somente Facções da Aliança"
    FactionAddictLocalization["TAB3_CONFIG_HORDE_ONLY"] = "Mostrar Somente Facções da Horda"
    
    -- Tab4 - about text
    FactionAddictLocalization["TAB4_DESC_TXT"] = "Sobre o Faction Addict"
    FactionAddictLocalization["VERSION_TXT"] = "versão: "
    FactionAddictLocalization["ABOUT_TXT"] = "Faction Addict é um addon que ajuda a ver e acompanhar de forma fácil informação relacionada às várias facções do jogo. Ótimo para quem busca ser exaltado por diferentes facções. |n|nUse os comandos de barra |cFFFF0000/fa|r or |cFFFF0000/factionaddict|r para abrir e/ou fechar a janela. O painel padrão de reputação também tem um botão na parte superior direita.|n|nBaixe atualizações e deixe comentários em: |cFFFFFF00wowinterface.com|r and |cFFFFFF00wow.curse.com|r|n|nAutor: |cFFFFFF00gmz323 (Greg)|r"
    
    -- Info Window
    FactionAddictLocalization["LAUNCH_WATCH_PANEL_TXT"] = "Abrir Painel de Observação"
    FactionAddictLocalization["FACTION_URL_TXT"] = "http://pt.wowhead.com/faction="
    FactionAddictLocalization["PCT_TO_EXALTED_TXT"] = "Percentual para Exaltado: "
    FactionAddictLocalization["CATEGORY_TXT"] = "Categoria: "
    
  • 6 comments

Facts

Date created
Jan 30, 2012
Category
Last update
Apr 06, 2013
Development stage
Release
Language
  • enUS
License
All Rights Reserved
Curse link
Faction Addict
Downloads
10,933
Recent files

Authors