Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to turn left / right with c#?

Featured Replies

Good day.

For some reason lua code like:
Lua.LuaDoString("TurnLeftStart();");
is not working. Maybe it's because it is Protected, or maybe i do it wrong, not sure. Anyway. How can i turn (rotate) character with a code? For some reason there is no function for that in wManager.Wow.Helpers.Move

Thank you in advance for any advices.

Protected functions work, actually. But you'll need to call TurnLeftStop() as far as I know and "nudge" your client somehow (in Vanilla) to actually execute the movement.
You can also just use MovementManager.Face() to face a vector.

  • Author

Thank you for a reply.
Yeah, TurnLeftStop()  is need. But it is not workiking just "from the box" if you add it in FC, for example. That's the problem.

And i'm not sure how can i use MovementManager.Face() without any target. I need just to spin in one place for no reason, without any goal or something.

Without any goal? Why spin in the first place?
Just make the bot hit the keybind for turning then.

You could do MovementManager.Face(ObjectManager.Me.Position), it might actually work. If not, add + 1 to X and Z on your own vector

  • Author
2 hours ago, Matenia said:

Just make the bot hit the keybind for turning then.

Yeah, but how? No turn keys in wManager.Wow.Helpers.Move. Only back, forward, strafes and up/down.

2 hours ago, Matenia said:

You could do MovementManager.Face(ObjectManager.Me.Position), it might actually work. If not, add + 1 to X and Z on your own vector

If i understand correctly, this will be not a spin but an instant turn, or am i wrong?

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.