S Snake0391 New Member Joined Jul 15, 2010 Messages 5 Reaction score 0 Jul 21, 2010 #1 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 eJumper.CS eJumper.CS 1.8 KB · Views: 93
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.
Cittidel New Member Joined Jun 2, 2010 Messages 133 Reaction score 1 Jul 21, 2010 #2 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: Jul 21, 2010
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.
king Member Joined Jan 15, 2010 Messages 463 Reaction score 1 Jul 21, 2010 #3 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.
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.
S Snake0391 New Member Joined Jul 15, 2010 Messages 5 Reaction score 0 Jul 21, 2010 #4 doesnt compile, so thats why I used J.
king Member Joined Jan 15, 2010 Messages 463 Reaction score 1 Jul 21, 2010 #5 It should it compiles on my plugin
S Snake0391 New Member Joined Jul 15, 2010 Messages 5 Reaction score 0 Jul 21, 2010 #6 I get this error: Error: The name 'Keys' does not exist in the current context I used that exact code too.
I get this error: Error: The name 'Keys' does not exist in the current context I used that exact code too.