1. #1

    Requesting Some druid macros

    Requesting some macro's

    I need one i use to have which was useful in arena for a dk chain spaming chains of ice
    Basically what it does is keeps me in travel form but recasts it

    Second macro i need is a bear bash macro to transform me from caster/tree form to a bear then enrage then bash then if possible back to caster/tree form

    abd thirdly a macro where if natures swiftness is up to cast that then cyclone and if nature's swiftness is on cd it will still cast cyclone.

  2. #2

    Re: Requesting Some druid macros

    Bump

  3. #3

    Re: Requesting Some druid macros

    First Macro:
    Code:
    #showtooltip
    /stopmacro [stance:4]
    /use Travel Form
    Assuming Travel Form is your 4th Form
    EDIT: well this wont recast it if you already are in travel form, and there is no way (that i know of) that you can recast travel form without leaving it. If i am right, this might be the only way: removes and recasts it fast:

    Code:
    #showtooltip
    /cancelaura Travel Form
    /use Travel Form
    -----------------------
    Second Macro:
    That i know of, there isn't a way of remembering what your last form was.
    Also, since you try and cast 2 spells (Enrage and Bash) and both of them are ON the GCD, you will need to press the macro 2 times.
    Also, since you cast at least one spell ON the GCD, i believe you would have to press the macro again to exit the form.
    The nearest i can think of is:

    Code:
    #showtooltip Bash
    /stopmacro [stance:2]
    /use Dire Bear Form
    /use Enrage
    /use Bash
    /use Tree Form
    replace stance:2 with stance:3 if your cat form is 3rd form and not second
    replace "/use Tree Form" with "/cancelaura Dire Bear Form" if you want to go to caster form instead.

    -----------------------
    Third Macro:

    Code:
    #showtooltip Cyclone
    /use Nature's Swiftness
    /use Cyclone
    Hope this helps
    As always, apparently the one thing you can do in a duel that isn't cheating... is lose.

  4. #4

    Re: Requesting Some druid macros

    Yeah it'll help alot but there definatly is a travel form macro i once had it searched every where for it again tho thanks alot tho mate

  5. #5

    Re: Requesting Some druid macros

    Quote Originally Posted by Detec
    Yeah it'll help alot but there definatly is a travel form macro i once had it searched every where for it again tho thanks alot tho mate
    "once had" is very very very very VERY different from "still works."

  6. #6

    Re: Requesting Some druid macros

    Here are your macros.

    #showtooltip
    /cast [mod:shift]Tree of Life Form
    /castsequence [nomod,nostance:1]Dire Bear Form;[nomod]Enrage,Bash


    #showtooltip
    /cast !Travel Form


    #showtooltip Cyclone
    /cast Nature's Swiftness
    /cast Cyclone

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  7. #7

    Re: Requesting Some druid macros

    These are some of the druid resto macros I use:

    Battlerezz target:
    Code:
    #show Rebirth
    /stopcasting
    /stopmacro [nohelp][nodead]
    /cast Rebirth
    /s >>> Battlerezzing %t <<<
    /run SendChatMessage(">>> Incoming battlerezz, on your feet! <<<","WHISPER",nil,UnitName("target"))

    Revive target:
    Code:
    #show Revive
    /stopcasting
    /stopmacro [nohelp][nodead]
    /cast Revive
    /s >>> Reviving %t <<< 
    /run SendChatMessage(">>> Incoming revive <<<","WHISPER",nil,UnitName("target"))

    Cast the correct Faerie Fire, regardless of stance:
    Code:
    #show Faerie Fire
    /cast [nostance][stance:2/4/5] Faerie Fire; [stance:1/3] Faerie Fire (Feral)()

    Instant cast Healing Touch on target:
    Code:
    #show Nature's Swiftness
    /stopcasting
    /cast Nature's Swiftness
    /stopcasting 
    /cast Healing Touch

    Instant cast Healing Touch on me (HolyFuckButton):
    Code:
    #show Nature's Swiftness
    /stopcasting
    /cast Nature's Swiftness
    /stopcasting 
    /casts [target=player] Healing Touch

    Cast Innervate on me:
    Code:
    #show Innervate
    /cast [target=player] Innervate

    Cast Innervate on target:
    Code:
    #show Innervate
    /cast [target=target, help] Innervate
    /s >>> Casting Innervate on %t <<< 
    /run SendChatMessage(">>> You have been innervated! <<<","WHISPER",nil,UnitName("target"))

    Cast Tranquility and Barkskin:
    Code:
    #show Tranquility
    /stopcasting 
    /cast Barkskin
    /stopcasting 
    /cast Tranquility

    Use trinket in first trinket slot (great when you change between different trinkets):
    Code:
    #show
    /console Sound_EnableSFX 0
    /use 13
    /script UIErrorsFrame:Clear() 
    /console Sound_EnableSFX 1

    Always shift you to ToL (great for breaking things done to you).
    Code:
    #show Tree of Life
    /cast !Tree of Life(Shapeshift)
    Hope they come to some use.
    Follow me on Twitter: http://twitter.com/pazilon

  8. #8

    Re: Requesting Some druid macros

    Quote Originally Posted by Cactrot
    "once had" is very very very very VERY different from "still works."
    as in yesterday before i deleted my files???

  9. #9

    Re: Requesting Some druid macros

    Quote Originally Posted by lawomous
    Here are your macros.

    #showtooltip
    /cast [mod:shift]Tree of Life Form
    /castsequence [nomod,nostance:1]Dire Bear Form;[nomod]Enrage,Bash


    #showtooltip
    /cast !Travel Form


    #showtooltip Cyclone
    /cast Nature's Swiftness
    /cast Cyclone
    I owe you a cookie

Posting Permissions

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