1. #1

    Mouse over macro help

    i'm currently using
    /cast [target=mouseover] Riptide

    which is nice. but i want it so that if i'm not mouse-ing over anything it will just cast on me.
    anyone know how to modify this?

  2. #2
    Code:
    /cast [@mouseover,help,nodead][@player] Riptide
    Or with priority mouseover > target > player
    Code:
    /cast [@mouseover,help,nodead][@target,help,nodead][@player] Riptide


    Quote Originally Posted by Lich King
    "You speak of justice? Of cowardice? I will show you the justice of the grave... and the true meaning of fear."

  3. #3
    Prioritizes target too but shorter.
    Code:
    #showtooltip
    /cast [@mouseover,help,nodead][]Riptide

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

Posting Permissions

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