1. #1
    High Overlord
    10+ Year Old Account
    Join Date
    Jun 2010
    Location
    italy
    Posts
    104

    why this macro doesn't work

    I'm not very good into make macro and I would like to make a busrt damage macro for pvp. I'm a hunter.
    The macro that I make is this:
    /cast rapid fire
    /cast chimera shot
    /cast radiness
    /cast chimera shot

    can you help me to make it work?

  2. #2
    Deleted
    1 - there is no spell called radiness
    2 - chimera shot has a global cooldown

  3. #3
    Deleted
    I assume you meant /cast Readiness.

    Think all of those are on the GCD so you can't macro them together in that way.

    You can use a /castsequence macro, but I wouldn't recommend it. It would be better to have a burst button with potions, trinkets and /cast Rapid Fire or /castsequence Rapid Fire, Readiness.
    Last edited by mmoc83df313720; 2011-02-28 at 10:24 PM.

  4. #4
    High Overlord
    10+ Year Old Account
    Join Date
    Jun 2010
    Location
    italy
    Posts
    104
    yes I meant /cast readiness

  5. #5
    Blademaster
    15+ Year Old Account
    Join Date
    Apr 2009
    Location
    Weatherford, TX
    Posts
    45
    If you can tell us the intent of the macro, we can help you out a bit. Are you trying to cast them one after the other? If so, change it to:

    Code:
    #showtooltip
    /castsequence Rapid Fire, Chimera Shot, Readiness, Chimera Shot

  6. #6
    High Overlord
    10+ Year Old Account
    Join Date
    Jun 2010
    Location
    italy
    Posts
    104
    #showtooltip
    /castsequence Rapid Fire, Chimera Shot, Readiness, Chimera Shot
    this. thank you

Posting Permissions

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