1. #1

    OMG polymorph Rabbit

    How do I fit this into my poly macros? I tried to add :rabbit after

    #showtooltip Polymorph: Rabbit
    /petpassive
    /clearfocus [modifier:shift]
    /focus [target=focus,noexists]; [target=focus,dead]
    /clearfocus [target=focus,help]
    /cast [target=focus,exists] Polymorph; Polymorph

    but it broke my polymorph focus macro but it just kept turning him into a penguin, also what if I want to randomly turn him into a rabit or a turtle?

  2. #2
    Living Memory Sesshomaru's Avatar
    10+ Year Old Account
    Join Date
    Jul 2009
    Location
    Norway
    Posts
    2,110
    Quote Originally Posted by buttapancaek View Post
    How do I fit this into my poly macros? I tried to add :rabbit after

    #showtooltip Polymorph: Rabbit
    /petpassive
    /clearfocus [modifier:shift]
    /focus [target=focus,noexists]; [target=focus,dead]
    /clearfocus [target=focus,help]
    /cast [target=focus,exists] Polymorph; Polymorph

    but it broke my polymorph focus macro but it just kept turning him into a penguin, also what if I want to randomly turn him into a rabit or a turtle?
    If you have the glyph, it will turn it into a penguin no matter how many times you do it.

    I'm not so keen on macros, so I'll post-bump it. (Not really bumping, but it does get bump, if you know what I mean~)


    You can try to ask for help (with macros) at the Interface & Macro sub-forum.
    Macro-geniuses exists there.
    Last edited by Sesshomaru; 2011-04-24 at 01:43 PM.

  3. #3
    Quote Originally Posted by Zalënë View Post
    If you have the glyph, it will turn it into a penguin no matter how many times you do it.

    I'm not so keen on macros, so I'll post-bump it. (Not really bumping, but it does get bump, if you know what I mean~)
    Thanks for the bump and I found a solution I think will work I'll post for posterity

    /focus [target=focus, noexists] [target=focus, dead] [target=focus, help] [modifier:shift]
    /clearfocus [modifier:alt]
    /castrandom [target=focus, exists, harm] Polymorph, Polymorph(Rabbit), Polymorph(Turtle), Polymorph(Black Cat), Polymorph(Pig)
    Last edited by buttapancaek; 2011-04-24 at 01:53 PM.

  4. #4
    Check your glyphs. Make sure polymorph rabbit doesn't have a dedicated spell name.

  5. #5
    Herald of the Titans Kuni Zyrekai's Avatar
    15+ Year Old Account
    Join Date
    Apr 2009
    Location
    The Frozen North
    Posts
    2,836
    I'm really out of it right now but if you have the spellbook and macro open at the same time you can shift click it into the macro.

  6. #6
    afaik if u have the glyph only Polymorph(Rank 4) is changed, the rest stay the same regardless of the glyph. also for spelling's sake its easier to shiftclick spells from the spell book to avoid missing out dashes, brackets, etc

  7. #7
    Grunt Thaleia43's Avatar
    10+ Year Old Account
    Join Date
    Apr 2011
    Location
    Northeastern Ontario, Canada Eh!
    Posts
    17
    Quote Originally Posted by buttapancaek View Post
    How do I fit this into my poly macros? I tried to add :rabbit after

    #showtooltip Polymorph: Rabbit
    /petpassive
    /clearfocus [modifier:shift]
    /focus [target=focus,noexists]; [target=focus,dead]
    /clearfocus [target=focus,help]
    /cast [target=focus,exists] Polymorph; Polymorph

    but it broke my polymorph focus macro but it just kept turning him into a penguin, also what if I want to randomly turn him into a rabit or a turtle?
    Here's what I use on my mage and it hasn't caused me any issues.
    Code:
    #showtooltip [target=focus,harm] [] Polymorph
    /stopcasting
    /clearfocus [modifier:shift][target=focus,dead][target=focus,noexists]  
    /focus [target=focus,noexists]  
    /cast [target=focus] Polymorph(Rabbit)
    As for the random cast you could use something like this as the bottom line of the macro.
    Code:
    /castrandom [target=focus] Polymorph, Polymorph(Rabbit), Polymorph(Turtle), Polymorph(Pig), Polymorph(Black Cat)

  8. #8
    Quote Originally Posted by klaps_05 View Post
    afaik if u have the glyph only Polymorph(Rank 4) is changed, the rest stay the same regardless of the glyph. also for spelling's sake its easier to shiftclick spells from the spell book to avoid missing out dashes, brackets, etc
    They removed spell ranks. All spells only have 1 rank now.

Posting Permissions

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