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



Macro - RenanPF - 07-26-2016

Macro for drop vials


RE: Macro - edwino4 - 07-26-2016

Next time use google bro..

3000
{Drop Empty Flask}
X:=Self.X()
Y:=Self.Y()
Z:=Self.Z()
X1:=1
Y1:=1
VarAdd(X, !X1!)
VarSub(Y, !Y1!)
Self.Capacity()<=10000
Map.Thrown(283, 10, !X!, !Y!, !Z!)
Map.Thrown(284, 10, !X!, !Y!, !Z!)
Map.Thrown(285, 10, !X!, !Y!, !Z!)
Exit()

Change cap if u wanna.