Is there any way I can Marco abilities that have ground placement so they get used using a key instead of mouse click? Example. So I want to use Spear of the Bastion. I click the key then mouse click to use it. Anyway I can click the key then hit the same key to drop it?
Ultimately I want a macro that will Spear of Bastion then Bladestorm by hitting the same key 3 times.
Thanks.
2 Likes
look around for a @cursor macro.
yes it can be done, no it wont always work.
works for my tar/flare combo but not for my kyrian ability. idk why though.
Thanks. Does anyone have this macro?
#showtooltip
/castsequence [@cursor]Spear of Bastion,Bladestorm
Note this will drop the spear immediately at cursor, no reticle. If you want it at your feet swap [@cursor]
for [@player]
.
4 Likes
Need a default fallback for Bladestorm.
#showtooltip
/castsequence [@cursor] [] Spear of Bastion,Bladestorm
5 Likes