1. #1

    Skull Bash macro?

    Anyone know how to make a skull bash macro that will use the approprite version of the spell when in that form (ie Skull bash (cat) while in cat form, and skull bash (bear) while in bear form.)

    Would be much appreciated.

    -Pask

  2. #2
    This is the one I'm using:

    /cast [stance:1] Skull Bash(Bear Form)
    /cast [stance:3] Skull Bash(Cat Form)
    /stopmacro [nogroup]
    /s Interrupted

  3. #3
    Is there a way to make one that doesn't ask you to cast both maybe? Like if in x form use x skull bash, if in y form use y skull bash? Idk i just don't like gettin that spam saying i can't do that

  4. #4
    The macro is working. What the macro basically is saying is this:
    Line 1. IF you are in bearform, cast Skull Bash(bear). IF not, jump to next line.
    Line 2. IF you are in catform, cast Skull Bash(cat). IF not, jump to next line.
    Line 3. Stop the macro if you're not in a party/raid.
    Line 4. Announce your interrupt.

    You could try this:
    /cast [stance:1] Skull Bash(Bear Form);[stance:3]Skull Bash(Cat Form)
    /stopmacro [nogroup]
    /s Interrupt

  5. #5
    Quote Originally Posted by gollie View Post
    The macro is working. What the macro basically is saying is this:
    Line 1. IF you are in bearform, cast Skull Bash(bear). IF not, jump to next line.
    Line 2. IF you are in catform, cast Skull Bash(cat). IF not, jump to next line.
    Line 3. Stop the macro if you're not in a party/raid.
    Line 4. Announce your interrupt.

    You could try this:
    /cast [stance:1] Skull Bash(Bear Form);[stance:3]Skull Bash(Cat Form)
    /stopmacro [nogroup]
    /s Interrupt
    What's the stop macro part?

    Could i put before it /raid Interrupted %t

    or something?

  6. #6
    All I do on my druid is this:

    When in Cat form, I use this macro:

    #showtooltip Skull Bash (Cat Form)
    /cast Skull Bash (Cat Form)
    /say Skull Bashed %t!

    When in Bear Form:

    #showtooltip Skull Bash (Bear Form)
    /cast Skull Bash (Bear Form)
    /say Skull Bashed %t!

    Easy as that.

  7. #7
    High Overlord
    10+ Year Old Account
    Join Date
    Sep 2009
    Location
    TN, US
    Posts
    134
    Quote Originally Posted by Paskgotsheal View Post
    What's the stop macro part?

    Could i put before it /raid Interrupted %t

    or something?
    the /stopmacro [nogroup] stops your character from announcing "I interrupted a spell" when there is no one around who cares.
    you could replace /s Interrupt with any announcement you want to make.

    ---------- Post added 2011-01-13 at 10:15 PM ----------

    Quote Originally Posted by gollie View Post
    This is the one I'm using:

    /cast [stance:1] Skull Bash(Bear Form)
    /cast [stance:3] Skull Bash(Cat Form)
    /stopmacro [nogroup]
    /s Interrupted
    additionally, if you want the keybinding to be useful in caster form, or any other form you would use
    /cast [nostance] ...
    /cast [stance:2] ... (seal form)
    /cast [stance:4] ... (flight form)
    /cast [stance:5] ... (moonkin or ToL)

  8. #8
    This is the one that I use it basically will cast whichever skull bash according on what form you're in.

    Code:
    #showtooltip [stance:1] Skull Bash(Bear form); [stance:3] Skull Bash(Cat Form)
    /cast [stance:1] Skull Bash(Bear Form); [stance:3] Skull Bash(Cat Form)

  9. #9
    High Overlord
    10+ Year Old Account
    Join Date
    Sep 2009
    Location
    TN, US
    Posts
    134
    Quote Originally Posted by xpyr0m4n View Post
    This is the one that I use it basically will cast whichever skull bash according on what form you're in.

    Code:
    #showtooltip [stance:1] Skull Bash(Bear form); [stance:3] Skull Bash(Cat Form)
    /cast [stance:1] Skull Bash(Bear Form); [stance:3] Skull Bash(Cat Form)
    You can just use #showtooltip without any arguments and it will automatically use the tooltip for the first spell, effect, or item in 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
  •