BBot - The best bot of the world

Full Version: Open holes in desert
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well, i'm using right now the 9.2 version...

I've downloaded the Dexter script of the Nomad Cave, but the bot is not opening the hole in the desert to enter the cave.

Here is the point:

Fixed (33213 32552 7)
MapTool (33213 32552 7:Target: 231 Use: 3457 Pos: 33214 32552 7)
Point (33213 32552 7)

I am here and the hole is 1 SQM >

Can't understand why it's not working
MapTool doesn't work at current version, you can replace it with a macro or wait for an update.
(03-31-2013, 05:04 PM)nizlov Wrote: [ -> ]MapTool doesn't work at current version, you can replace it with a macro or wait for an update.

Lol... can you help me with the macro? ;S
Add it to macros:

[macro]0 {OpeningHole} Map.UseOn(3457, 231, 33214, 32552, 7, 3)[/macro]

then replace this exact point:
MapTool (33213 32552 7:Target: 231 Use: 3457 Pos: 33214 32552 7)

with:
Macro (33213 32552 7:OpeningHole)
(03-31-2013, 06:37 PM)nizlov Wrote: [ -> ]Add it to macros:

[macro]0 {OpeningHole} Map.UseOn(3457, 231, 33214, 32552, 7, 3)[/macro]

then replace this exact point:
MapTool (33213 32552 7:Target: 231 Use: 3457 Pos: 33214 32552 7)

with:
Macro (33213 32552 7:OpeningHole)

Failed to load Macro (33213 32552 7:OpeningHole)

I've done all u said ;/
Did you copy the macro and paste it into: Advanced Tools -> Macros ?!
This is the macro that you need to copy in the first place:

0 {OpeningHole} Map.UseOn(3457, 231, 33214, 32552, 7, 3)
(03-31-2013, 07:27 PM)nizlov Wrote: [ -> ]Did you copy the macro and paste it into: Advanced Tools -> Macros ?!
This is the macro that you need to copy in the first place:

0 {OpeningHole} Map.UseOn(3457, 231, 33214, 32552, 7, 3)

Yup I did it and finally worked, anyway it's trying to open in other place not in 33214, 32552, 7

I dont know why ;S If the macro says 33214, 32552, 7 why the bbot just keep trying to open the cave in a different SQM? (near the one i need)
I do not know, I used the same coordinates that you gave in your first post.
Try now:
0 {OpeningHole} Map.UseOn(3457, 231, 33214, 32552, 7, 1)

Or else change the coordinates on your own. The coordinates are available in the cavebot section.

Does it keep on digging or diggs once and stops?
(03-31-2013, 08:14 PM)nizlov Wrote: [ -> ]I do not know, I used the same coordinates that you gave in your first post.
Try now:
0 {OpeningHole} Map.UseOn(3457, 231, 33214, 32552, 7, 1)

Or else change the coordinates on your own. The coordinates are available in the cavebot section.

Does it keep on digging or diggs once and stops?

It keeps digging with but in other SQM. The coordinates are correct I don't know why this is happening.

What does mean the last number "1" of the macro?

Thanks
It's range. You may try to set it to 0 but I'm not sure if this will work/help.
(03-31-2013, 11:43 PM)nizlov Wrote: [ -> ]It's range. You may try to set it to 0 but I'm not sure if this will work/help.

I'll try till next update fix the problem with maptools, anyway, I give you thanks for your help Smile
Do everything like they said but in macro set:

3500 {OpeningHole} Map.UseOn(3457, 231, 33214, 32552, 7, 0)

and mark auto execute every.
It works for me.