with the cataclysm talent Telluric currents which gives mana back on Lightning bolt casts I am trying to make a cast sequence macro that lets me cast Lighting bolt at my target, and chain heal at my target’s target (hoping to target tank) if possible.
I can currently make a basic cast sequence macro that lets me just go back and forth with LB/CH but the CH part of it always targets me. I want to try and get it to target whoever the enemy is attacking/targeting
I’m trying to figure out a way so that the chain heal part gets cast on the target of my target so that if i am attacking an enemy with lightning bolt the next cast in the sequence would target the enemy’s target which should be the tank then.
I’m not familiar with the alt/shift commands in macros where you press a key to change the spell. I’m looking to just keep everything under 1 button to press if possible.
You can’t do what you want with a castsequence because all spells in the sequence need to follow the same logic so the help/harm portions will make the spells conflict with one another.
You’re better off using a help/harm macro and mousing over the heal target.
The modifer portion in these macros is just so you can alt-cast to force cast the heal on yourself.
Alternatively, you can use this macro for your damage spell and just keep the tank or another ally targeted the whole time.