Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with teleports
#1
Hello, i was trying to make the cavebot, but there is a part where i have to go into teleport, problem is that the function add teleport point doesn´t work, i´ve tried several things, but not even 1 have worked, help please
Reply
#2
Use macro, manual
Quote:Self.MoveTo(X, Y, Z) Walk to a position

Self.MoveN() Step one sqm to the north

Self.StepNorth() Step one sqm to the north

Self.MoveS() Step one sqm to the south

Self.StepSouth() Step one sqm to the south

Self.MoveE() Step one sqm to the east

Self.StepEast() Step one sqm to the east

Self.MoveW() Step one sqm to the west

Self.StepWest() Step one sqm to the west

Self.MoveNE() Step one sqm to the north east

Self.StepNorthEast() Step one sqm to the north east

Self.MoveNW() Step one sqm to the north west

Self.StepNorthWest() Step one sqm to the north west

Self.MoveSE() Step one sqm to the south east

Self.StepSouthEast() Step one sqm to the south east

Self.MoveSW() Step one sqm to the south west

Self.StepSouthWest() Step one sqm to the south west
Reply
#3
I already tried those and nothing :/
Reply
#4
Its working ;p I used it to my yalahar quest script, use fixed waypoint, add macro(manual) for example go north
Reply
#5
it just won´t go into the teleport, i already tried like all of them, well most, do i have to active something else to use them ? or just in the cavebot in the fixed point?
Reply
#6
1. make macro for example: Self.MoveN() ///change it to MANUAL
2.Make fixed point(near tp), go to cavebot >> Add >> Macro>> (MACRO NAME for example MOVE NORTH)
Reply
#7
I´ll try it and report my results, if anyone else is having the same problem
Reply
#8
Code:
Point (x y z)
Fixed (x y z) < 1 sqm south of teleport
Macro (x y z:MoveN)
Point (x y z)
Point (x y z)
Point (x y z)

Add this manual macro:

Code:
0 {MoveN} Self.MoveN()
Reply
#9
Check ID of teleport add to your bbot.data and restart bbot. Then teleport point will work. Post on trello missed id and mega will add on next version
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)