bladingdancer
New Member
- Joined
- Jan 8, 2013
- Messages
- 50
sry but i've got no idea why it isn't working for me... I've reinstalled the Bot via SVN several times now but nothing changes...
any idea?
any idea?
sry but i've got no idea why it isn't working for me... I've reinstalled the Bot via SVN several times now but nothing changes...
any idea?
You're talking shit... doesnt work
Using latest beta of HB and latest autoangler2
You're talking shit... doesnt work
Using latest beta of HB and latest autoangler2
AutoAngler[2.102]: auto facing towards water
Flushing timed movement. Direction: ForwardBackMovement
AutoAngler[2.102]: auto facing towards water
Flushing timed movement. Direction: ForwardBackMovement
AutoAngler[2.102]: auto facing towards water
Flushing timed movement. Direction: ForwardBackMovement
i have experienced this as well... i noticed this code in MoveToPool.cs and think it might be where a fix would be applied, but i don't know how to fix. or i could be off base for where to address it. (for me it seems like it's jumping faster than raft can be activated, preventing it from starting. and if i hit a movement key it fixes itself or if i hit jump it shifts it's timing and fixes itself)
anybody knows if there would be a fix by adding a wait between jumps below?
Code:if (_me.IsSwimming) { if (_me.GetMirrorTimerInfo(MirrorTimerType.Breath).CurrentTime > 0) WoWMovement.Move(WoWMovement.MovementDirection.JumpAscend); else if (_me.MovementInfo.IsAscending || _me.MovementInfo.JumpingOrShortFalling) WoWMovement.MoveStop(WoWMovement.MovementDirection.JumpAscend); }