What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Strafing never stops

z0rak

New Member
Joined
Dec 28, 2010
Messages
1
Reaction score
0
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.
 
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.
open up Amplify, and in Methods.cs look for
Public Void Straife()

and see how i did it.

also dont relay on this method since according to apoc its going to be removed in a future version of honorbuddy.
 
Back
Top