Jump to content
Sign in to follow this  
Nichols

Need help on healing

Recommended Posts

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 by Nichols

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

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 by Nichols

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×