Mouseover Focus

Hey,

I searched online on how I can focus an enemy target by mouse over or click either way is fine by me. However, none of what I found worked. Could someone please respond with a line of code that can allow me to do that.

Note: My macro focus an enemy target with the keybind (Tab) I would like to click or tab to focus my enemy target. I do not want to cast anything simply focus. I hope this is clear.

Thank you in advance.

1 Like

Friends or Enemies

/focus [@mouseover,exists,nodead] []

Just enemies

/focus [@mouseover,harm,nodead] [harm]

Just friends

/focus [@mouseover,help,nodead] [help]
32 Likes

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