Source: ShaDoW
Hi,
I am searching for something like a "multiple" threat meter .. I explain..
Whenever I pull a group of 3-4 mobs, as my partners DPS alot and barely focus my targets, I usually lose aggro, so I would like to have a threath meter just like omen .. but that would display threat active for every single mobs in the pull .. does it actually exist? |
Diamond Threat Meter presumably does this, using the pre-3.0 way (by keeping a database of ability -> threat mappings, rather than querying a unit's actual threat level). Unfortunately, the author seems to have stopped supporting it. It's a perfectly understandable decision, given the enormous work maintaining this addon must have been, but it also means that it likely can't be relied on for much longer.
The general problem with the 3.0 threat API is that you need a unit to query its threat levels. That means in general that somebody has to have it targeted or on focus, whereas a combatlog-based approach can also handle untargeted mobs (but is a lot more difficult to implement).