I don’t know where best to put this, but I wanted to bring this up before doing it.
I’d like to create a macro that flips my camera 180 degrees, /cast Vengeful Retreat, then flips my camera another 180 back to where it was before. Is this legal?
I don’t know where best to put this, but I wanted to bring this up before doing it.
I’d like to create a macro that flips my camera 180 degrees, /cast Vengeful Retreat, then flips my camera another 180 back to where it was before. Is this legal?
“Legal” in the sense of it being possible? No. Sadly there are no movement commands for macros.
Also, there is an entire forum just for macros and U.I. questions.
I’m pretty sure there used to be, i remember having one that i used on my mage main for blink, back in the day that is.
Not doable as far as I know. This is one of those things you have to manually become comfortable with.
You also might try searching and posting this in the macro subforum…
Maybe this would work? It’s an old script, so I got no idea if it still works.
#showtooltip Vengeful Retreat
/cast Vengeful Retreat
/run FlipCameraYaw(180);
However, use the mouse spin. (Press both Left+Right clicks together)
when you move, use your right clicked mouse to turn and you can do this in your sleep.
The issue with this is that it rotates the camera and not the player, so with this you will leap away from the direction you are trying to travel.
There are no macros that can rotate your character for you. There are no macros that can force any type of movement AFAIK. Well, there is, but you’d get banned instantly 
Okay. My question specifically though was whether a macro like what I had in mind would get me banned or not, and it seems as if this is the answer.