Is it possible to make a macro like this that works?
/lunamo Power Word: Shield else TargetUnit("Player") CastSpellByName(Power Word: Shield)
I want the shield to be casted on the mouse over target but if thats not possible i want i to be casted on myself without having to use the selfcast key.
Edit: This seems to work:
/lunamo Power Word: Shield
/script TargetUnit("Player")
/cast Power Word; Shield
/script TargetLastTarget()
But if I have no target when casting it will then target my last target. But I dont want any target in that case, is it possible?