Hi all,
I find the ground targeting spells kind of wonky and slow to use. The @cursor is a great way to get them out faster, but at the cost of precision and mistakes.
/cast [@cursor] Infernal Strike for example will trigger even if your cursor is out of range of a spell, meaning you might not jump far enough when pulling.
I don’t really like the use of modifiers for this and instead am trying to create a macro that would double tap to cast @ cursor however:
/cast Infernal Strike
/cast [@cursor] Infernal Strike
Will just lock you into the ground targeted skill (and /in doesn’t support /stopspelltarget), and
/castsequence Infernal Strike, [@cursor] Infernal Strike
seem to just apply the @cursor modifier to the entire sequence thus just instantly casting it @cursor.
Any ideas to help with this?