BBot - The best bot of the world
Map tool item use - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Map tool item use (/thread-20602.html)



Map tool item use - Frohus - 03-06-2017

Hi all,

I have a problem with map tool. I want bot to use something on the ground which not changing ID after use. I've set up map tool with correct location, ID. Then bot using it once, and not going to the next wpt. How to set it up?


RE: Map tool item use - Catar - 03-06-2017

(03-06-2017, 07:19 PM)Frohus Wrote: Hi all,

I have a problem with map tool. I want bot to use something on the ground which not changing ID after use. I've set up map tool with correct location, ID. Then bot using it once, and not going to the next wpt. How to set it up?

Already helped with something similar.
Problem with some SQM on venore swamps

http://forums.bmega.net/showthread.php?tid=27878


RE: Map tool item use - Frohus - 03-17-2017

It's not in swamps venore. And that macro does't solve my problem.
Bot still stucked in place next to the flower.


[Image: JIoJxC8.png]


RE: Map tool item use - Catar - 03-17-2017

Because u use Self.PositionIn WRONG WAY


Self.PositionIn(X1, Y1, Z1, X2, Y2, Z2)

U need to mark AREA with this macro, starting from LEFT TOP corner to RIGHT BOTTOM corner

for example
Self.PositionIn(29837, 32849, 7, 29839, 32851, 7)==1

And delete
Code:
1000
{SwampUnstuck}
from begining of that macro