↧
forums/development/700/1
If the Ui can do it, then there is a function that makes it possible to obtain that information. Please check the [full listing of functions][1], or check the code responsible for doing that in the...
View Articleforums/development/700/2
I have not found a function that returns this information, I am using the -- if rank >= 9 then local totalXP = select(2,GetGuildRosterContribution(i)) if level == 85 and totalXP >= 1000000 and...
View Articleforums/development/700/3
I changed the function and the code was as follows ... function PromoteFromGuild(reallyPromote) if reallyPromote and not CanGuildPromote() then return end for i = 1, GetNumGuildMembers() do local name,...
View Article