Posts: 45
Threads: 7
Joined: Mar 2010
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
Posts: 658
Threads: 35
Joined: Apr 2012
Reputation:
0
MapTool doesn't work at current version, you can replace it with a macro or wait for an update.
Posts: 45
Threads: 7
Joined: Mar 2010
(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
Posts: 658
Threads: 35
Joined: Apr 2012
Reputation:
0
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)
Posts: 45
Threads: 7
Joined: Mar 2010
(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 ;/
Posts: 658
Threads: 35
Joined: Apr 2012
Reputation:
0
03-31-2013, 07:27 PM
(This post was last modified: 03-31-2013, 07:27 PM by nizlov.)
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)
Posts: 45
Threads: 7
Joined: Mar 2010
(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)
Posts: 658
Threads: 35
Joined: Apr 2012
Reputation:
0
03-31-2013, 08:14 PM
(This post was last modified: 03-31-2013, 08:15 PM by nizlov.)
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?
Posts: 45
Threads: 7
Joined: Mar 2010
(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
Posts: 658
Threads: 35
Joined: Apr 2012
Reputation:
0
It's range. You may try to set it to 0 but I'm not sure if this will work/help.
Posts: 45
Threads: 7
Joined: Mar 2010
(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
Posts: 9
Threads: 0
Joined: Nov 2012
Reputation:
0
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.
|