1. Makro question..Rank?

    Hi all,
    playing healers most of the time I heal often with mouseover makros like this
    ---------
    #showtooltip Prayer of Healing
    /cast [@mouseover]Prayer of Healing(Rank 3); Prayer of Healing(Rank 3)
    ------
    Do I need to have the 'Rank X' in the makros if I want the use the most recent rank? I ask because I often forget to update the makros after learning higher ranks of spell ;-)
    Many thx and kind regards
    Edited: April 29, 2020

  2. /cast [@mouseover]Prayer of Healing

    will cast highest rank you have learned

  3. /cast [@mouseover]Prayer of Healing

    will cast highest rank you have learned
    thx a lot!

  4. #showtooltip Prayer of Healing
    /cast [@mouseover]Prayer of Healing(Rank 3); Prayer of Healing(Rank 3)
    Hi, glad your question was answered. I have a little tip if you don't mind. Use this instead (notice the difference, same action):
    ---------
    #showtooltip Prayer of Healing
    /cast [@mouseover][] Prayer of Healing
    ------

  5. Hi, glad your question was answered. I have a little tip if you don't mind. Use this instead (notice the difference, same action):
    ---------
    #showtooltip Prayer of Healing
    /cast [@mouseover][] Prayer of Healing
    ------
    In most situations you won't need to specify the spell after "#showtooltip"

    also for the sake of character limit you can do /use instead /cast (just a good habit to get into just in case) -- You can also remove the space between the spell and the modifiers.

    #showtooltip
    /use [@mouseover,exists][]Prayer of Healing

  6. May 4, 2020  
    #showtooltip
    /use [@mouseover,exists][]Prayer of Healing
    You cannot find better... use this ↑

Posting Permissions

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