Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Move North if player on screen
#1
I'm new to bbot scripting so I looked around on forum if there existed similiar scripts but didn't find any...

So I looked in documentation for making own script, but not able to test yet...

Do you guys think this will work as intended?

Code:
200 {Move Player on Screen} Creatures.PlayersOnScreen()>=1 Self.StepNorth()
Reply
#2
Quote:1000 {player on sreen and move N} Creatures.PlayersOnScreen()>=2 Self.MoveN()
If it helped give the REP+

If someone is offended SORRY
Reply
#3
It's not working? self.stepnorth() and self.moven() is same thing
Reply
#4
You put >=1 and he >=2. Becouse bot detects you too so whenever you want to make a macro do something if you have a player in screen you need count you + others players, in this case YOU + OTHER PLAYERS = 2 OR +
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)