BBot - The best bot of the world
Drop Food Script - 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: Drop Food Script (/thread-8045.html)



Drop Food Script - xeuhoriaax - 03-30-2013

I need a script that will drop food on the ground every few seconds, stop for like 5 seconds and continue with the cavebotting. I was trying to do it myself but I couldn't quite figure it out how to stop all the automatic actions for specific period of time and how to resume the automatic actions.
Please Help...


RE: Drop Food Script - oscar - 03-30-2013

One question, what food do you carry?

It is much easier if you buy for example: 200 brown mushrooms.

Then when you bot you just set auto looter that the bot will drop the loot on the ground.

Kind regards Oscar


RE: Drop Food Script - Kimoszin - 04-06-2013

[macro]0 {Item Drop} ID_DROP:=1245346 X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Thrown(!ID_DROP!, 1, !X!, !Y!, !Z!) Map.Thrown(!ID_DROP!, 1, !X!, !Y!, !Z!) Map.Thrown(!ID_DROP!, 1, !X!, !Y!, !Z!) Map.Thrown(!ID_DROP!, 1, !X!, !Y!, !Z!) Macro.Wait(5000)[/macro]