What are the languages of Warcraft macros, and how to write World of Warcraft macros?

Updated on Game 2024-02-08
5 answers
  1. Anonymous users2024-02-05

    If several skills are bound at the same time, you have to be sure that these skills will not occupy the public CD, and that the skill placed in the first one is not a trigger skill, and Blizzard has changed the macro judgment many times to prevent brainless macro output. However, there are some exceptions.

    If you talk about thieves, it's relatively simple. For example, premeditated + sneak attack.

    showtooltip premeditated.

    cast premeditated.

    cast sneak attack.

    The first row means that the skill icon shows a premeditated skill description.

    Cast means casting skills, and there is a space between English and Chinese.

    Another example is backstabbing with auto-attack.

    showtooltip backstab.

    startattack

    Cast backstabs.

    There are also macros for the focus series, such as:

    showtooltip blinding.

    cast [target=focus] blinds the second game of the macro in parentheses, which means goal = focus, similar to:

    showtooltip kicks.

    cast [target=focus]Shadow Step cast [target=focus]kick means casting a shadow step on the focus point and then kicking.

    All of the above is because there was no public CD for a skill before, so it can be used to do it.

    The macro of the use of the item is use, and getting on the horse is also a skill, and you can use cast If you want to get on the horse, you can write it like this:

    showtooltip Land mounts.

    Cast land mounts.

    Cast Flying Mounts.

    Simple macros can be developed by themselves, and complex ones need to be found by masters, and these commonly used ones are very fun to study by themselves.

  2. Anonymous users2024-02-04

    Macro is a shortcut to set multiple commands, as long as you know what commands are allowed in WOW, you can study any macro by yourself.

  3. Anonymous users2024-02-03

    use skill (level).

    use skill (level).

    And so on.

  4. Anonymous users2024-02-02

    You can't write together if you don't have a public CD, you can't write if you have a public CD, you look at it.

  5. Anonymous users2024-02-01

    It turns out that the mage's magic gem macro and the warlock's spell stone macro both use this statement, the key is not in the red part of the word, the cat is in the "smoked tarbu lamb chops".

    The judgment statement of destroying an item according to the name of the item appears in two double quotation marks, and the second double quotation mark is blank, that is, all items are defaulted, so the default statement that only destroys smoked tarp chops becomes destroy smoked tarp chops + defaults to all items; And your macro must be wrong, or you can definitely delete things, because Blizzard hasn't fixed this bug yet.

    World of Warcraft Macro Description:

    Anyone who has played EQ knows a little macro knowledge, such as telling your teammates your actions when forming a team, telling your goals, etc. The simplest example is the one commonly used by the puller: v %t is coming, everyone concentrates their firepower.

    However, EQ is a game N years ago after all, and macros are relatively simple, compared to it. WOW's macros are much more complex and powerful. There are thousands of functions, and if you master them all, you can achieve many incredible functions.

    A macro can complete a relatively complex command, such as issuing an order in battle, if it is not a hassle to type, but it is very fatal in battle, wasting time and life, a simple macro can do all this with a single key.

Related questions