On-line solution to the macro problem of World of Warcraft priest

It seems that when there is no goal, the CD is not displayed. After you use it, it seems that clicking on the target will display the CD!

Here are some commonly used PVP macros:

Energy perfusion:

# Display energy perfusion

/Stop playing

/cast[ modified value: alt, target = player] energy perfusion

/cast [target= teammate's name] energy perfusion

/cast [help] energy infusion

Press alt+ to cast energy perfusion on yourself.

Otherwise, no matter who the current target is, energy perfusion will act on teammates who enter their names in advance.

The last line was added because I was too lazy to change the button when I was playing in the battlefield. When my teammates are away, I cast energy perfusion on the current target.

3V3 thief-law-animal husbandry combination is quite comfortable to use this macro, but it is not easy to use in other occasions ... click on someone and then add it.

Or it can be changed to this:

# Display energy perfusion

/Stop playing

/cast[ modified value: alt, target = player] energy perfusion

/cast[ modified by: shift, target= teammate A] Energy perfusion

/cast[ modifier: ctrl, target= teammate B] energy perfusion

/cast [target= teammate C] energy perfusion

/cast [help] energy infusion

Press alt+ for yourself, shift+ for teammate a, ctrl+ for teammate b, and directly for teammate C.

# Display energy perfusion

/Stop playing

/cast [target=player] energy perfusion

/Stop playing

/use 13

Perfusion+opening amulet

The amulet is placed above the ornament 13 and below 14.

Dispel:

/Stop playing

/cast group dispersion

The function of large dispersion macro is to prevent multiple mouse points from appearing at the same time, resulting in the disappearance of the dispersion range check box.

//cast [target=targettarget]] Dispel the magic.

Dispel the target's target

/cast[ modifier: alt, target = player] dispels magic.

/cast [help] to dispel magic; [Damage] Remove magic

I often see that alt+ is required to disperse myself, and directly press macro to disperse the target. Here it is.

In fact, this macro is completely unnecessary, just set alt+ auto-cast ... but since there are many people who want it, let it go.

Focus correlation:

# Show silence

/Stop playing

/cast [target=focus, exists] silence

Focus mute macro

# Xiuying Word: Extinction

/Stop playing

/cast [target=focus, exists] The language of shadow: destruction.

Extinction macro

Kill the sheep, break the trap and break the blind. ....

# Xiuying Word: Extinction

/Stop playing

/cast [target = focus, Exists, Harm, Nodead] Shadow Words: Extinction; [Injury, no head] Code word: extinction

More complex focus elimination macro

Destroy the current target when the focus is dead.

If you use the default action bar, in order to save the position of the action bar, you don't want to set the current target and focus as two key points, that's all:

# Xiuying Word: Extinction

/Stop playing

/cast[ modified by alt, Harm, Nodead] code word: extinction; [Goal = focus, existence, injury, nodding] Code word: extinction; [Injury, no head] Code word: extinction

Press alt to kill the current target.

Press the focus directly.

# Xiuying Word: Extinction

/Stop playing

/cast [target = mouseover, exists, harm, nod] shadow word: destruction; [Modifier: alt, harm, nodead] Shadow words: extinction; [Goal = focus, existence, injury, nodding] Code word: extinction; [Injury, no head] Code word: extinction

Add a more complex dark macro with the mouse pointing at the target.

Kill the mouse first and point to the target.

If not, put out the focus.

If the focus dies ... kill the current target.

Press alt+ at any time to kill the current target.

This increases the judgment of whether the target is suspended, which is used to prevent the current target from being destroyed when the focus target is suspended and the mouse points at the target, thus preventing unexpected control destruction events.