BBot - The best bot of the world

Full Version: Macro
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can someone have or someone do macro for : when cap<150 he dropping items for corps in the ground. ?
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.