[Skip to Main Content]
Questo sito fa un ampio uso di JavaScript.
Per favore, abilitare JavaScript nel tuo browser.
Mouseover Healing Macro
Invia risposta
Ritorna all'indice del forum
Messaggio di
Foetsjie
Have been searching for this for a while, couldn't find it.
I was trying to create a macro for myself that does this:
When I have a Mouseover target, it casts (for example) lifebloom on the mouseover
When I have a Target, but no mouseover, it casts Lifebloom on the target
When I have a Target and a mouseover on a different target, it casts lifebloom on the mouseover target
When I have no target and no mouseover, It casts lifebloom on myself.
Currently I'm having this:
/cast lifebloom
But It fails on the part when I don't have a mouseover target, but DO have a target, then it casts LB on me, instead of on the target.
So, Is there any way where this is possible?
Thank you,
btw, I'm using Grid as frame addon, but that doesn't make a difference, does it?
Messaggio di
Vaderio
Your macro lacks a check for a selected target, try this instead
#showtooltip lifebloom
/cast lifebloom
Messaggio di
HighFive
/use Lifebloom
Messaggio di
Foetsjie
Both macro's work, so thanks for the help ^^
Messaggio di
Wildhorn
Both macro's work, so thanks for the help ^^
Yes but Vaderio's macro have useless code part into it.
Invia risposta
Non hai effettuato l'accesso. Per favore,
accedi
per inviare una risposta o
registrati
se non hai ancora un account.