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



Macro - Grue - 07-18-2013

Can someone have or someone do macro for : when cap<150 he dropping items for corps in the ground. ?


RE: Macro - kamill - 07-18-2013

Misc.ItemCountEx(ITEMID)>0
Self.Capacity<=150
X:=Self.X
Y:=Self.Y
Z:=Self.Z
Map.Thrown(ITEMID, -1, !X!, !Y!, !Z!)

Try this macro, but it can be wrong.