1. #1

    Focus macro behaving strange.

    I few days ago i made a focus Cyclone. I used it in a few bg's and it worked like it shoulden.
    Then all of sudden something wird happend. When i pressed it, it no longer cycloned my focus, instead it just wrote 'Cyclone' in the chat i was writing in. So each time i pressed it it just wrote Cyclone in /bg.
    I have the exact same macro with roots, and it works just normal.

    The macro is:
    #showtooltip Cyclone
    /stopcasting
    /cast [target=focus,exists,harm,nodead] Cyclone: Cyclone

    Any idea why its acting like that? Thanks.

  2. #2
    You have ":' in the /cast line... it's suposed to be ";".

    But you might as well replace the line with:
    Code:
    /cast [@focus,exists,harm,nodead][]Cyclone
    It should do the same thing =)

Posting Permissions

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