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

eJumper

Snake0391

New Member
Joined
Jul 15, 2010
Messages
5
Reaction score
0
WHAT IT DOES: Randomly jumps when not fighting.

REQUIRES: HB2

KNOWN BUGS:
None

README: Bind J to jump in WoW or it won't work.
 

Attachments

I'm going to try it out as soon as I download a Warlock CC, will report back!

Mm, my only suggestion would be to only make it jump when it's running, and maybe a bit less often. :)
 
Last edited:
use:
Styx.Helpers.KeyboardManager.KeyUpDown((char)Keys.Space);
instead of
KeyboardManager.KeyUpDown('J');
so you dont need to mess with key bindings
just a suggestion.
 
I get this error: Error: The name 'Keys' does not exist in the current context
I used that exact code too.
 
Back
Top