Posts: 10
Threads: 4
Joined: Jan 2013
Reputation:
0
03-30-2013, 12:41 PM
(This post was last modified: 03-30-2013, 12:48 PM by xeuhoriaax.)
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...
Posts: 317
Threads: 37
Joined: Sep 2012
Reputation:
0
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
Posts: 1,617
Threads: 15
Joined: Dec 2011
Reputation:
0
04-06-2013, 06:17 PM
(This post was last modified: 04-06-2013, 06:17 PM by Kimoszin.)
[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]