View Single Post
09-11-16, 01:03 AM   #13
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
It should be doable; just get the GUID for each nameplate's unit when it changes (NAMEPLATE_UNIT_ADDED event) and keep a table mapping GUID->nameplate, then in your COMBAT_LOG_EVENT_UNFILTERED handler, consult your map to figure out which nameplate (if any) to show the combat text for that event on.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote