BBot - The best bot of the world
Problem with my own Laguna Island script - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Problem with my own Laguna Island script (/thread-2214.html)



Problem with my own Laguna Island script - Hymphh - 03-31-2012

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 ?


RE: Problem with my own Laguna Island script - Dexter - 03-31-2012

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_commands#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.