Mouseover healing

Re: Mouseover healing

by Melikecookies » Mon Mar 23, 2015 6:40 pm

Too little space to do 2 or more binds for every healing spell i have.Besides it's very inefficient.
Melikecookies
Private
Private
 

Re: Mouseover healing

by honuk » Tue Mar 24, 2015 2:46 am

it's literally the same thing as a modifier macro. before you had one macro that would cast one rank of a spell when you used it, and a different rank when you used it with shift. instead you have two macros, one of which is bound to whatever key you want it on, and another which is bound to that key + shift. there is no difference. it takes more space on your bars, but you can just throw all of your healing spells on some random bar and then lock it and hide anyway.
honuk
Sergeant
Sergeant
 

Re: Mouseover healing

by exodus696 » Wed Mar 25, 2015 3:33 pm

I will be downloading Luna tonight,

In Live I use Vuhdo which allows me to hover over a unitframe and then cast.

SOooo I am hoping Luna will do the same.

Example Hover over tank unitframe...press 1 (renew) renew gets cast on the tank ....If I am not hovered over a unit it would renew my target, or myself if I have no party member targeted.

How would my macro need to look for this to work?

Thanks in advance!
exodus696
Tester
 

Re: Mouseover healing

by Rhena » Wed Mar 25, 2015 4:28 pm

It does exactly that!

A macro would look like this
Code: Select all
/script if nil then CastSpellByName("Greater Heal(Rang 1)") end
/lunamo Greater Heal(Rang 1)


The first line does what "#show Greater Heal(Rang 1)" would do on live and is not needed to make it work it just allows your action bar to display the proper spell in the tooltip.

Also i'm currently working on this:
<image removed> See below for finished version.
Last edited by Rhena on Wed Mar 25, 2015 10:33 pm, edited 1 time in total.
Author of LunaUnitFrames - The most advanced unit frames for classic WoW. Visit my GitHub page for them and some other tools i wrote.
Rhyna - Warrior | Nost PvP | Alliance
User avatar
Rhena
Sergeant Major
Sergeant Major
 

Re: Mouseover healing

by exodus696 » Wed Mar 25, 2015 5:33 pm

Wonderful, thank you!

Follow up,
I see what your doing with the click casting, and I get it.
Would I also be able to use that screen to setup click casting a spell vs. menu or target?

Example:my right click when clicked on a unit frame casts Prayer of Healing.

In live right now I use right, left, middle mouse click, scroll wheel up, scroll wheel down for the exact purpose I stated above. Each is bound to a spell...then I'll use hover over #1-10 for other less crucial spells.

Cheers and thanks again for the feedback!
exodus696
Tester
 

Re: Mouseover healing

by Rhena » Wed Mar 25, 2015 10:30 pm

Its done and available for download:
Image

Only left and right button are bound via the GUI. The rest can be used with the macro and a keybinding.

I wonder how many people will bind prayer of healing only to find out they cannot heal other groups :lol:
Author of LunaUnitFrames - The most advanced unit frames for classic WoW. Visit my GitHub page for them and some other tools i wrote.
Rhyna - Warrior | Nost PvP | Alliance
User avatar
Rhena
Sergeant Major
Sergeant Major
 

Re: Mouseover healing

by Larsen » Thu Mar 26, 2015 3:48 am

I'm using Luna and my only complaint is that I can't seem to get it to highlight curable debuffs (i.e. curses) in any way other than the tiny square in the top right corner of the raid frames. In party frames, there isnt even that and I can't see that anyone has been cursed at all except for the actual debuff icon under their health bar. I would like a more visible indicator of someone being cursed/poisoned, like how Xperl makes the whole health bar glow purple or green. Is this possible?
Larsen
Senior Sergeant
Senior Sergeant
 

Re: Mouseover healing

by exodus696 » Thu Mar 26, 2015 2:56 pm

Rhena wrote:I wonder how many people will bind prayer of healing only to find out they cannot heal other groups :lol:


Haha good point... its not like live -healing the targets party vs. healing your own party.
Bad example on my part!
exodus696
Tester
 

Re: Mouseover healing

by Melikecookies » Thu Mar 26, 2015 8:49 pm

To answer my own question -here is an example macro with modifier.
By the way with this macro not only you can use modifiers,but self cast as well whenever you mouse is not on a friendly target.
Clique and SmartHeal can kiss my...yeah!

/script if (IsAltKeyDown())then CastSpellByName('Heal(Rank 3)', 3);end
/cmcast Heal(Rank 3)
/script if (UnitIsFriend("player", "target") ) then CastSpellByName("Heal(Rank 3)")else CastSpellByName("Heal", 3); end
Melikecookies
Private
Private
 

Re: Mouseover healing

by Kalahn » Wed May 27, 2015 2:58 pm

I can't get the mouseover function to work with Luna, I entered your Github and downloaded the version provided but it seems outdated. I don't have the option to bind mouse keys as is shown in the screenshot you provided and the /lunamo macro doesn't work either. Any idea of why?
Kalahn
Tester
 

PreviousNext

Return to Priest