I'm writing a Boomkin pvp CC because moonfire spamming is super terrific.
For some reason, though, WoWMovement.MoveStop() does not actually stop my strafe movement.
Specifically, this:
I call WoWMovement.Move(WoWMovement.MoveDirection.StrafeLeft);
Then a short time later, I call WowMovement.MoveStop()
But it doesn't actually stop the strafing. I keep moving forever (until I hit the strafe keys on my keyboard). Now, this is my first CC, so if I'm not supposed to be using WoWMovement.Move(), then someone please do correct me and point me at the classes/methods I SHOULD be using to strafe.
Oh, also, I found this similar post: http://www.thebuddyforum.com/honorbuddy-forum/764-strafe-left-not-stopping-ever-2.html and the "solution" was to keypress "Q" and "E" instead of using WoWMovement.Move. I don't want to do that because lots of people rebind Q and E.
For some reason, though, WoWMovement.MoveStop() does not actually stop my strafe movement.
Specifically, this:
I call WoWMovement.Move(WoWMovement.MoveDirection.StrafeLeft);
Then a short time later, I call WowMovement.MoveStop()
But it doesn't actually stop the strafing. I keep moving forever (until I hit the strafe keys on my keyboard). Now, this is my first CC, so if I'm not supposed to be using WoWMovement.Move(), then someone please do correct me and point me at the classes/methods I SHOULD be using to strafe.
Oh, also, I found this similar post: http://www.thebuddyforum.com/honorbuddy-forum/764-strafe-left-not-stopping-ever-2.html and the "solution" was to keypress "Q" and "E" instead of using WoWMovement.Move. I don't want to do that because lots of people rebind Q and E.