View Single Post
05-07-11, 05:33 AM   #3
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
It is a good idea, tracking the highest threat target the player has to then mark it with a skull, only problem to my knowledge is that there is no API that can return "all units involved in unit" to return full list of mobs in combat with player or a party member.

It will be difficult to get a overview of the situation -if a mob is not targeted by anyone then the addon will think it's not in combat (I guess an addon has to be based on target of target, party, raid units, e.g.)

Doable with some sort of logging I guess, but the mark wouldn't be possible to place unless someone have the mob on their target (could match that by GUID).
  Reply With Quote