1. #1
    The Patient Hoopajoo's Avatar
    10+ Year Old Account
    Join Date
    Jan 2011
    Location
    The Boonies!
    Posts
    305

    Druid Shifting Macro

    I'm bad at macros and trying to work on this one at the moment.

    This one lets me shift to cat form with one click, prowl with the next, and if I hit it again I come out of stealth. I'm wondering if it's posible to come out of cat form completely if I hold down ctrl or another designated key.

    #showtooltip !Cat Form
    /cast [stance:3]Prowl;!Cat Form

  2. #2
    add a second line:

    /cancelaura [mod:ctrl, stance:3] Cat Form

    That should work, though I'm not too well versed with stance macros, as a hunter.

  3. #3
    The Patient Hoopajoo's Avatar
    10+ Year Old Account
    Join Date
    Jan 2011
    Location
    The Boonies!
    Posts
    305
    Quote Originally Posted by eschatological View Post
    add a second line:

    /cancelaura [mod:ctrl, stance:3] Cat Form

    That should work, though I'm not too well versed with stance macros, as a hunter.
    Yep that did the trick! Thanks a lot for the help, that'll make things a little easier now lol

    Now say I wanted to go from cat form right to bear form?

    What would I add to it after this? I know bear form is stance 1 but that's about it

    "#showtooltip !Cat Form
    /cast [stance:3]Prowl;!Cat Form
    /cancelaura [mod:ctrl, stance:3] Cat Form"
    Last edited by Hoopajoo; 2013-04-21 at 01:33 AM.

  4. #4
    Deleted
    Code:
    #showtooltip [stance:3,mod:ctrl]!Bear Form; !Cat Form
    /cast [stance:3,mod:ctrl]!Bear Form; [stance:3]Prowl; !Cat Form
    Something like this?

  5. #5
    Quote Originally Posted by Hoopajoo View Post
    Yep that did the trick! Thanks a lot for the help, that'll make things a little easier now lol

    Now say I wanted to go from cat form right to bear form?

    What would I add to it after this? I know bear form is stance 1 but that's about it

    "#showtooltip !Cat Form
    /cast [stance:3]Prowl;!Cat Form
    /cancelaura [mod:ctrl, stance:3] Cat Form"
    You want to go to bear form INSTEAD of dropping cat?

    Just change the second line to:
    /cast [mod:ctrl, stance:3] Bear Form

    If you want it to default to shifting to Bear, and only drop cat form when you press CTRL, you'd have to have some differentiation between when you'd want to go into Prowl or when you wanted to go into Bear.

  6. #6
    Going from kitty to bear should be
    #showtooltip
    /run if InCombatLockdown() then SetCVar("autounshift",1) end
    /cast [stance:3]Bear Form
    /console autounshift 0
    Last edited by tenzing21; 2013-04-22 at 05:44 PM.

Posting Permissions

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