F fedehat New Member Joined Aug 22, 2010 Messages 312 Reaction score 20 Nov 13, 2010 #1 How do I read the threat percentage on a mob?
K Kickazz006 Well-Known Member Joined Jan 15, 2010 Messages 20,566 Reaction score 302 Nov 13, 2010 #2 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
Tony "The Bee" Joined Jan 15, 2010 Messages 128,830 Reaction score 571 Nov 13, 2010 #3 Kickazz006 said: 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 Click to expand... 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
Kickazz006 said: 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 Click to expand... 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
N Nab Member Joined May 31, 2010 Messages 381 Reaction score 2 Nov 13, 2010 #4 UnitThreatSituation("unit", "mob") - Returns the specified unit's threat status on a mob.
fpsware Community Developer Joined Jan 15, 2010 Messages 5,287 Reaction score 133 Nov 14, 2010 #5 fedehat said: How do I read the threat percentage on a mob? Click to expand... Me.CurrentTarget.ThreatInfo.ThreatValue There are a number of other properties in ThreadInfo, but that specific one should be enough for you.
fedehat said: How do I read the threat percentage on a mob? Click to expand... Me.CurrentTarget.ThreatInfo.ThreatValue There are a number of other properties in ThreadInfo, but that specific one should be enough for you.
K Kickazz006 Well-Known Member Joined Jan 15, 2010 Messages 20,566 Reaction score 302 Nov 14, 2010 #6 fpsware said: Me.CurrentTarget.ThreatInfo.ThreatValue There are a number of other properties in ThreadInfo, but that specific one should be enough for you. Click to expand... that was my next guess. xD
fpsware said: Me.CurrentTarget.ThreatInfo.ThreatValue There are a number of other properties in ThreadInfo, but that specific one should be enough for you. Click to expand... that was my next guess. xD