Can't get mouseover macro working
Posted:
Mon Aug 31, 2015 1:56 pm
by FeathersForever
Am trying to sort out some mouseover healing macros. Can't seem to get it working. have stripped it right back to the basics:
/cast [target=mouseover] Healing Wave
But still no go.
Any help? I may be missing something obvious.
Re: Can't get mouseover macro working
Posted:
Tue Sep 01, 2015 3:42 am
by essedge
might need to download one of the macro mods, mouseover stuff could've been added later
Re: Can't get mouseover macro working
Posted:
Tue Sep 01, 2015 4:00 pm
by zerf
1.12 macro API doesn't have [target=xxx] support.
Try Classic Mouseover addon, that adds this functionality for popular unitframes:
http://addons.us.to/addon/classic-mouseover
Re: Can't get mouseover macro working
Posted:
Wed Sep 02, 2015 7:41 am
by LYQ
you can try
/run TargetUnit("mouseover")
/cast spellname
/run TargetLastTarget()