Thread Tools Display Modes
Prev Previous Post   Next Post Next
04/12/16, 04:43 AM   #1
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,579
[outdated] Guild Management

I'd like to have a function that tells me when a certain guild member joined a guild and who invited them.
Code:
integer joinTimeStamp, string invitedByDisplayName = GetGuildMemberJoinInfo(integer guildId, luaindex memberIndex)
The history only shows the last few month and it is a hassle to scan it if I want to know the join date of one specific member. I also don't know why the information who invited someone was removed from the history. A long time ago I asked the same question, but I didn't get an answer.

There are also some other things that would be useful, but probably take some work:
  • member blacklist - allows to ban a member from the guild and prevents reinvites until he is removed from the black list
  • guild bank limit - only allow members to withdraw x items per day and only y items from a stack
  • sales info - instead of making us scan the history, just give us a function that returns the overall sales, item count and taxes for a member between two points in time.
  • officer notes - sometimes it would be nice if we could write something in the notes that members cannot see
  • member activity stats - not sure how exactly this would work, but maybe count how often they interact with other guild members (group, chat, trade) and rate it somehow, or just provide raw data and leave it to the guild what to make of it
  • inactive members - allow any number of members to be put on an inactive list where they retain their notes and other information, but cannot interact with the guild and don't count towards the member limit until they are reactivated
 
 

ESOUI » Developer Discussions » Wish List » [outdated] Guild Management


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off