Originally Posted by LiNK2088
No thats not what im looking for. Those display ur total amount of threat towards ur target.
What I want is an addon which displays the amount of threat generated by each attack I do, preferably with output to MSBT or Parrot.
|
I think right now all combat log addons just show the threat you have at the moment. The information, what threat is generated by what action is not directly available. One could think of a history like [threat i have now] -[ threat i had before that action] = [threat of that action].
Before these built in threat requests were available, threat calculation was done by defining that action genereates what threat value and then sum it. But right now I think all the threat addon just make a request to the API "Give me the threat for Unit XY" and then displays it.
Edit: Just checked the API:
status = UnitThreatSituation("unit"[, "otherunit"])
isTanking, status, threatpct, rawthreatpct, threatvalue = UnitDetailedThreatSituation("unit", "mob")
These two are the only threat function available. Since my suggestion above means, that you check your threat very often, this would be inacurate as soon as there are more than one action between two threat request.
Better way would be soething like: checking the threat values in a controlled test and then assume, they are the same in a complex fight situation.
In all ways I can think: You are most likely will end up with no additional information that is really useful (and correct)