View Single Post
06/28/18, 02:20 PM   #5
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
GetGuildMemberInfo is not an issue since it just returns the info that you already have locally on the client. I call that quite liberally in my addons and never had any issues.

What does create issues are functions that need to communicate with the server (e.g. editing notes, changing ranks, inviting members). Unfortunately there is no documentation or api available to tell us how many calls are allowed for each function and which functions share the same limit. For example group map pings seem to run on a different counter than guild functions.
  Reply With Quote