Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with my own Laguna Island script
#1
Hello guys. I maked my own Laguna Islands script but i have "little" problem. There is this teleporting turtles and when he should go to him, he stand in place and i can see only "Destination is out of range". I dont know what should i do for propertly work. Any suggests and ideas ?
[Image: 3442jjb.png]
#2
Try the following.

When he reached the "point" where the message "Destination is out of range" put some macros, as I show below:

Code:
Point (0 0 0 0)
Macro (0 0 0 0:100 {move north) Self.MoveN
Macro (0 0 0 0:100 {move south) Self.MoveS
Macro (0 0 0 0:100 {move west) Self.MoveW
Macro (0 0 0 0:100 {move east) Self.MoveE

This is an example.

I ask that you read the documentation below:
http://wiki.bmega.net/doku.php?id=macros...#selfmoves

Above I put the commands that take you in all directions. Now just create some macros that you take your character to your desired location.


Forum Jump:


Users browsing this thread: 1 Guest(s)