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

To fly or to walk, let the bot decide!

Gideonnn

New Member
Joined
Apr 7, 2012
Messages
94
Reaction score
0
Today I was working on my profile and when I used MoveTo the bot is unable to fly! I was standing on a tower in SW and I let to bot MoveTo the bank, but when I walked of the tower, it stopped. Now most of the time, flying is better than walking, but when I want to bot to walk IN the bank, it can't with FlyTo because it just circles above it. So I had to make a FlyTo infront of the bank, and a MoveTo to walk in the bank. But now when I start the bot inside the bank, it has to walk outside, to get back in again.

Is there a way to decide if the bot should fly or walk?
 
Yea that is indeed a bitch. I guess the best way to get around it is
if (DistanceTo(x,y,z) > 10)
fly to

where x,y,z is a coord inside the bank
 
MoveTo = Ground
FlyTo = flying
That is precisely what I typed there, and I would like a way around it.

You will have the bot FlyTo the outside of the bank, then MoveTo the inside and access the bank or gbank or w/e it is you are doing.
This is what I did, but if you turn on the while inside of the bank, or you can the SubRoutine while in the bank, it runs outside and turns around like a tard..

For now it's walking only in SW. Guess ill try your option Inrego, thanks.
 
Back
Top