BBot - The best bot of the world
Open holes in desert - 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: Open holes in desert (/thread-8112.html)



Open holes in desert - Marven - 03-31-2013

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


RE: Open holes in desert - nizlov - 03-31-2013

MapTool doesn't work at current version, you can replace it with a macro or wait for an update.


RE: Open holes in desert - Marven - 03-31-2013

(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


RE: Open holes in desert - nizlov - 03-31-2013

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)


RE: Open holes in desert - Marven - 03-31-2013

(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 ;/


RE: Open holes in desert - nizlov - 03-31-2013

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)


RE: Open holes in desert - Marven - 03-31-2013

(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)


RE: Open holes in desert - nizlov - 03-31-2013

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?


RE: Open holes in desert - Marven - 03-31-2013

(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


RE: Open holes in desert - nizlov - 03-31-2013

It's range. You may try to set it to 0 but I'm not sure if this will work/help.


RE: Open holes in desert - Marven - 04-01-2013

(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


RE: Open holes in desert - kmz1918 - 05-14-2013

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.