02-19-2015, 12:39 AM
Try it
Remember, you need to edit numbers (1234, 12345, 123456, 1234567) to ID of items you need throw on the sqm.
Number 50 is the amount of item to throw.
It is a manual macro, you need to add one Macro on cavebot waypoints.
Macro (x y z:macroname) if you understand a little of this bot, you know how to create it.
Code:
0 {THROW ITEM} ITEMID:=1234 ITEMID2:=12345 ITEMID3:=123456 ITEMID4:=1234567 Map.Thrown(!ITEMID!, 50, 32813, 32170, 9) Macro.Wait(2000) Map.Thrown(!ITEMID2!, 50, 32813, 32170, 9) Macro.Wait(2000) Map.Thrown(!ITEMID3!, 50, 32813, 32170, 9) Macro.Wait(2000) Map.Thrown(!ITEMID4!, 50, 32813, 32170, 9)
Remember, you need to edit numbers (1234, 12345, 123456, 1234567) to ID of items you need throw on the sqm.
Number 50 is the amount of item to throw.
It is a manual macro, you need to add one Macro on cavebot waypoints.
Macro (x y z:macroname) if you understand a little of this bot, you know how to create it.