BBot - The best bot of the world
Need Macro drop empty vial - 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: Need Macro drop empty vial (/thread-14401.html)



Need Macro drop empty vial - moonlike - 03-25-2014

Hi Smile Needs a macro which throws empty vial when they appear in your backpack Smile

-----------------------
Cześć Smile Potrzebuje macro które wyrzuca puste viale od razu jak pojawią się w plecaku Wink

Sorry for my spelling Big Grin

@@ EDIT

Please close this post Smile

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()<=99999
Map.Thrown(283, 10, !X!, !Y!, !Z!)
Map.Thrown(284, 10, !X!, !Y!, !Z!)
Map.Thrown(285, 10, !X!, !Y!, !Z!)
Exit()