Earthgrab totem and capacitor totem macro?

Hi there! Just want it to see if there was a possibility to make a macro that will cast earthgrab totem on the target selected without having to place it? Same for capacitor? I know for my paladin I have a final reckoning macro that will cast it on me so I don’t have to place it (of course given that the target is on me as well)

Just wondering if this is possible?

No, but you can do either [@cursor] or [@player] macros.

The cursor will place it in a single press wherever you mouse over. The player one drops it at your feet in a single press.

1 Like

Examples:

#showtooltip
/use [@cursor]Capacitor Totem;

#showtooltip
/use [@cursor]Earthbind Totem

A Modal Version I use:

#showtooltip
/use [mod:shift,@cursor,known:355580]Static Field Totem;[mod:alt,@cursor,known:192077]Wind Rush Totem;[@cursor]Earthbind Totem