So I tried to play with the mouseover cast option but it doesn’t seem to work. I’m using standard in game raid frames as party frames. I did some research and there was some discussion on self cast settings affecting it, but I tried self cast both set to None and Auto on that and mouseover still did not work. I’ve set the mouseover to not use a special button (none setting) but have it checked on the check box to enable.
symptoms: With mouseover checked, I still have to manually click the target on the frame to heal rather than just mouseover and press the spell.
Specifically healing spells on my monk like vivify, enveloping mists and soothing mists.
Any thoughts?
EDIT: I’m aware of macro options, but trying to avoid having to make a ton of macros if I can find a global solution.
Are you using Bartender? If so, you’ll need to enable it in the Bartender options.
1 Like
Nope, standard UI for bars and frames (raid frames as party frames) and nameplates.
What keybind(s) are your abilities on that you’re testing with?
2, 3, 4
are the ones I tested out
Ok, my concern was you were using mouse buttons, which get eaten by unit frames. I dunno then, sounds like a bug.
Macros are always the best way to do that. You can even prioritize mouse-over OVER your target, etc. It’s very simple copy and paste once you understand the concept.
#showtooltip Vivify
/cast [@mouseover,exists][@target,exists][@player,mod:alt][] Vivify
I use this for for all of my healing spells. There are a couple or exceptions where I will swap around the order of mouseover/target/player just depending on the ability.
That macro is all sorts of janky.
#showtooltip
/cast [mod:alt,@player] [@mouseover,help,nodead] [] Vivify
oh definitely. I just was trying to avoid macros if possible. May not be possible though it sounds.
Thanks