Thread: Macro help :S

  1. #1
    Deleted

    Macro help :S

    hi.... i wanna have a macro that when i have marked my target just cast agony but when i mouseover another target still cast agony... dos it make sence?

  2. #2
    Deleted
    This might work for the simple purpse.

    Code:
    #showtooltip Agony
    /cast [@mouseover, harm] Agony, Agony

  3. #3
    Please wait Temp name's Avatar
    10+ Year Old Account
    Join Date
    Mar 2012
    Location
    Under construction
    Posts
    14,631
    Code:
    #showtooltip Agnoy
    /use [target=mouseover, exists] Agony
    Prefers your mouseover target to your selected target but should still suffice.

  4. #4
    Exileos: The separator between spells is ";", not ",".
    Mehman: Your macro will only ever use Agony on mouseover.

    Code:
    #showtooltip
    /use [@mouseover,harm][] Agony

  5. #5
    Deleted
    Thank u all

Posting Permissions

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