Mining Macro(s)

Hexoplex

Grandmaster
I was asked for a copy of my Razor Mining macros so here they are. These use a shovel and not a pick-axe.

Macro 1: Mines 8 Compass Locations (N,NE,E,SE,S,SW,W,NE):

!Loop
Assistant.Macros.DoubleClickTypeAction|3897|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetRelLocAction|1|0
Assistant.Macros.PauseAction|00:00:00.7000000
Assistant.Macros.DoubleClickTypeAction|3897|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetRelLocAction|0|1
Assistant.Macros.PauseAction|00:00:00.7000000
Assistant.Macros.DoubleClickTypeAction|3897|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetRelLocAction|0|-1
Assistant.Macros.PauseAction|00:00:00.7000000
Assistant.Macros.DoubleClickTypeAction|3897|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetRelLocAction|-1|0
Assistant.Macros.PauseAction|00:00:00.7000000
Assistant.Macros.DoubleClickTypeAction|3897|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetRelLocAction|-1|1
Assistant.Macros.PauseAction|00:00:00.7000000
Assistant.Macros.DoubleClickTypeAction|3897|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetRelLocAction|1|1
Assistant.Macros.PauseAction|00:00:00.7000000
Assistant.Macros.DoubleClickTypeAction|3897|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetRelLocAction|1|-1
Assistant.Macros.PauseAction|00:00:00.7000000
Assistant.Macros.DoubleClickTypeAction|3897|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetRelLocAction|-1|-1
Assistant.Macros.PauseAction|00:00:00.7000000


Macro 2 Mines 4 Compass Loactions (N,S,E,W):

!Loop
Assistant.Macros.DoubleClickTypeAction|3897|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetRelLocAction|0|1
Assistant.Macros.PauseAction|00:00:00.7000000
Assistant.Macros.DoubleClickTypeAction|3897|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetRelLocAction|-1|0
Assistant.Macros.PauseAction|00:00:00.7000000
Assistant.Macros.DoubleClickTypeAction|3897|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetRelLocAction|0|-1
Assistant.Macros.PauseAction|00:00:00.7000000
Assistant.Macros.DoubleClickTypeAction|3897|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetRelLocAction|1|0
Assistant.Macros.PauseAction|00:00:00.7000000


Macro 3 Mines Last Target:

!Loop
Assistant.Macros.DoubleClickTypeAction|3897|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.LastTargetAction
Assistant.Macros.PauseAction|00:00:00.7000000
 
Last edited by a moderator:

Fitchy

Neophyte
Please pardon my ignorance, but does the "compass Locations" mean the miner will mine till no metal to min and then turn and continue mining or is it something else entirely?
 

Hexoplex

Grandmaster
It's more of a "I'm not sure where to mine" or "All Inclusive" macro. It takes a little longer to drain a node, but you don't have to really worry about where you are in relation to the node. I can run that one and not worry if the mountain is to my East or West, I'll drain it eventually.

Now, if you adjust the delays between each attempt in macro 1, you can use this to locate where the node is and then use the 3rd macro to drain the node the fastest.


*Edit* I'll be trying to create this in UOSteam this week. Should be able to incorporate macro 1 and macro 3 into 1 macro. Will check for a good mining spot (like macro 1) and then focus solely on that good spot (like macro 3), when drained will start looking around for another good spot.
 

Hexoplex

Grandmaster
Unfortunately no. You will need to locate the Razor Macro folder by clicking start and searching %appdata% within that folder will be a listing of your other macros. Open one of those and replace the data there with one of mine and save as "whatever you want macro to be called". Should appear on the macro listing within the Razor application next time you load.
 
Top