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

rotate with variable speed

fritsjan

New Member
Joined
Oct 4, 2013
Messages
101
Reaction score
0
hey out,

It would be nice to be able to adjust the speed of rotation of RotateLeft() and RotateRight(), because that would decrease the overall bottyness of the bot. I tried Turn() to make my own rotate function but it is too jittery. Or do you know or somebody else know how to make a smooth rotate function with variable speed, any help is much appreciated.
 
Some players actually play with those jerky turning motions. You can imitate it by left-click-dragging the mouse to look one direction while you character faces the other. Then, as soon as you right click, your character faces the same direction.
I suppose you could write some sort of slow rotating Method, though. You'd just have to turn 1 degree, wait 50ms, turn another degree... But I can't see that working with GPS movements... Could be used instead of TurnDirectly(me.target);
 
Back
Top