1. care to help me with a shamy macro

    "
    /cast Earthbind Totem
    /stopcasting
    /cast Spiritwalker's Grace
    /stopcasting
    /target Noobshamy
    /castsequence Healing Surge, Healing Surge, Healing Surge
    "
    how do i make this work.?

    =======
    and this
    "
    /cast Windfury Weapon
    /stopcasting
    /cast Flametongue Weapon
    "
    only windfury will buff, and both of my weapons. i want flame in my off-hand, and wind in my main hand.
    so how do i do this?

    =======

    oh, i more thing.
    does meta gem runspeed + boots enchant runspeed, stack?

  2. You can't put all those spells in one macro because of global cooldown

    my advice would be to have earthbind totem on a separate keybind, then use this macro for heals

    #showtooltip
    /castsequence [target=Focus,help][target=target,help][target=player] Spiritwalker's grace, healing surge, healing surge, healing surge

    keep in mind that the macro will select the target by the order of input. So first it'll check for focus target. If no focus exists, or if he's not friendly, it'll target your current target. If, again, doesn't exist or is unfriendly it'll target you.



    Second macro is easy.

    #showtooltip
    /castsequence reset=5 Windfury Weapon, Flametongue Weapon;
    /castsequence reset=5 16, 17


    As for the ench/meta question
    To be honest I dont know if they stack with each other, but I do know that
    none of them will give you extra speed as they dont stack with your Ancestral Swiftness talent.
    So dont get any of them and just go for agility/mastery

  3. You can't put all those spells in one macro because of global cooldown

    my advice would be to have earthbind totem on a separate keybind, then use this macro for heals

    #showtooltip
    /castsequence [target=Focus,help][target=target,help][target=player] Spiritwalker's grace, healing surge, healing surge, healing surge

    keep in mind that the macro will select the target by the order of input. So first it'll check for focus target. If no focus exists, or if he's not friendly, it'll target your current target. If, again, doesn't exist or is unfriendly it'll target you.



    Second macro is easy.

    #showtooltip
    /castsequence reset=5 Windfury Weapon, Flametongue Weapon;
    /castsequence reset=5 16, 17


    As for the ench/meta question
    To be honest I dont know if they stack with each other, but I do know that
    none of them will give you extra speed as they dont stack with your Ancestral Swiftness talent.
    So dont get any of them and just go for agility/mastery
    thank you for the macro, bro.
    btw, what does that "reset=5" mean in your macro?

  4. thank you for the macro, bro.
    btw, what does that "reset=5" mean in your macro?
    It means that the macro command resets 5 sec after the 1st click. So if you click it twice within 5 sec you'll have Windfury on MH and Flametongue on OH, but if you click, wait 5 sec and then click it again you'll have 2x Windfury.

  5. how about this, bro

    "
    /castsequence Feral Spirit, Spirit Walk, Twin Howl
    "

    how do i macro that? i followed the healing surge's macro that you made, it won't work for this feral spirit.

  6. Again, you are trying to put abilities together in one macro that should be on separate keybinds, but this is how i'd do it if i really had to


    #Showtooltip Feral Spirit
    /Cast [nopet] Feral Spirit
    /Cast [nomodifier:ctrl] Spiritwalk
    /Cast [modifier:ctrl] Twin Howl


    How the macro works:

    It summons the wolves if they are not out and if they are out it casts the command for Spirit Walk (the ability that frees you from roots and increases your movement speed by 60%). If you hold control while pressing it, it will cast their taunt.


    You can change the modifier key to shift or alt if it suits you better, just replace [modifier:ctrl] with [modifier:shift]/[modifier:alt]

    Please provide feedback as i didnt really test the macros, but i'm assuming they work fine ;)

  7. Again, you are trying to put abilities together in one macro that should be on separate keybinds, but this is how i'd do it if i really had to


    #Showtooltip Feral Spirit
    /Cast [nopet] Feral Spirit
    /Cast [nomodifier:ctrl] Spiritwalk
    /Cast [modifier:ctrl] Twin Howl


    How the macro works:

    It summons the wolves if they are not out and if they are out it casts the command for Spirit Walk (the ability that frees you from roots and increases your movement speed by 60%). If you hold control while pressing it, it will cast their taunt.


    You can change the modifier key to shift or alt if it suits you better, just replace [modifier:ctrl] with [modifier:shift]/[modifier:alt]

    Please provide feedback as i didnt really test the macros, but i'm assuming they work fine ;)
    but the point of 1 button macro would be gone if i have to press "other keys" like (shift, ctrl, alt)
    i wanted to put 3 skills in 1 key so that it would be easy for me to PvP.. besides, it's obviously a combo, summon wolf, use 2 wolf spells.

  8. but the point of 1 button macro would be gone if i have to press "other keys" like (shift, ctrl, alt)
    i wanted to put 3 skills in 1 key so that it would be easy for me to PvP.. besides, it's obviously a combo, summon wolf, use 2 wolf spells.
    gg wasting 2 abilities, 1st to remove cc, 2nd to give one.

  9. gg wasting 2 abilities, 1st to remove cc, 2nd to give one.
    okay then, what would you suggest for a better mobility in combat.?

    i intended to include the howl in my combo in case the opponent's pet has slow

  10. okay then, what would you suggest for a better mobility in combat.?

    i intended to include the howl in my combo in case the opponent's pet has slow

    Twin Howl is a TAUNT. It forces enemies to attack them.

    you cannot remove slows with it. you also cannot cc anyone with it in pvp

    Spirit Walk is the abilitie that allows you to remove slows and gives you a 60% speed boost, while making you immune to movement impairing effects for a short duration.

    Bash is the wolves stun.
    Bash is currently "bugged" as you cannot remove it from autocast, even with a macro

    I thought you wanted the macro for pve purposes, (off tanking for a short period, or taunting a mob that's attacking the healer)
    For PVP, Twin Howl is completely useless. I personally use it after scoring a kill just to hear the cool sound effect. But that's it.

    Anyway, i'll put a new macro that might adjust to your needs (w/o twin howl)

    #showtooltip
    /castsequence reset=31 Feral Spirit, Spirit Walk
    /petassist

    Press once and u'll pop wolves, press second time to spirit walk. Spam the macro and you'll get both almost instantly.
    the /petassist line is to make sure the wolves attack the same target that you are attacking, so you stun him and not a random target (wolves tend to attack a target that is attacking you, NOT the target that you are attacking)

    So if you need wolves but dont need the sprint or to break roots, just press it ONCE, when you need the sprint press it again. if u need both at the same time, just spam the macro.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •