Mouseover Macro for Disc Priest CDs

Hey sorry if I seem like a complete noob but I have huge trouble with my mouseover macros. I use the normal raidframe and following mouseover macros are functioning perfect:

  1. shadowmend (I have the game in German so its “Schattenheilung”:
    #showtooltip Schattenheilung
    /cast [@mouseover, help][@target, help][@player] Schattenheilung

  2. powerword shield
    #showtooltip Machtwort: Schild
    /cast [@mouseover, help][@target, help][@player] Machtwort: Schild

  3. radiance
    #showtooltip Machtwort: Glanz
    /cast [@mouseover, help][@target, help][@player] Machtwort: Glanz

So this to the working part. Now what does not want to work is the following 2 and I dont know why. So id really appreciate your help:

  1. pain suppression
    #showtooltip Schmerzunterdrückung
    /cast [@mouseover, help][@target, help][@player] Schmerzunterdrückung

  2. Rapture
    #showtooltip Euphorie
    /cast [@mouseover, help][@target, help][@player] Euphorie

I am going mad please help :stuck_out_tongue:
Thanks
Draco

Macros look fine though I’d tweak the syntax to the following. That way it’ll adjust the toolkit based off what you’re casting/targeting.

#showtooltip
/cast [@mouseover,help,nodead] [] SPELL

Are you running an addon like Clique that could be interfering with the macros?

Hey Thank you for your swift answer. So i tried it with your Makro and its still not working for Rapture and Pain Suppression. I cant find an explenation and I dont think I am running an addon interfering with the macros. (weak aura maybe?) but still that would interfer with all macros or not?

I suspect it’s to do with spell naming. Perhaps the umlaut is screwing with something. Otherwise, you’ve copy-pasted the wrong macro here, because I’ve tested it, and it works.

#showtooltip
/cast [@mouseover, help][@target, help][@player] Pain Suppression

I’ve tested the above macro, which is yours with the unnecessary specification of spell after showtooltip removed, and with English names rather than German. It works.

What key do you have them bound to? If it’s a mouse button that’s why they’re not working.

Thank you both…
Why does it not work with mouse buttons? :hot_face:

Unit frames eat mouse clicks. You can get around it by using Clique.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.