Aggro

Need help running MacroQuest2? Ask your questions about how to get things to work on your computer.

Moderator: MacroQuest Developers

roymckenzie
decaying skeleton
decaying skeleton
Posts: 2
Joined: Sat Oct 21, 2006 12:51 am
Location: missouri

Aggro

Post by roymckenzie » Thu Oct 20, 2016 12:08 pm

There is an Aggro meter so I assume there must be a something we can query.

What I am trying to do is for my casters it their personal Aggro goes above 70 pauses nuking until it drops below 70. It seems like this would be easy but I don't know what to query. I am thinking it would be something like target.pctAggro["me"]

I have searched and cannot find it, if it is there I apologist.

Help me Obi-Wan you are my only hope? :D

Tangeleno
a hill giant
a hill giant
Posts: 193
Joined: Fri Feb 20, 2004 6:00 pm

Re: Aggro

Post by Tangeleno » Thu Oct 20, 2016 2:33 pm

You have two options,

Code: Select all

${Me.PctAggro}
or

Code: Select all

${XTarget[#].PctAggro}
I'd have to look but I think Me.PctAggro returns your aggro on the current target.
XTarget[#] returns the pct aggro for the xtarget.

roymckenzie
decaying skeleton
decaying skeleton
Posts: 2
Joined: Sat Oct 21, 2006 12:51 am
Location: missouri

Re: Aggro

Post by roymckenzie » Wed Oct 26, 2016 12:03 pm

My friend this will be of great assistance. This will allow me to do more damage and take less damage I am thinking.









xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Aggro

Post by xyilla » Sat Jan 17, 2026 10:08 pm