BBot - The best bot of the world
Pick up spear from ground. Important! - 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: Pick up spear from ground. Important! (/thread-4313.html)



Pick up spear from ground. Important! - davson92 - 09-04-2012

Hi guys, its possible to do macro which pick up spear under me, but not all becouse i have only 200cap, so i can only pick up 10 spear, someone know how do this?

I have 100 spears under me and i need to pick up 10 to my bp because i have only 200 free cap


RE: Pick up spear from ground. Important! - Kimoszin - 09-04-2012

Code:
1000 {Equip Spear} # Configs ID:=3277 Count:=10 Cap:=180 # End Configs  X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Capacity()>=!Cap! Map.PickUp(!ID!, !Count!, 0, !X!, !Y!, !Z!)



RE: Pick up spear from ground. Important! - davson92 - 09-04-2012

Yeah! Its work. Thank You!