BBot - The best bot of the world
Dropping food on the ground... Is it possible? - 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: Dropping food on the ground... Is it possible? (/thread-6398.html)



Dropping food on the ground... Is it possible? - xeuhoriaax - 01-05-2013

Using either macro or any other feature of bbot.


RE: Dropping food on the ground... Is it possible? - Piwo - 01-05-2013

ofc it is possible Smile just add any food into looter and as backpack set ground Smile


RE: Dropping food on the ground... Is it possible? - Kimoszin - 01-05-2013

[macro]0 {Drop Food in Ground} ID:=3582 COUNT:=1 X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Thrown(!ID!, !COUNT!, !X!, !Y!, !Z!)[/macro]

[macro]1500 {Drop Food in Ground} ID:=3582 COUNT:=1 X:=1006 Y:=1037 Z:=7 Self.PositionIn(!X!, !Y!, !Z!, !X!, !Y!, !Z!)==1 Map.Thrown(!ID!, !COUNT!, !X!, !Y!, !Z!)[/macro]


RE: Dropping food on the ground... Is it possible? - xeuhoriaax - 01-05-2013

Awesome...thank you so much!!!