Recently, I have been working on a guide for each profession at level 80, which is almost finished. However, I find that every time I do a profession, there will be friends asking for one-click macros in the comment area. Are everyone so enthusiastic about one-click macros?
I'll just satisfy you today and start with the hunter.
The early stage of level 80 is the world of survival hunting, so survival hunting is done first. Since the macro command has a limit of 255 characters, a hunter at level 80 cannot handle it with one macro, so the linkage macro I made is a little bit complicated.
First, make a kill macro for Killing Shot, because survival hunting has added a new kill skill at level 80.
#showtooltips Killing Shot
/cast !Auto-shoot
/castsequence reset=14 killshot,autoshoot,autoshoot,autoshoot,autoshoot,autoshoot,autoshoot,autoshoot,autoshoot,autoshoot,autoshoot,autoshoot
/click MultiBarBottomLeftButton1
The above reset14 means how many seconds to repeat a killing shot. The skill CD of the killing shooting is every 15 seconds, minus the public CD of one second, so it is 14.
The last line, a long English word, means that when you click on this kill macro, it will also link the first key in the action bar in the lower left corner, which is the shortcut key Q I set. Note that this is a key knowledge point.
If you don't know how to change the key positions, just place them as I told you, otherwise the subsequent skills won't be available.
#showtooltips Explosive Shot
/cast [mod:alt] Explosive Shot
/cast !Auto-shoot
/use 13
/use 14
/castsequence reset=5 Explosive shooting, automatic shooting, automatic shooting, automatic shooting, automatic shooting, automatic shooting
/castsequence reset=10 Aim and shoot, auto-shoot, auto-shoot, auto-shoot, auto-shoot, auto-shoot, auto-shoot, auto-shoot, auto-shoot
/petattack
/cast kill command
/cast rapid fire
/click MultiBarBottomLeftButton2
The second macro is the traditional cramp macro. I put a lot of materials into this macro, including one-click burst, baby attack, and killing command. It is already full, 254 characters. One more character will exceed the limit. .
One thing to note is that after triggering the loaded gun, you need to manually add an alt shortcut key to quickly fire out the explosive shot. This is the only part of this macro that requires manual blocking.
The last line means that it is linked to the second field of the action bar in the lower left corner. The shortcut key here is set to E.
#showtooltip Viper Sting
/castsequence reset=20 viper sting,auto-shoot,auto-shoot,auto-shoot,auto-shoot,auto-shoot,auto-shoot,auto-shoot,auto-shoot,auto-shoot,auto-shoot,auto-shoot,auto-shoot,auto-shoot,auto-shoot ,auto-shooting,auto-shooting,auto-shooting,auto-shooting
/click MultiBarBottomLeftButton3
Pay attention to the number after reset. 20 means a 20-second cycle. The original duration of Viper Sting is 14 seconds, but with the addition of the glyph, it becomes 20 seconds.
One thing to note here is that the number after reset is the CD and effective time of the skill. Depending on the talent, the time may be different. You can change this number according to the time displayed in your skill bar.
The last line means that it is linked to the third field in the lower left corner, which is the position of the shortcut key R.
The fourth macro is Black Arrow's macro.
#showtooltips Black Arrow
/castsequence reset=25 Black Arrow,auto shooting,auto shooting,auto shooting,auto shooting,auto shooting,auto shooting,auto shooting,auto shooting,auto shooting,auto shooting,auto shooting,auto shooting,auto shooting,auto shooting, automatic fire, automatic fire, automatic fire, automatic fire, automatic fire, automatic fire, automatic fire
/cast Steady shot
Finally, I tied a Steady Shot, which means that when all the above skills are on CD, release several Steady Shots to maximize DPS.
Finally, let me talk about the usage of these four macros. Just put them according to the order of my keys. Start with a hunter's mark, and then press Q without any thought to twitch and explode the macro. Until the BOSS still has 20% health remaining and enter the kill After killing the line, press 1 to kill the macro to achieve 4 macro linkages.
The only thing that needs attention is that after triggering the loaded gun, press one more alt key + Q, and you can directly shoot out and explode.
OK, the method of use is so simple and pleasant. If you are injured in seconds, this macro is definitely not as good as using it by hand, because it will be smoother if you use it by hand, and you can also place explosive traps, which will cause higher damage. The one-click macro only supports shooting black arrows. I tested it. After comparison, it is about 10% lower than my hand typing.
If you want to hit the orange or above rating, you still need to practice more techniques.