I need the help of the old bird to be a warrior Hong!

Updated on Game 2024-02-09
17 answers
  1. Anonymous users2024-02-05

    The first casts a berserk stance (recommended shirft + left-click skill);

    script spellstopcasting();

    Cast Berserk Fury (recommended shirft + left-click skill);

    Note: Fury and Interception are both public CDs, and you can't do it with macros, so it's best to point it yourself (PS: It is not excluded that there are experts who make it).

    the second casts combat stance (recommended shirft + left-click skill);

    Cast Suppression (Level 4);

    Note: All the symbols involved in the macro should be written in English. I can't do the 3rd and 4th macros, but the third can be written separately according to the 2 macros given above, and it is basically impossible to judge the macro, but there are many thieves.

    It's a pity that as soon as the expansion came out, many macros and plugins were no longer available. Regrets.

  2. Anonymous users2024-02-04

    Any skill that involves a public CD cannot be used consecutively.

    So all the skills you have above need to be pressed multiple times. Especially the 4th, that's not what Macro can do.

    Even if you do a good job now, you, a warrior, will basically become an honor-giver. PVP has no routines, it all depends on reaction.

    It's not missing, it's BLZ that has been removed. It's just to prevent bot plug-ins.

    Macros can provide convenience, but these are purely operational problems, and there is really no need to make macros.

    If your HP is less than 40%, open a shield wall? Anyone who has been in MT knows that blood goes up and down, and 40% of it is very safe. Shield walls only open in very special cases, such as red dragons, keels, or when blue can't keep up. This macro, useless.

  3. Anonymous users2024-02-03

    I've encountered this problem before, and I've gotten used to it, and now it's cool to don't use macros to do these actions.

    As a warrior, a variety of skills are our strengths, skilled operations are our pride, if you turn your operations into routines, it will be no fun!

  4. Anonymous users2024-02-02

    ShowTooltips Fighting stance.

    stopcasting

    cast fighting stance.

    equipslot 16 ** name.

    ShowTooltips Berserk Stance.

    stopcasting

    Cast a furious stance.

    equipslot 16 ** name.

    showtooltips defensive stance.

    stopcasting

    cast defensive stance.

    equipslot 16 one-handed**.

    equipslot 17 shield name.

  5. Anonymous users2024-02-01

    What Taiwanese costume do you play? Did you see if the name of the skill was written incorrectly, in traditional Chinese?

    Otherwise, you have no problem with this macro statement, and you can completely achieve the effect you want.

    #showtooltip

    castrandom [equipped:shields] shield slam, revenge; revenge

    cast [equipped:shields] shield block

    You try this.

  6. Anonymous users2024-01-31

    Frustration here is to be spaced.

    The second is the upstairs word Taiwanese service, the skill name should be according to the Taiwanese uniform, and the traditional Chinese characters.

  7. Anonymous users2024-01-30

    I can determine that you are invincible, and the warrior pulls the monster to be macro, what else do you play World of Warcraft.

  8. Anonymous users2024-01-29

    /script c=castspellbyname;

    script if(getactioncooldown(63)==0) then c("Pressing");end

    script if(unithealth("target")<20) then c("Slash");end

    Cast Deadly Strike.

    script if(isactioninrange(63)==1)then c("Whirlwind Slash");end

    script if(unitmana("player")>39) then c("Heroic blows");end

    The first line defines the statement.

    The second line determines whether the suppressed cd is 0, if the cd is 0, it is suppressed, if it cannot be suppressed, this line is invalid.

    The third line determines whether it can be executed, and if it can, it can be executed.

    The fourth line unleashes a lethal blow, (why should I use Chinese?) In English, the macro icon will always be bright, and in Chinese, light and dark time will be the same as a lethal blow).

    In the fifth line, judge the distance of the enemy, and use the whirlwind if it is within 5 yards (pros and cons?). Measure it yourself)

    In the sixth line, anger greater than 39 put a heroic blow (this can be defined casually).

    The effect, can be suppressed and suppressed, and if it can't be suppressed, it can be executed, and if it can't be put to death, lethal CD, the enemy will use a whirlwind in the attack range.

    When there is a lot of rage, replace normal attacks with heroic strikes.

  9. Anonymous users2024-01-28

    Cast Suppression (Level 4);

    script if ( unithealth("target")<20 ) then castspellbyname("Slash (Level 5).")else if ( unithealth("target")>20 ) then castspellbyname("Lethal Strike (Level 4).")end end

    script if (unitmana("player")>80) then castspellbyname("Heroic blows");end

    This is good, and you can continue to use it in the future even if you have a lethal blow.

  10. Anonymous users2024-01-27

    The easiest one.

    Casts Charge (Level 3).

    Casts Tear at level 7

    Point shift+skill.

    Then wrap lines. That's it.

  11. Anonymous users2024-01-26

    1 All Recommendations: Make Two Macros 1

    cast defensive stance.

    equip [noequipped: one-handed hammer] name equip [noequipped: shield] name 2cast shield wall.

    Place the two macros on the same skill button for different stances, cast shield wall, and cast defensive stances on the skill bar of the defensive stance.

    Equip [noequipped: one-handed hammer] name Equip [noequipped: shield] name placed on the skill bar of the combat stance.

  12. Anonymous users2024-01-25

    1 Add %t to the shout

    When shouting, %t is the name of your current target.

    2 This is a team monitoring plugin that comes with a lot of integrations.

    3 I use a plug-in called isler is an integrated plug-in Very good You go to play more urgent cloud plug-in network search for it.

    If you want to be professional, you can use the Six Magic Bag, but I'm not used to it.

  13. Anonymous users2024-01-24

    1%t is the name of the target you choose when you speak.

    2 This is a little plug-in Six Magic Pack, I just remember that he has.

    3. I generally use big feet, which is convenient and concise, and does not occupy memory, and the basic copy team gadgets have a gorgeous interface, that is, the Six Magic Pack, and the interface is super gorgeous.

  14. Anonymous users2024-01-23

    1 The target is %t in the statement, e.g. I tied the stone to %t, %t is the target name.

    2 Available with any plugin.

    3 I use my big feet.

  15. Anonymous users2024-01-22

    Let's get a plugin, it's very convenient.

  16. Anonymous users2024-01-21

    Bad breath ... That's the attitude of asking for help...

    Castsequence strikes heroically, hits to death.

    Press it once for heroic, press it again for a fatal blow, press it again for a heroic blow, and press it again for a fatal blow...

  17. Anonymous users2024-01-20

    There is an introduction inside, you can go and observe it, I hope you can find what you want.

Related questions
18 answers2024-02-09

I play both, but Dota is also too trolly. After all, Dota is more competitive.,lol is more entertaining.,What you're used to.,Just like what.,There's really no reason to spray around if you haven't played two games in depth In all fairness,I think lol at least doesn't look like Dota can open or something.,That's what makes me feel more comfortable.。 There's nothing wrong with liking it.,You see so many people in lol now.,There's a reason for it.。 >>>More

39 answers2024-02-09

Choose to plead strongly with her parents, show your determination, sincerity, and confidence to her family.

23 answers2024-02-09

Hold on. I'm sticking with you. Have time to take him to meet your parents. >>>More

26 answers2024-02-09

It's just that the memory has been added, and it hasn't changed. >>>More

17 answers2024-02-09

Serious. Clean up the chicken, don't forget to remove the bitter gall, put it in a pot and bring it to a boil over high heat, turn to medium heat, and skim off the foam (new foam will grow while skimming, and it will take about ten minutes to skim it off). Put it in the pot. >>>More