1. #1

    Leap of Faith mouseove and Grid

    Hello everyone!

    To heal I use only mouseover macros paired with grid.
    All of them look like this:

    #showtooltip
    /cast [target=mouseover,exists] Flash Heal; Flash Heal

    Except for the purify one that didn't work and now is:

    #showtooltip
    /cast [target=mouseover,help] Purify; Purify

    (don't ask my why...I just tried every macro I came across)

    But I still have an issue with LoF.
    I use:

    #showtooltip
    /cast [target=mouseover,exists] Leap of Faith; Leap of Faith

    The macro works if I mouseover actual players, but it doesn't work on the grid interface. I tried other versions too, but without any result.
    Do you have any suggestion?

    Thanks <3

  2. #2
    I have had similar issues with Vuhdo so I am going to assume your problem is similar to the issues I experienced.

    From what you say it seems like the macro isn't the problem but the bind you have leap of faith on. For Vuhdo at least certain keybindings (mousewheels/mouse buttons) wont work unless you specifically bind them in Vuhdo. This might be your problem if not sorry for the wasted inpute >.< .

  3. #3
    You're damn right.
    I bound it to mouse4...and those buttons don't work on grid. I didn't even think about it in the first place ç_ç
    Well...seems like I've gotta change the bind xD

  4. #4
    I just use

    #showtooltip
    /cast [@mouseover] Leap of Faith

    I also use Grid and have no issue.

  5. #5
    Quote Originally Posted by Squishysib View Post
    I just use

    #showtooltip
    /cast [@mouseover] Leap of Faith

    I also use Grid and have no issue.
    Binding LoF to a mouse button is the issue.

    Treeston explained the issue well:

    "Mouse key bindings do not work while clicking a mouse-interactive frame (f.e. unit frames). They will work when clicking units in the game world.

    The only solution is to use an addon that modifies your unit frames' secure attributes such as Clique. "
    Last edited by Overdispersion; 2015-08-26 at 10:53 AM.

  6. #6
    Quote Originally Posted by Overdispersion View Post
    Binding LoF to a mouse button is the issue.

    Treeston explained the issue well:

    "Mouse key bindings do not work while clicking a mouse-interactive frame (f.e. unit frames). They will work when clicking units in the game world.

    The only solution is to use an addon that modifies your unit frames' secure attributes such as Clique. "
    Except mine is bound to a mouse button and I still have zero issue.

  7. #7
    Quote Originally Posted by Squishysib View Post
    Except mine is bound to a mouse button and I still have zero issue.
    The only buttons with issues are mousebutton4 and mousebutton5. If you are using a Naga, for example, your other buttons correspond to 1-9=?^ or various numpad buttons, so the problem doesn't manifest.

  8. #8
    I use:

    #showtooltip
    /cast [@mouseover,help,mod:shift][@player,mod:shift]Mass Dispel; [@mouseover,help][@Player]Purify

    and

    #showtooltip
    /cast [@mouseover,help,mod:shift][@player,mod:shift] Leap of Faith; [@mouseover,help][@player] Power Word: Shield

  9. #9
    Instead of mouseover macros, why not install Clique?

Posting Permissions

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