View Single Post
03/16/17, 11:01 PM   #14
Noobanidus
 
Noobanidus's Avatar
AddOn Author - Click to view addons
Join Date: May 2015
Posts: 23
Originally Posted by tawniey View Post
I appreciate the comment, but manually maintaining and entering 2000 lines of data may be technically viable but is frankly ridiculous. By that logic, there are many current addons that are largely unnecessary because there is a current in game measure that you could use if you wanted to spend multiple hours weekly to do it. It is 100% beside the point and does not contribute to the conversation at hand.
Code:
SetGuildMemberNote(number guildId, number memberIndex, string note)
and

Code:
GetGuildMemberInfo(number guildId, number memberIndex)
Returns: string name, string note, number rankIndex, number playerStatus, number secsSinceLogoff
I'm sorry if you misunderstood my comment or didn't realise that it was possible for addons to modify member notes. Regardless, there's no need to be quite so rude about it.
  Reply With Quote