Quote:
|
Originally Posted by stunning_storm
Can u make a macro with razor that mines and then puts the ore into the bank? I dont know how to do it so id really appreciate some help.
|
I'm not going to post raw code, but this is what you need to do....
Record a macro. It should look similar to this:
Code:
!loop
double click shovel (by type)
click mining spot
if "no metal" in sysmsg
wait 105 seconds
else
wait 2.5 seconds
if "you mine"
pick up 3 ore (by type)
wait 0.85 seconds
drop to container in bank box
wait 0.50 seconds
else
end if
end if