Bug - Cavebot stopping - 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: Bug - Cavebot stopping (/thread-3044.html) |
Bug - Cavebot stopping - Slash - 06-28-2012 The cavebot is stopping if there is such SQM's, near the Point. O cavebot está parando, caso haja SQM's desse tipo, próximo ao Point. Tested in version 6.2 and 6.3 r1 RE: Bug - Cavebot stopping - nizlov - 06-28-2012 (06-28-2012, 01:35 AM)Slash Wrote: The cavebot is stopping if there is such SQM's, near the Point. Well, there are many SQMs that makes cavebot stand still, but you can avoid them by using such a macro: 1000 {AntiStand} Self.X=1111 Self.Y=2222 Self.Z=3 Self.MoveTo(4444, 5555, 6) 1111 = X of SQM which makes you stop 2222 = Y of SQM which makes you stop 3 = Z of SQM which makes you stop 4444 = X of SQM to move to 5555 = Y of SQM to move to 6 = Z of SQM to move to |