What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

How to read threat level of a mob?

what exactly are you asking?

theres an addon called Omen which is a threat meter

theres also an in-game threat meter that will pop up above the mobs name with a ## % to show how much % agro u have
 
what exactly are you asking?

theres an addon called Omen which is a threat meter

theres also an in-game threat meter that will pop up above the mobs name with a ## % to show how much % agro u have
Kick let the devs answer that question
this is the dev's section

i know that you want to help
but it isnt possible to have an answer for all questions
thx
 
UnitThreatSituation("unit", "mob") - Returns the specified unit's threat status on a mob.
 
How do I read the threat percentage on a mob?

Me.CurrentTarget.ThreatInfo.ThreatValue

There are a number of other properties in ThreadInfo, but that specific one should be enough for you.
 
Back
Top