Addict
Well-known member
- Joined
- Aug 18, 2019
- RedCents
- 570¢
I am trying to implement logic so that when I pull on a monk, the tank aggros the closest target from XTarget and then waits 6 seconds for the CCs in the group to lock down targets. Once this 6 seconds is up the tank would then get aggro all those targets that are not mezzed. From reading the wiki it seems that the only way to know if a target is mezzed is through Target.Mezzed.ID, which means that I would need to loop through all the XTargets and /target each of them to know the mez status. This would of course make the tank auto attack if not turned off and if the tank is the main assist, then others would start attacking the potentially mezzed target.
Is looping through the XTarget list and making sure no attacking is done the best way to implement this? I could of course lock the group on the first targeted mob and then have the tank do his check and return to that mob.
Is looping through the XTarget list and making sure no attacking is done the best way to implement this? I could of course lock the group on the first targeted mob and then have the tank do his check and return to that mob.


