1. July 3, 2016  

    Macro issue

    Hi, I just can't get it to work the way I'd want it :

    Code:
    #Showtooltip
    /cast [nomod][target=mouseover, exists, help] Hand of Protection
    /cast [mod:alt][target=mouseover, exists, help] Hand of Freedom
    It's a combination of mouseover and mod that I would want to be able to use HoP when I don't press alt, and HoF when I do, both in the mouseover way.
    Thanks in advance for helping ^^

  2. July 3, 2016  
    you have to do something like
    Code:
    /use [mod:alt][target=mouseover, exists, help] Hand of Freedom;[target=mouseover, exists, help] Hand of Protection
    you shouldnt separate the mod and nomod parts, that can cause issues

  3. July 3, 2016  
    I use
    Code:
    /cast [nomod, target=mouseover] hand of freedom
    /cast [mod:shift, target=mouseover] hand of protection
    Works perfectly, and of coarse you have auto self cast disabled being sane person.
    Edited: July 3, 2016

  4. July 4, 2016  
    Thanks, both are working, I'll just stick to the 2 lines method so it doesn't break the #Showtooltip though, the one line method didn't want to display spells pictures.

  5. July 4, 2016  
    You can also use conditions in the tooltip, e.g.: #showtooltip [mod:alt] Hand of Freedom; Hand of Protection

  6. July 4, 2016  
    You can also use conditions in the tooltip, e.g.: #showtooltip [mod:alt] Hand of Freedom; Hand of Protection
    it does it automatically

    Code:
    /cast [nomod, target=mouseover] hand of freedom
    /cast [mod:shift, target=mouseover] hand of protection
    #showtooltip
    it will show hand of freedom tooltip and when you press mod key it will show other spell tooltip.
    I don't know why people put lots and lots of unnecessary stuff in macros, maybe copied from very old sources.

  7. July 5, 2016  
    it does it automatically
    It won't if you use the 1-line sample posted above.

Posting Permissions

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