View Single Post
08/12/18, 09:35 AM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
That would make a lot of sense, especially since the EVENT_GROUP_MEMBER_LEFT already got the memberDisplayName added a while ago.

In the meantime you can use EVENT_UNIT_CREATED and ZO_Group_IsGroupUnitTag like they do in zo_grouplist_manager. Instead of filtering it in Lua you could also use an event filter REGISTER_FILTER_UNIT_TAG_PREFIX with value "group".