Nichols 0 Report post Posted December 22, 2016 (edited) I'm just gonna rewrite this since the first time I did it I was upset and wasn't thinking straight. I'm starting to get back into healing on my Druid and I would like some help understanding how Luna Unit Frames works for healers and perhaps introduce me on a couple addons & macros I should be using. As of right now I am using Luna Unit Frames only for ui displacement. I would very much like to use the Click Casting settings but its not meeting my demands on being able to down rank my spells. I even try using the code they provided on the addon forum. /script if nil then CastSpellByName("Rejuvenation(Rank 4)") end /lunamo Rejuvenation(Rank 4) I want is a simplistic mouseover click I can achieve if I can in Vanilla. I want to avoid clicking onto my target then pressing my HoT. Edited December 23, 2016 by Nichols 0 Share this post Link to post Share on other sites
Wealthy 0 Report post Posted December 23, 2016 I just use this: /lunamo Rejuvenation(Rank 10) /cast Rejuvenation(Rank 10) So you just mouseover the target you want to heal, then click the macro button. The macro works with just /lunamo <spell>(rank), at least for me. 0 Share this post Link to post Share on other sites
euron 1 Report post Posted December 23, 2016 Mine literally look the same as yours and work fine /script if nil then CastSpellByName("Regrowth(rank 4)") end /lunamo Regrowth(rank 4) You should go and ask Rhena in the Luna thread, he should be able to help you better than us. 0 Share this post Link to post Share on other sites
Nichols 0 Report post Posted December 24, 2016 (edited) I actually have figure out what was the cause of the problem. It was my mouse setting. I set my two mouse buttons on the side as "Front" click and "Back" click and it made the macro preform a completely different task then it intended to be. However it did introduce me a whole new style of healing but it was really messy, I'm going to experiment a bit more with this style and see what I get but for now I am heavenly happy I finally figure out the problem. Edited December 24, 2016 by Nichols 0 Share this post Link to post Share on other sites