This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. set Watch to any Faction2. Earn Reputation for the set faction, through a daily quest3. Since you earn rep for your guild as well. ElfFaction tries to show the guild Reputation. For me it failes it only shows "Gilde: 0/3000"
What is the expected output? What do you see instead?Expected would be the guildname with actual standing "<Guildname>: 6587/12000"
What version of the product are you using?r8
Do you have an error log of what happened?-
Please provide any additional information below.Tracked it down to function GetWatchedFactionIndex()For Guild it returns an index of '1' but that is only the header saying "Gilde".
P.S. I am German and am using the German Client.
most likely a race condition where the text is shown before the guild name is available and thus the client returns "Guild" instead of the name. Will try a fix in the next version.
hmm nope. The current r11 does not fix this problem.
To post a comment, please login or register a new account.