1. #1

    Altoholic & new faction reps.

    Hi,
    Does anyone know what the new faction reps are called, for adding them to the Altoholic Grid window?

    I've added the Kirin Tor and Shado-Pan Assault, but can't find the right wording for Shieldwall, Dominance, or Sunreavers:
    Code:
    			{ name = BF["Kirin Tor Offensive"], icon = "Achievement_Reputation_KirinTor" },
    			{ name = BF["Shado-Pan Assault"], icon = "achievement_faction_shadopan" },
    ^^works. The rest doesn't. i.e.
    Code:
    			{ name = BF["Dominance Offensive"], 
    			{ name = BF["Sunreavers Onslaught"], 
    			{ name = BF["Sunreaver Onslaught"], 
    			{ name = BF["Operation: Shieldwall"],
    Last edited by Tomazooma; 2013-03-25 at 09:26 PM. Reason: clarify

  2. #2
    I've never actually used Altoholic so I don't know what its grid window does, but it looks like you're just referencing the icons of some factions. To get the name of the icons you can simply click the icon on their wowhead pages and it'll pop up: click.

    Dominance Offensive: achievement_general_hordeslayer
    Kirin Tor Offensive: achievement_reputation_kirintor_offensive
    Operation: Shieldwall: achievement_general_allianceslayer
    Shado-Pan Assault: achievement_faction_shadopan
    Sunreaver Onslaught: achievement_faction_sunreaveronslaught

  3. #3
    Ahh yeah, looking closer, it's adding them to the list, but not updating the values. They must be somewhere else.
    One step at a time
    I'll keep looking. thx.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •