BBot - The best bot of the world

Full Version: Bot stucks - ed soils - teleporter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I got script "Soils Ed by Kamil' from bbot forum. I was using it last time year ago and it was okay.

Now, bot stucks at teleporter to ED soils. When bot is supposed to use waypoint "maptool", he's using it all the time. Cavebot doesnt skip it to next waypoint. Bot want to give infinite amount of saphires to machine and he doesnt want to stop. I need help. Year ago everything was ok.

Here u got screen:

[Image: xiiZ9lh.jpg?1]



I am not sure if thats scrip fault or its bot bug. I would say its bot bug cuz year ago it was ok. Anyway i need help. Sorry if thread is not in proper place.

THANKS IN ADVANCE! PEACE
Macros
[macro]0 {Reset Machine} MachineUsedTimes:=0 Exit()[/macro]
[macro]0 {Use the Machine} Inc(MachineUsedTimes, 1) Map.UseOn(677, 842, 33268, 31830, 10, 3) Exit()[/macro]
Variables
Quote:MachineUsedTimes=20

Cavebot Waypoint
Quote:Macro (33268 31831 10:Reset Machine)
Label (33268 31831 10:UseMachineLabel)
MapTool (33268 31831 10:Target: 846 Use: 0 Pos: 33268 31830 10)
Macro (33268 31831 10:Use the Machine)
FullCheck (33268 31831 10:Full AfterUseMachineLabel Else UseMachineLabel Code !MachineUsedTimes!>=20)
Label (33268 31831 10:AfterUseMachineLabel)
MapTool (33268 31831 10:Target: 842 Use: 0 Pos: 33268 31830 10)
Thanks bro! It works great!+REP
If I can tell you...
You can use macro Map.UseOn Smile (I think that this is better, I prefer it Tongue)
Solved!