I think you can only cast @ at your feet or cast @cursor.
the only ones i know of that work are @cursor (which fires at wherever your cursor is), @player (which fires it right there on top of you where you stand), and @mouseover (which fires at whatever target your mouse cursor is hovering over).
so, you have:
@player - fires at your feet
@cursor - fires at any place your cursor is locate as long as it’s in range and in los
@mouseover - fires at the target you are hovering over
1 Like
Thanks, got it to work with @cursor.
1 Like