katzerle
New Member
- Joined
- Jan 18, 2011
- Messages
- 917
- Reaction score
- 68
He presses left and right arrows --> on standard settings in WOW he will let your Char turn left and right (Not only the Cam on my Toon).I've got a small problem. I have 'keypresser' enabled under the second settings tab, but my bot just afks out of the game when I don't babysit it. Looks like it doesn't even try to move.
Using the TLPD Bor's breath profile.
//Edit: I'm looking at this:
KeyboardManager.PressKey(Keys.Left);
Thread.Sleep(100);
KeyboardManager.ReleaseKey(Keys.Left);
LeftRight = false;
Does it mean that it tries to press the left/right arrows on the keyboard? Because I'm using them for turning around (strafing set to a/d keys). IIRC camera movement doesn't break the AFK...
Till now this behavior breaks the AFK, but maybe it got changed. I will test it.