Joke Collection Website - Bulletin headlines - Chinese explanations of various macro commands in World of Warcraft!
Chinese explanations of various macro commands in World of Warcraft!
1: Basic course
1. What is a macro command?
Anyone who has played EQ knows something about macros, such as telling teammates about your actions and goals when you are in a team. The simplest one, such as puller's usual: /v %t is coming, everyone concentrate on firepower. Mages often use: /v I want to hypnotize %t, so don't wake him up. These macros are distinctive, which is one of the great pleasures of EQ.
However, EQ was a game n years ago, and the macro is relatively simple, compared with it. WOW macros are much more complex and powerful. There are thousands of its functions, and if you master them all, you can realize many incredible functions.
A macro can complete a relatively complicated command. For example, issuing a command in a battle, if typing is certainly not troublesome, it is fatal in a battle, wasting time and life. A simple macro can complete all this with one key.
2. Macro command setting process:
First, enter, and then press /MACRO. See? A window will pop up with New (new macro command) and Complete (complete macro command) buttons. Click New, and a window will pop up. WOW, it's colorful, which includes almost all the skills icons of WOW. Choose any one you like! It is the icon of the macro command you set. Give it a name! It's easy to find when it's convenient for you. Then go back to the first window, there is an input menu on it (don't tell me I can't find it … it accounts for more than half of this window …), enter specific content in it, and then click Complete. The next thing you need to do is to drag this icon representing your macro command into the shortcut bar with the left mouse button, and use it as you want ...
3. Here is how to set the macro content. For simple settings, you can see the macro introduction in the "Basic" section of our website.
I believe many people know the slash "/"and emoticon commands in WOW. Macros can connect these commands in series according to their own conditions. For example, /Kneel is the action to make you kneel down and /say is the most basic dialogue action
Now we string them together with a macro:
The first line reads "/kneel"
The second line reads: "/say, if you don't marry me, then I will never get up ..."
Then your characters will kneel down first. Then I'll never get up ... "
Macros can apply all the slash"/"and emoticon commands defined in WOW. What's more, macros can even apply the magic and skills of characters.
Just apply the" /cast "command in the process of macro definition. Here are some commonly used commands:
/Assist This is a command to help attack. When your team is facing several enemies at the same time, just click on your teammates (usually the soldiers in the team) and then use this command, and your target will become the target selected by the soldiers. Everybody focus on fire and destroy one. Get up!
/Cast this is a command to use skills. When you enter the /Cast skill name (skill level) in the macro command or just hold down Shift and click the icon of the skill you want to enter with the mouse. For example, when you are a soldier and want to make a macro that uses battle roar, you can type /Cast Battle Shout(Rank 1) or directly hold down Shift and click the icon of Battle Shout. Of course, you can enter several skills in different lines of a macro, so when you use this macro, several skills will be released together, so you don't have to press several keys at the same time like an octopus.
The symbol% t may often appear in your macro commands. It is a code that represents the currently selected name. For example, you write this sentence in a macro. (note: put a space after it. ) "/g %t, it's a beautiful day today. Are you interested in picking mushrooms with me ..."
If you click a player named Benben, then when you press this macro, you will say, "Benben, it's a beautiful day today. Are you interested in picking mushrooms with me?"
/target This is an automatic target selection command. You can choose the target in the macro.
/in This is a delay command, and the time is in seconds. At the same time, it does not support attack commands. Format: /in 3 dance dancing after three seconds, for example, /in 3 dance means dancing after three seconds,
/say start!
/in3say3s later
/in6say6s later
2: Advanced tutorials
Some useful macros
1. Allows you to switch
/script setcvar ("GX window", 1-getcvar ("GX window")) between window and full screen;
/console gxRestart
2。 For a mage, you must have: change "X" to your current metamorphosis level (the same below); Replace the transfiguration skill with it. Using it when you are outside the team will get "you are not in the team." Information, but when you are in the team, other companions will learn about the deformation target you will release.
/p Sheeping > > > %t < < <
/cast Polymorph (Rank X)
3。 As a warlock, this is a macro used in the team: first, turn the target into the target that the troll or the tank is attacking, then order the pet to attack forward, followed by a weak curse.
/Name of the tow hand or tank in the assist team
/script PetAttack ();
/cast Curse of Weakness (Rank X)
4。 Switch weapons from backpack and bag
/scriptif (not cursorhasitem ()) then pickupcontainerizitem (,);
PickupInventoryItem( ); End
bag#-which bag is used (, 1, 2, 3, 4. is the backpack)
slot#-the position in the bag (from to the upper left)
equip#-16 is the main weapon, and 17 is the auxiliary weapon
5. The person you designate in this macro healing team will heal yourself if you are not in the team. Then it will automatically switch the target back to your last enemy. It also uses team chat to remind teammates who you will treat.
/script if (UnitName("target") ~=nil and UnitIsFriend("player", "target")) then
CastSpellByName("Heal(Rank X)") SendChatMessage("Incoming Heal to %T", "arty") else
TargetUnit("player") CastSpellByName("Heal(Rank X)") TargetLastEnemy(); end
6。 Speed up task display
/scriptquest _ description _ gradient _ CPS = 6
/scriptregisterforsave ("quest _ description _ gradient _ CPS")
/ script DEFAULT_CHAT_FRAME:AddMessage("quest text will scroll faster now");
7。 Eliminate the waiting time for accepting tasks
/script AcceptQuest()
8. This macro can automatically escort players to do tasks on the road.
/assist [player name]
/cast spell (rank x)
/target [player name]
/follow [player name]
9. Switch between main and auxiliary weapons. See Article 4
/script pickup inventoryitem (16) for details. PickupInventoryItem(17);
1。 Add bonus magic or healing to yourself when there is no target or the target is the enemy.
CastSpellByName("Spell Name(Rank X)");
if ((SpellIsTargeting()) and (not UnitIsFriend("player","target")))
then
SpellTargetUnit("player");
end;
TargetLastEnemy();
11。 Switch between two-handed weapons and one-handed+shield or two-handed waving weapons
/script pickupinventoryitem (17); if(CursorHasItem()) then PickupContainerItem
(4,2)ickupContainerItem(4,1)ickupInventoryItem(16); else PickupContainerItem
(4,1)ickupInventoryItem(16)ickupContainerItem(4,2)ickupInventoryItem(17); end
12。 Set "real mouse field of view"
/scriptcameraorselectormovestart (arg1);
enter again if you want to cancel.
13。 Switch the short-range skill bar and the long-range skill bar
/scriptcurrent _ actionbar _ page = 2;
/script ChangeActionBarPage();
/cast aspectofmon key (just use the left click)
/script CURRENT_ACTIONBAR_PAGE = 1;
/script ChangeActionBarPage();
/cast aspectofhawk (just use the left click)
14。 The priest adds blood to his teammates with one key, such as adding blood to the first teammate with the first key and adding blood to the second teammate with the second key, which eliminates the need to accurately
set the target with the mouse. And so on, From the first person to the last
give blood to teammate 1:
/script target unit (getPartymeber (1))
castspellbyname (Heal (rank x)) targetlastenemy ()
give blood to teammate 2:
/ Script target unit (getpartymember (2)) castspellbyname (heal (rank x)) targetlastenemy ()
Give blood to teammate 3:
/script target unit (getpartymember (3)) castspellbyname (heal (rank x)) targetlastenemy (). One-click solution to feed pets: this macro will take food from the first position in the leftmost bag to feed pets. If there is no food in the position
, it will automatically open the bag.
/script if (not PlayerFrame.inCombat) then if (not GetContainerItemLink(4, 1)) then
OpenBag(4); else CastSpellByName("Feed Pet"); PickupContainerItem(4, 1); end end
16。 Warlock macro
1) If the target life is greater than 2, release the life extraction spell, otherwise use soul extraction.
/script if (UnitHealth("target")> 2) then CastSpellByName("Drain Life(Rank X)") else
CastSpellByName("Drain Soul(Rank 2)") end;
2) weak curse version
/scriptif (unitmana ("target") > ) then CastSpellByName("Curse of Tongues(Ra
- Related articles
- Top Ten Silk Pajama Brands
- Sports slogans to boost morale
- What are Zhengzhou township law enforcement clothing factories?
- Summary of the work of the class secretary
- Library activity planning scheme
- February 17·Heilongjiang News and Fight against Pneumonia Express
- How to do a good job in disciplinary inspection, supervision and petition reporting under the new situation
- How to ask for reinforcements to defend in tribal conflicts? Be specific.
- 8 recommendations for the most beautiful self-driving tourist attractions around Quzhou. Where to go for a 1-3 day self-driving trip around Quzhou during the Mid-Autumn Festival.
- Ask for the class meeting speech with the theme of "being a civilized and polite middle school student" and the corresponding ppt.