Home  >  Article  >  Computer Tutorials  >  How to write a macro for sliding and slashing the mouse

How to write a macro for sliding and slashing the mouse

王林
王林forward
2024-01-17 10:57:181168browse

How to write a macro for sliding and slashing the mouse

How to write the mouse macro for sliding slash

Input in the game: /macro, then click Add in the pop-up dialog box, and then write your statement in the content.

You can set the macro's icon as a keyboard shortcut, so that when you use the mouse to point to the target, press the shortcut key to quickly treat it.

1. Point the mouse at the macro, which means attacking/healing/interrupting/kissing/Hearthstone behaviors when you do not select a target or select other targets. For example, if the selected target is A, Suddenly a hostile target B appears. At this time, you can watch A cast a spell on you while pointing the mouse at B (the current target does not change, your target is still A). After you cast a control spell to control it, directly Casting a silence spell to silence A can achieve a double kill effect. In other words, the use of the mouse pointer macro command allows players to perform diversified character control and enemy monitoring.

In occupational therapy, the role of plug-ins is very important. Take the healing profession as an example. In a 25-person or even an earlier version of a 40-person raid, the positions, names, and status of personnel are often very confusing. Especially when encountering bosses with complex movements and numerous skills, without good plug-in support, the team's health loss rate and irregularity will become a nightmare for healers. Plug-ins can provide a clearer interface and more effective information display, helping therapists better understand the situation of team members and quickly make correct treatment decisions. Through the plug-in, the healer can more accurately determine who needs treatment and who needs to be treated first, thereby

Mouse-pointing macros play an important role in treatment and can help healers reduce some of their burdens. For example, when a monster releases a range of damage skills, the mouse pointer macro can help the healer identify teammates who are about to be injured in advance and apply protective measures such as shields. If there is no mouse pointer macro and only relying on the team name board to find teammates, the response will be too slow, causing a large number of teammates to be injured or even killed, and the entire team will also be affected. The consequences of this would be very dire. Therefore, mouse-pointed macros become an indispensable tool in the treatment process.

How to set macros in World of Warcraft

#showtooltip kill

/startattack

/console Sound_EnableSFX 0

/castsequence reset=0 0,0,0, suppress

/castsequence reset=0 0,0, fatal blow, 0

/cast behead

/console Sound_EnableSFX 1

One-click killing macro, the priority is to kill. If you can't kill, use fatal strike. If you can't use fatal strike, use suppression. However, since you only have 2 layers of lethal suppression when you charge up, and the CD of killing after these 2 layers of suppression is 1 second, you need to manually pass through a skill, Giant Strike or Slam. Set this macro to the mouse wheel. You can control your warriors' movements well and do crazy output.

Aid macro

#showtooltip Support

/targetfriend

/cast [help]aid

/targetlasttarget

The nearby units that support you include totems and battle flags. Support whatever is close to you. 5.4 Warriors do not need to defend themselves and can use ordinary reinforcements to remove the immobilization pull.

First, point the mouse to directly assist. If there is no target pointed by the mouse, the blue-lighting hand will not appear~

If you click on the taunt war flag, a small circle with the flag will appear. Hold down alt and click on this macro to place the taunt war flag. After playing, click the macro again and the support will go over.

Normally, the cd of the Zhizhi battle flag is displayed. Holding down alt displays the cd of the taunting battle flag.

This macro does not need to be changed when changing the talent level of Intervene (Aid and Protection) and Safeguard (Defense)

#showtooltip [mod:alt] Challenge flag; Defeat flag

/target Challenge Flag

/target Demoralizing Battle Flag

/cast [@mouseover, exists] aid; aid

/stopcasting

/targetlasttarget

/cast [mod:alt] Challenge flag; Defeat flag

World of Warcraft wow, you can put the macro mouse on the character or the avatar without clicking

Let me answer the original poster’s question:

【Pointing Macro is very good and powerful】, share my healing shaman macro:

Simple example:

/cast [@mouseover,help][help][@targettarget,help] Torrent

This macro means:

If the mouse is hovering over a friendly target, use Riptide on the mouse over the target;

If the mouse is not on the friendly side or there is no target, then use Riptide on the current target;

If the current target is hostile (this situation is relatively rare, because I also have a macro that uses shock on the target of the friendly target), then use Riptide on the target of the current target.

Of course, the above is just an idea, you can replace the torrent with any skill,

Basically you just need to move the mouse on the GRID or team frame avatar

Because the treatment does not require facing the target, there is no need to fill the screen with someone to click on the health bar to add blood. Hehehehe

If you have anything else to discuss, please continue

All the above are hand-written. If it is helpful to the original poster, please adopt it. Thank you

The above is the detailed content of How to write a macro for sliding and slashing the mouse. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:docexcel.net. If there is any infringement, please contact admin@php.cn delete