Action Target Macro

Action Targeting is playing up for me.

Is there an upto date macro that can switch this back on?

I found this one from 2022 but it just switches it off now

/run local k,v = “softTargetEnemy” v = C_CVar.GetCVar(k) C_CVar.SetCVar(k, 1 - v) print("Action Targeting " … (v == “1” and “Disabled” or “Enabled”))

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.