View Single Post
10-16-20, 09:49 PM   #8
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
Hi SDPhantom,

I have packed your code in an addon and I am using without error.

Some questions:

1) Is it supposed to run in retail too ? I play retail and I have no errors, but I was not in a raid yet

2) Does this line:
Lua Code:
  1. if IsInGroup() and not IsInGroup(LE_PARTY_CATEGORY_INSTANCE) then -- Check for party/raid, but not battleground

include also the dungeon 5 man and m+ and the addon is supposed to track deaths in these ?


3) Is it possible to print a summary of all deaths ?

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