1. #1

    What is wrong with this macro?

    #showtooltip
    /cast [nostance:3] Cat Form
    /castsequence [stance:3][nostealth] Highland Spring Water, Highland Pomegranate
    /cast [stance:3][nocombat] !Prowl(Cat Form)

    It should put me in cat form, make my character drink and eat, then cast prowl(spammable)

    Any input would be appreciated!

    ---------- Post added 2011-03-23 at 12:16 AM ----------

    Anyone good with macros?

  2. #2
    Quote Originally Posted by Convertabull View Post
    #showtooltip
    /cast [nostance:3] Cat Form
    /castsequence [stance:3][nostealth] Highland Spring Water, Highland Pomegranate
    /cast [stance:3][nocombat] !Prowl(Cat Form)

    It should put me in cat form, make my character drink and eat, then cast prowl(spammable)

    Any input would be appreciated!

    ---------- Post added 2011-03-23 at 12:16 AM ----------

    Anyone good with macros?
    I guess that the prowl in line 4 interrrupts the eating+drinking in line 3

    try this:
    Code:
    #showtooltip
    /cast [nostance:3] Cat Form
    /castsequence [stance:3][nostealth] Highland Spring Water, Highland Pomegranate, !Prowl(Cat Form)

  3. #3
    still taking me out of stealth after its spammed

  4. #4
    Code:
    #showtooltip
    /cast [nostance:3] Cat Form
    /castsequence [stance:3,nostealth] Highland Spring Water, Highland Pomegranate, !Prowl(Cat Form)
    the old one had "if in stance 3 or out of stealth", this one is "if in stance 3 and out of stealth"

  5. #5
    #showtooltip Bash
    /stopcasting
    /cast [nostance:1/3] Bear Form(Shapeshift)
    /cast [stance:1] Bash(Bear Form)

    Why does this macro not take me out of cat or another form into bear and bash

  6. #6
    Try this for the second macro.

    #showtooltip Bash
    /cast [noform:1/3]Bear Form;[form:1]Bash
    If they really aren't working for you doublecheck your keybinds.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  7. #7
    Quote Originally Posted by Convertabull View Post
    #showtooltip Bash
    /stopcasting
    /cast [nostance:1/3] Bear Form(Shapeshift)
    /cast [stance:1] Bash(Bear Form)

    Why does this macro not take me out of cat or another form into bear and bash
    Note that you will have to press the macro twice, so if you're expecting it to do it in a single press then you're out of luck.

Posting Permissions

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