-
Posted by deltoide on Wed, 18 Jan 2012 19:21:33
which the code that checks the guild total activity of a player? I have this code, but it checks the weekly activity and not the total
for i=1,GetNumGuildMembers() GetGuildRosterContributionTotal(i) <= 250000
-
Posted by jnwhiteh on Thu, 19 Jan 2012 09:18:58
I don't know. If the default UI does it, you can look into the FrameXML to see how it does it.
-
Posted by Myrroddin on Tue, 07 Feb 2012 16:56:23
I think (but might be wrong) that the reason you are only getting returns by the week is because the game drops the oldest values on a floating 7 day scale, counting days you don't log in as days you contributed nothing.
In order to get data beyond the last 7 days, you would need to put it in the saved variables. I would still suggest some amount of days in the past to start dumping data or your SV will get huge.
-
Posted by fuskare01 on Fri, 10 Feb 2012 09:15:58
The second return value is the total amount of EXP that the player has contributed to the guild.