Thread: Mining problem
View Single Post
Old 09-08-2004, 03:44 PM   #2 (permalink)
blue_drac
 
Join Date: Mar 2004
Location: Skei's Haven, Krynn
Age: 34
Posts: 38
Default

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
blue_drac is offline   Reply With Quote