Trying to get PI to cast on focus if exists otherwise on target… isnt working seemingly, as if I cast a regular Pi it will cast on my target, but if i hit the macro (without a focus) it targets me (via selfcast, as if i had no target)
#showtooltip
/cast [target=focus,nodead][@target][]Power Infusion
“nodead” doesn’t imply exists, so that’s what’s tripping it up. You’ll either need help, harm, or exists for it to properly progress the macro from the focus. You can also get away without the [@target] conditional as the default “[]” conditional will cast on your target if it can, and if you don’t have a valid target, it will self cast if you have it enabled.
#showtooltip
/cast [@focus, help, nodead][]Power Infusion