I the addon called SCTD or scrolling combat text Damage change this:
Code:
local COMBATLOG_FILTER_MINE = COMBATLOG_FILTER_MINE
to this:
Code:
local COMBATLOG_FILTER_MINE = bit.bor (
COMBATLOG_OBJECT_AFFILIATION_PARTY,
COMBATLOG_OBJECT_AFFILIATION_MINE,
COMBATLOG_OBJECT_REACTION_FRIENDLY,
COMBATLOG_OBJECT_CONTROL_PLAYER,
COMBATLOG_OBJECT_TYPE_PLAYER,
COMBATLOG_OBJECT_TYPE_OBJECT,
COMBATLOG_OBJECT_TYPE_PET,
);
It will show your party damage as well as party pets for those pet classes. This was found in about 2 secs using "party damage" as a search criteria. Be sure to use the search first, so the informative threads don't get mixed into the clutter of non-informative duplicate threads
Connect With Us