View Single Post
06-22-11, 07:39 AM   #1
MagicSN
A Murloc Raider
Join Date: Nov 2010
Posts: 8
Threat and Mirror Images

Hi!

I am looking for a really lightweight Threat addon in the style of "MyThreat" (which only shows a percentage and the name of the aggro holder, NOTHING ELSE! Especially no Bars or other UI Elements!)

The problem: MyThreat since the changes a while ago displays 0% when Mirror Images are active. Currently Omen is the only thing which handles this correctly (by using COMBAT_LOG_EVENT_UNFILTERED and estimate the threat coming in using the damage). Added to this MyThreat does not handle Hunter+Rogue skills to give threat to the tank correctly, neither the priest skill to reduce threat.

Anybody could do such an addon or expand the existing MyThreat code (which is sort of simplistic, so easy to edit) to the method as done in Omen? Or Alternatively do a handmodified version of Omen+MyThreat were they "talk to each other" (currently the variable containing the threat-table for Omen is local, so the data cannot be accessed by a different addon).

The reason I do not want to use Omen is it's yet another UI stuff present with bars and stuff. But currently there is no other solution but to use it.

Would be great if somebody had a solution!

MagicSN
  Reply With Quote