You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The third line is supposed to not be executed in any case.
However, sometimes if the player selects a target at the beginning, executing this macro does clear the target, but the third line is also executed.
When I tested it, I selected an enemy target that was about 20 yards away and this was bound to happen. When I was about 60 yards away from the same target, or when I initially selected my player character as the target, this became never happen.
Replacing the third line with another command such as /cast also gets executed. But when replacing the first two lines with /clearfocus and /stopmacro [@focus,noexists], the third line never seems to be executed.
I play wow on the CN realm, so I'm sorry I can't submit an in-game report.
The text was updated successfully, but these errors were encountered:
gjfLeo
changed the title
[11.0.7] Macro /cleartarget doesn't work synchronously
[11.0.7] Macro command /cleartarget doesn't work synchronously
Jan 19, 2025
I use SoftInteract but not SoftTarget. (CVar SoftTargetEnemy == 1, SoftTargetInteract == 3)
I tried setting SoftTargetInteract to 1, but the problem persists.
BTW, I also found that if I put /run print(UnitGUID("target")) on the third line, it outputs nil. Replacing to softtarget/softenemy/softinteract does the same.
Here's a macro:
The third line is supposed to not be executed in any case.
However, sometimes if the player selects a target at the beginning, executing this macro does clear the target, but the third line is also executed.
When I tested it, I selected an enemy target that was about 20 yards away and this was bound to happen. When I was about 60 yards away from the same target, or when I initially selected my player character as the target, this became never happen.
Replacing the third line with another command such as
/cast
also gets executed. But when replacing the first two lines with/clearfocus
and/stopmacro [@focus,noexists]
, the third line never seems to be executed.I play wow on the CN realm, so I'm sorry I can't submit an in-game report.
The text was updated successfully, but these errors were encountered: