Bugreporter 93 Posted February 27, 2015 Share Posted February 27, 2015 I think its difficult, maybe impossible, but... It is possible that the char is going backward some time ? Reason: in Zul'Gurub, on the way to Bloodlord Mandokir, there is a ramp with rolling stones. if you go forward, you will shove back evey time, the rock hit you. If you go backward upward the ramp, the problem doesnt exist. (maybe a Bug) . Anothre possibility were to avoid the stones, but how ? Any ideas ? Link to comment https://wrobot.eu/forums/topic/2029-going-backward/ Share on other sites More sharing options...
Droidz 2738 Posted June 4, 2015 Share Posted June 4, 2015 Hello, You can with WRobot API: wManager.Wow.Helpers.Keybindings.DownKeybindings(Keybindings.MOVEBACKWARD); System.Threading.Thread.Sleep(1000); wManager.Wow.Helpers.Keybindings.UpKeybindings(Keybindings.MOVEBACKWARD); or lua http://wow.gamepedia.com/World_of_Warcraft_API#Movement_Functions But it is not easy to set up. Link to comment https://wrobot.eu/forums/topic/2029-going-backward/#findComment-10267 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now