![]() |
Problems with use - 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: Problems with use (/thread-17744.html) |
Problems with use - [email protected] - 03-25-2015 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) RE: Problems with use - kaiquegabriel - 03-25-2015 Try it: Code: 500 {use three} Map.Use(ID of three, X, Y, Z, 1) Edit: ID of three and X, Y, Z position. RE: Problems with use - [email protected] - 03-27-2015 (03-25-2015, 08:12 PM)kaiquegabriel Wrote: Try it: 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 ",")? RE: Problems with use - kaiquegabriel - 03-27-2015 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. |