Make tab target only target aggroed mobs?

No idea if this is a stupid question because I have no idea how to write macros, but can you make a macro that causes tab targeting to only target aggroed mobs?
Thanks

It’s a setting you can toggle.

/console TargetPriorityCombatLock 2

If you want it to not target things at all if you’re out of combat you’ll also need to disable

/console TargetPriorityCombatLockContextualRelaxation 0

However, if the issue is you’re playing a Hunter (obviously not the char you’re posting from) and you keep tab targeting and shooting things, then you’ll want to enable this

/console stopAutoAttackOnTargetChange 1
1 Like

Thanks SO much! I appreciate all those suggestions!!

EDIT:
Ok, so I typed some of that in, but am not sure it worked. I can still tab target neutral adds in Valdrakken, and can tab target through the AOE target dummies without them being in combat. Is there another way I can check somehow?
Thanks!

Grab AdvancedInterfaceOptions and check them in the CVar browser. It’s possible i typo’d something or there’s another CVar that also needs to be enabled.

Thanks! I appreciate you taking the time to answer!