1. #1

    Pulverize + Maul Macro

    My current Pulverize and maul macro isn't working for some reason. I am using:
    #showtooltip
    /cast Pulverize(Bear Form)
    /cast !Maul(Bear Form)

    I was wondering if it had to do with the animation since both have unique animations.
    Quote Originally Posted by Bossmonkey View Post
    He doesn't want to go to Northrend. He doesn't have coldweather flying.

  2. #2
    I dont think you need the (bear form) on it and the !maul is useless as its not an on next swing ability anymore its just off the global cooldown


    When making macros, its best to just link from the spellbook, that will give you the correct name of the ability and save you hassle

  3. #3
    Change it to:

    #showtooltip
    /cast Pulverize()
    /cast !Maul

  4. #4
    As others said, Bear Form is not required.

    Only some spells, like Feral Charge, Stampeding Roar, Mangle, etc, require the Bear/Cat specification, as both are usable in either form. Maul and Pulverize are specifically Bear.

    If you Shift right click on your spell in your spellbook with your macro open, it will put the name in by itself.

  5. #5
    Pretty sure that exclamation point is what is killing it.

    But yeah, just shift-click from the spellbook to make sure the right one is in there.

Posting Permissions

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