Jump to content

Going backward


Bugreporter

Recommended Posts

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
Share on other sites

  • 3 months later...

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
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...