1. #1

    help creating a macro

    I was wondering if it was possible to create a macro that would do the following

    cast fear on arena1 with no modifier
    cast fear on arena2 with modifier shift
    cast fear on arena3 with modifier alt

    and then if i'm not in an arena cast fear on target while using no modifiers

  2. #2
    #showtooltip
    /stopcast
    /cast [mod:shift, @arena2, exists] [mod:alt, @arena3, exists] [nomod, @arena1, exists] fear

    Somthing like that I think is what you want, tho I don't think this will handle non arena situations

  3. #3
    dang i'm really trying to find a non arena situation for the macro

  4. #4
    Deleted
    Code:
    #showtooltip
    /cast [mod:shift,@arena2,exists][mod:alt,@arena3,exists][@arena1,exists][]Fear
    Should work.

    If you really want it to only cast without modifiers in non-arena situations:
    Code:
    #showtooltip
    /cast [mod:shift,@arena2,exists][mod:alt,@arena3,exists][@arena1,exists][nomod:shift/alt]Fear

  5. #5
    alright thank you i'll try it out

Posting Permissions

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