hi, I am trying to create a macro for freezing trap and binding shot, basically nomod is mouse over and mod shift is @target-player but the mouseover is not working can someone take a look?
/cast [exists,harm,nodead, @mouseover, nomod] Freezing Trap, [exists,harm,nodead, @target-player, mod shift] Freezing Trap
Thanks
You want @cursor instead of @mouseover
For abilities that target a location of the ground you can do three things
- Cast normally. 1st cast gives you the ground target reticule and then you click to actually cast
- /cast [@player] ability which centers on you
- /cast [@cursor] ability which casts on the ground location your mouse is touching. You cannot target a unit only the ground. Aim for the feet
#showtooltip
/cast [@player,mod:shift] [@cursor]Freezing Trap