Home > Article > Mobile Game Tutorial > 'World of Warcraft' macro command for thieves to frame the blame
Tricks for thieves to frame the blame and essential macro skills. As a level 75 thief, do you want to play a greater role in team battles, increase DPS, and assist teammates? Then, the blame-framing macro is a weapon you can't miss. In this article, PHP editor Strawberry will bring you a detailed guide to making macros for arranging faults, and deeply explore its magical use in actual combat. By studying this article, you will master efficient and practical macro creation skills to take your thief character to the next level.
This macro has been optimized.
#showtooltips Tips for framing the blame
/startattack
/cast [help] [target=focus, help] [target=targettarget, help] Tips for framing the blame
/script local u,t=UnitName,"focus";t=u(t);if not t then t=u("targettarget");end;if t then print(t);Sendchat
Message("The blame has been cast on you","whisper",nil,t);end
The logical priority of this macro is: target > focus > target's target (i.e. the current tank), and whisper that the other party has cast the blame.
In addition, please bind a XX skill with a high usage rate to cancel the buff that transfers hatred, such as:
#showtooltips Damage
/startattack
/cast damage
/cancelaura Tips for framing the blame
This is the end of this issue’s relevant content on macro commands for thieves’ tricks in World of Warcraft. Players who want to know other content of this game can choose to pay attention to the mobile game. There are many interesting games available for download on the website every day. Thank you all for your support. Support and attention, and finally I wish everyone a happy game!
The above is the detailed content of 'World of Warcraft' macro command for thieves to frame the blame. For more information, please follow other related articles on the PHP Chinese website!