1. #1

    help with a macros

    Hello all i need some help these macros. I am tried to add my pet AoE with my Multi-shot. Pet attack goes off but my multi-shot do not. Can anyone help with these macros?

    #showtooltip Arcane Shot
    /cast [button:1, nomodifier] !Arcane Shot
    /cast [button:2, nomodifier] !Multi-Shot, Froststorm Breath
    /script UIErrorsFrame:Clear()

  2. #2
    Is froststorm Breath off the GCD? Your macro there won't work because thats not how /cast works.


    If Froststorm Breath is off of the GCD you can use

    #showtooltip Arcane Shot
    /cast [button:1]!Arcane Shot
    /cast [button:2]!Multi-Shot
    /cast [button:2]Froststorm Breath
    /script UIErrorsFrame:Clear()

  3. #3
    Try without the !

    It's, afaik, not neccesary for anything but auto-attacks and anything that produces a targeting Circle (Mass Dispell, Healing Rain, Eagle Eye etc.)


    #showtooltip Arcane Shot
    /cast [button:1, nomodifier] Arcane Shot
    /cast [button:2, nomodifier] Multi-Shot, Froststorm Breath
    /script UIErrorsFrame:Clear()


    Also, I'm not sure if that'll trigger both spells with one button press, maybe try like this instead:

    #showtooltip Arcane Shot
    /cast [button:1, nomodifier] Arcane Shot
    /cast [button:2, nomodifier] Multi-Shot
    /cast [button:2, nomodifier] Froststorm Breath
    /script UIErrorsFrame:Clear()


    Edit: bah, Brusalk was faster.

  4. #4
    no froststorm Breath is not on a GCD but just need 20 focus from the pet. i will try

    #showtooltip Arcane Shot
    /cast [button:1]!Arcane Shot
    /cast [button:2]!Multi-Shot
    /cast [button:2]Froststorm Breath
    /script UIErrorsFrame:Clear()

    thank you

    ---------- Post added 2011-02-26 at 02:17 AM ----------

    thx you both it work great

    ---------- Post added 2011-02-26 at 02:19 AM ----------

    i did not know i could use [button:2] more than once.

Posting Permissions

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