Jump to content

Is there a resource for finding C# Wow scripts?


Macro

Recommended Posts

Hi, I just purchased wrobot and I'm brand new to scripting. I want to be self sufficient and learn how to make custom fight classes.

Right now I am referring to other peoples free cs code and guessing code but a lot of the time I get errors.



I'm currently trying to move my hunter forward under certain conditions, 

  wManager.Wow.Helpers.Move.Backward(Move.MoveAction.DownKey, 1500);
  Thread.Sleep(1500);

Works great for moving backwards but when I change the script to "Move.Forward" and "UpKey" - It only gives me errors.

 

Is there a website that has a list of all of the different scripts available? such as the ones referring to wmanager?

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...