WoW added a keybinding called Target Scan Enemy (Hold) which works wonders in targeting the mobs in the center of the screen.
Đang xem: Wow macro target next enemy
Is there a command that would trigger the same functionality (i.e. one I could use in a macro)?

According to the forums someone has posted that
Target Scan Enemy can”t be used in a macro, unfortunately.The reason is this new binding does two actions: on key down it begins the “scan” and on key up it does the actual targeting.
A macro can”t participate in both the key down and key up event. When macros run they process each line and then leave in one pass. You may not know this but your client is actually locked up while it”s running the macro. It”s just so fast you can never notice it.
If they ever add a binding attribute to secure buttons, it would be possible to do an instant scan/target with this binding. But you can do that already with
/cleartarget/targetenemy
in a macro
/cleartarget resets the “next target” back to start and /targetenemy (should) pick a target in front of you.
Read more: How To Remove Helm In Wow – Hide Helmet Shadowlands : Wow
So, technically just put them 2 things in a macro and it should do the same thing!
Share
Improve this answer
Follow
edited Jun 15 “20 at 8:59

Community♦
1
answered Jul 31 “16 at 23:09

CJ1992CJ1992
47622 silver badges88 bronze badges
4
Add a comment |
Your Answer
Thanks for contributing an answer to Arqade!
Please be sure to answer the question. Provide details and share your research!
But avoid …
Asking for help, clarification, or responding to other answers.Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Draft saved
Draft discarded
Sign up or log in
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Submit
Post as a guest
Name
Email Required, but never shown
Post as a guest
Name
Email
Required, but never shown
Post Your Answer Discard
By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy
Not the answer you're looking for? Browse other questions tagged world-of-warcraft or ask your own question.
Screenshot of the Week

– Stanley finally got the memo to work from home, so now there's a new workforce at the office.” />
Read more: The Eye Of The Storm Wow Quest, The Eye Of The Storm
by Batophobia
Submit your photo Hall of fame
Featured on Meta
Related
10
How can I write a macro in WoW that depends on my spec?
10
How do I store target name in a variable in a macro?
3
Is it necessary to set the /stopcasting macro in WoW?
1
WoW macro for target?
5
Macro to interact with target?
2
WoW Macro for several SendChatMessage()
3
WoW macro – how to check where you are?
2
WoW Multiboxing, healer and dps macro not working
0
WoW: Help with a macro
Hot Network Questions more hot questions
Question feed
Subscribe to RSS
Question feed To subscribe to this RSS feed, copy and paste this URL into your RSS reader.

Arqade
Company
Stack Exchange Network
site design / logo © 2021 Stack Exchange Inc; user contributions licensed under cc by-sa. rev2021.3.3.38694