Check if I have aggro

dobey

Lifetime Member
Joined
Sep 27, 2007
Messages
133
Reaction score
12
Points
18
I cant seem to find this, and old search turned up:

Me.TargetofTarget but this didnt work (no such character Member)

I saw (${Melee.GotAggro}) but it said it was part of Mq2melee which I dont always use.

Basically I will use it to pop discs or aa's when my melee toons pull aggro or the tank dies, but I cant use just health because they are always at various Health %.
 
Heres a simple taunt line checking if you don't have agro. You should be able to convert it the other way around easily.

/if (${Target.AggroHolder.ID}!=${Me.ID} && ${Me.AbilityReady[taunt]}) /doability taunt

Hope that helps.