Download
(2Kb)
Download
Updated: 03-10-12 03:10 PM
Pictures
File Info
Updated:03-10-12 03:10 PM
Created:01-31-11 10:41 AM
Downloads:2,701
Favorites:12
MD5:
Categories:Discontinued and Outdated Mods, Discontinued and Outdated Mods

GuildRepCap [DISCONTINUED]

Version: 0.7
by: Nathanyel [More]

Current status: Discontinued, as 5.0 removed the weekly reputation cap.

Description:
While Patch 4.0.6 implemented an official and somewhat reliable way to track your progress towards the weekly guild reputation cap (and made a good chunk of this addon outdated) the way this data is presented might not satisfy you. GuildRepCap helps by:

  • adding information about your weekly guild reputation progress to the chat output, so you see your progress while questing, and don't have to double-check the Guild Frame.
  • mouseover of the reputation bar in the Guild Frame informs about the time until the next weekly reset
  • disabled (obsolete? ) feature: Before 4.2, reputation increasing buffs (including the guild tabards) also increased the weekly guild reputation cap. GuildRepCap adjusted the projection of the cap on the reputation bar in the Guild Frame. This feature is inactive until Blizzard (hopefully) enables the old behavior again.

Known problems:
  • Chat info might not work for non-English locales. If that is the case, please post the chat output you get for guild reputation increases in the comments so I can implement those.

0.7:
- 4.3 changed the EU guild rep cap to Wednesday, the weekly maintenance day

0.6c:
- well, the weekly cap is unaffected by bonus reputation since 4.2, and it seems it's here to stay *sigh* they make this addon more and more obsolete...
0.6a:
- The "WoW's 7th Anniversary" buff does not apply to guild reputation.
0.6:
- support for seasonal buffs, which affect guild reputation just like the guild perks and tabards
- a warning is printed in chat when you gain guild reputation with a guild tabard equipped, but the tabard buff is not active (Molten Front bug)

0.5:
- 4.2 change: base cap is now 4375

0.4:
- 4.1 changes: check if the player wears an Illustrious/Renowned Guild Tabard
- safety check whether Blizzard or another addon changed GetGuildFactionInfo()
- actual bug fix: does only assume Rank 2 of Mr Popularity for level 12+ guilds, not 8+ *hides*

0.3:
- turns out round() is not Lua baseline, my bad
- use a more un-ambigous savedvar since it's not local
- support for locales where the chat messages use GUILD instead of GUILD_REPUTATION (e.g. zhTW)

0.2: rewritten for 4.0.6

0.1a: removed debug message
0.1: initial release
Post A Reply Comment Options
Unread 03-04-12, 07:19 AM  
Nathanyel
A Deviate Faerie Dragon
 
Nathanyel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 213
Uploads: 17
Originally Posted by Talyrius
I honestly have no idea; I play on US realms.
Well but I do I'll check whether it still resets on Tuesday :P

Tuesday update: yes, guild rep cap was reset, I'll publish an update tomorrow evening, not that it affected a major feature of the addon anymore (do people even notice the changed guild frame tooltip?)
Last edited by Nathanyel : 03-06-12 at 03:58 PM.
Report comment to moderator  
Reply With Quote
Unread 03-04-12, 07:14 AM  
Talyrius
An Onyxian Warder
 
Talyrius's Avatar
AddOn Author - Click to view AddOns

Forum posts: 363
File comments: 259
Uploads: 3
I honestly have no idea; I play on US realms. I had saw your comment about determining the region of the client while searching for something on Google.

You could make a forum thread here asking if any EU players are familiar with when it resets. I'm sure someone will know.
Report comment to moderator  
Reply With Quote
Unread 03-03-12, 04:12 PM  
Nathanyel
A Deviate Faerie Dragon
 
Nathanyel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 213
Uploads: 17
Yeah I noticed that in the meantime, too I even have some code already in place, would only have to change a number.

I didn't really pay attention to guild rep in recent time, did they change the EU reset to Wednesday yet?
Last edited by Nathanyel : 03-03-12 at 04:19 PM.
Report comment to moderator  
Reply With Quote
Unread 03-03-12, 02:36 PM  
Talyrius
An Onyxian Warder
 
Talyrius's Avatar
AddOn Author - Click to view AddOns

Forum posts: 363
File comments: 259
Uploads: 3
I will of course update the addon in that event, possibly with the need to publish a separate EU version, as the region cannot be determined fully by addons, only guessed.
lua Code:
  1. local isEU = GetCVar("realmList"):find("^eu%.")
  2.  
  3. if isEU then
  4.     -- Europe
  5. else
  6.     -- United States
  7. end
Report comment to moderator  
Reply With Quote
Unread 02-10-11, 04:05 AM  
Nathanyel
A Deviate Faerie Dragon
 
Nathanyel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 213
Uploads: 17
Request to users on non-English clients: if GuildRepCap is not working for you, please post the chat output you get for guild reputation increases.

*edit* 4.1 might have changed some strings again, at least it did for the English locale.
Last edited by Nathanyel : 05-03-11 at 05:00 AM.
Report comment to moderator  
Reply With Quote
Unread 02-03-11, 06:02 PM  
Nathanyel
A Deviate Faerie Dragon
 
Nathanyel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 213
Uploads: 17
Originally posted by kirafishy
seems it doesn't work on non-English client, hope you can fix it
It "should" work on all locales, I'm using the internal constants reputation increase and "Guild Reputation" to find guild rep increases. Could you paste the message you get when you gain guild reputation? Did the addon throw any error, if you have enabled the display of those? What is your guild's name? Maybe some special character is causing problems.
Report comment to moderator  
Reply With Quote
Unread 02-03-11, 07:53 AM  
kirafishy
A Defias Bandit

Forum posts: 2
File comments: 6
Uploads: 0
seems it doesn't work on non-English client, hope you can fix it
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: