BBot - The best bot of the world
I need Macro - 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: I need Macro (/thread-19503.html)



I need Macro - David95 - 05-15-2016

hello i need macro for recollect empty potion flask on the floor in backpack
please Big Grin

///////////////

hola necesito un macro que recoja las empty potion flask del suelo en la mochila por favor Big Grin


RE: I need Macro - Catar - 05-15-2016

I really DOUBT that will work, I cant check on OTS i play there are no flasks
[macro]500 {pots}
Xp:=Self.X()
Yp:=Self.Y()
Zp:=Self.Z()
pot1:=283
pot2:=284
pot3:=285
Map.PickUp(!pot1!, 100, 1, !Xp!, !Yp!, !Zp!)
Map.PickUp(!pot2!, 100, 1, !Xp!, !Yp!, !Zp!)
Map.PickUp(!pot3!, 100, 1, !Xp!, !Yp!, !Zp!)
exit()
[/macro]







i checked on different items and it worked xd

but you need to step on it manually...

it wont just walk to it by itself and pickup


RE: I need Macro - David95 - 05-15-2016

it's perfect

i test