Thread Tools Display Modes
04/23/14, 04:10 PM   #1
invulnerable
Join Date: Apr 2014
Posts: 1
[REQUEST] Guild Member Last Logon add on

Bc of all the login/zoning/bugs people are obviously leaving the game. As a guild officer we'd like for there to be a way to see the last time someone logged on so that after X weeks of inactivity we can remove them.

Can someone please put together this add on or does it already exist?
  Reply With Quote
04/23/14, 07:25 PM   #2
Vuelhering
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 169
Unless that info is kept server-side, the best you can do is "last seen on XXX by YYY".

You could then maybe having it update a note on them, so that other officers running the addon could see/update it if it changes.

It will probably become obvious when the only character is the same level in the same location after a month. As long as they haven't hit VR10, it will become obvious enough.
  Reply With Quote
04/23/14, 08:09 PM   #3
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 369
Go in the guild roster list and hover over the offline/online symbol when they are offline. It will tell you when they last logged out. At least I'm pretty sure that's where I saw it appear when I moused over it the other day.
  Reply With Quote
04/23/14, 08:39 PM   #4
Stormknight
 
Stormknight's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 128
As far as scripting goes, there's a function that retrieves the info desired:
Lua Code:
  1. GetGuildMemberInfo(integer guildId, luaindex memberIndex)
  2.     Returns: string name, string note, luaindex rankIndex, integer playerStatus, integer secsSinceLogoff
  Reply With Quote
04/24/14, 06:58 PM   #5
Nameious
Join Date: Apr 2014
Posts: 29
Thurisaz Guild Info has this option.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » [REQUEST] Guild Member Last Logon add on


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