Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problems with use
#1
Hello guys,
Im trying to make a script to take blood herbs with my bot characters.
But im having a problem with using the tree.
I've tryed the maptool, and didnt worked, so i did a search in the forums and found out that i need to use a macro.
http://forums.bmega.net/thread-24613-post-100379.html
But i'm having troubles with this macro, my bbot simply dont respond the command.
I even tryed to make my character use the depot, as test, but didnt worked either.
Can someone help me?

This were me trying to use the depot
0 {Use Depot} Map.UseOn(0, 3499, 32332, 31778, 5, 1)
Reply
#2
Try it:
Code:
500 {use three} Map.Use(ID of three, X, Y, Z, 1)

Edit: ID of three and X, Y, Z position.
Reply
#3
(03-25-2015, 08:12 PM)kaiquegabriel Wrote: Try it:
Code:
500 {use three} Map.Use(ID of three, X, Y, Z, 1)

Edit: ID of three and X, Y, Z position.

Do i need to creat a macro in cavebot?
the X, Y, Z position is the position of the tree or my position when i use the tree?
The position is 32332, 31778, 5 or 32332 31778 5 (with or without ",")?
Reply
#4
With ",".
Position of three.

Or add this macro:
Code:
0 {Use Three} X:=Self.X Y:=Self.Y Z:=Self.Z Map.Use(THREE ID, !X!, !Y!, !Z!, 3)

Only change THREE ID. I think works good.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)