View Single Post
10-17-20, 04:38 AM   #10
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
Ah ,

I have missed this

The second version relies on the user to manually add members to track as per request of the OP. Just like the previous version, it also removes these members when they leave.
So if I want to track all the deaths of the group I should use the version 1 ?

About question nr.2:

So, in retail, if I leave:
Lua Code:
  1. if IsInGroup() and not IsInGroup(LE_PARTY_CATEGORY_INSTANCE) then

It is disabled only in LFR, not in the group finder we usually use to make m+ (Dungeons & Raids --> Premade Groups --> Dungeons) .

About question nr.3:

The v1 automagically adds members as they join my party (group) and remove them as they leave.
The v2 need the members to be added manually with the / command.

Is possible print a summary of the table death for the member that are currently tracked (the ones in the group for v1 and the manually added for the v2 when they are in the group ? If one meber leave I lost him in the summary but I am fine to print the numbers of others party member

Thanks.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
  Reply With Quote