Hi all,
I use a combination of healbot and mouseover marcos to heal. As a disc priest I also use many dps abilities and so to make best use of my limited action buttons I have macros to cast conditionally, here’s an example:
/Cast [@mouseover,exists,noharm]Healing spell; [@target,harm]Damage spell
Issue is that mouseover macros will cast on players I have my mouse over in the world, not just in healbot frames. Ideally I’d want something like /Cast [@hbmouseover], but I cant get that to work? Any ideas?