Thread: Macro help

  1. #1

    Macro help

    Hello, I am interested in making a macro that will wing clip if I am in melee range, and concussive shot if I am not.

    I have tried using
    /castrandom Wing Clip, Concussive Shot

    This works sometimes. but then stops working about 30 seconds later with no changes made to the macro text.

    Has anyone else ever tried this and reached a solution?

    Thanks

  2. #2

    Re: Macro help

    Castrandom shouldnt work in that situation because of its innate nature.. It just casts a random one of those two spells.

    The easiest way to do this would be

    Code:
    #showtooltip
    /cast [btn:1]Wing Clip
    /cast [btn:2]Concussive Shot
    That is right click concussive, and left click wing clip..
    I dont believe its possible to make a macro that changes depending on range unfortunatley, thats as close as youre going to get.

Posting Permissions

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