Razor mining macros

Discussion about the technical aspects of scripting. Ask about all issues involving your freelance projects here.
Locked
Fenix
Novice Scribe
Reactions:
Posts: 8
Joined: Wed Jan 02, 2013 5:01 am

Razor mining macros

Post by Fenix »

got two macros here one mines east and west
to install find the macro folder for razor it will either be in the razor program files folder or if on windows vista or 7 (unsure on 8)
it can be found in users/(username)/AppData/roaming/razor its a hidden folder so type it in (if no users set up username usually "computer")
once in you need to make a notepad file to put script in, i had trouble with this and workround was copy an exisiting macro open in notepad and replace script. restarting razor is needed for it to come up in macros tab

ok so here is mining east

!Loop
Assistant.Macros.DoubleClickAction|1336693592|3897
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetRelLocAction|0|0
Assistant.Macros.PauseAction|00:00:02.5000000
Assistant.Macros.IfAction|4|0|there is no metal here to mine.
Assistant.Macros.WalkAction|2
Assistant.Macros.WalkAction|2
Assistant.Macros.WalkAction|3
Assistant.Macros.ElseAction


and mining west

!Loop
Assistant.Macros.DoubleClickAction|1336693592|3897
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetRelLocAction|0|0
Assistant.Macros.PauseAction|00:00:02.5000000
Assistant.Macros.IfAction|4|0|there is no metal here to mine.
Assistant.Macros.WalkAction|6
Assistant.Macros.WalkAction|6
Assistant.Macros.WalkAction|3
Assistant.Macros.ElseAction


easy to use just remember no afk but it wouldnt help you as pack will overload or your pickaxe will break or you walk into a wall
you will more than likely need to retarget the double click bit (thats your pickaxe or shovel)
Fenix
Novice Scribe
Reactions:
Posts: 8
Joined: Wed Jan 02, 2013 5:01 am

Re: Razor mining macros

Post by Fenix »

i plan to rewrite said codes to do north and south as well for mines that have longer north south width ill post once i cba to do said codes lol
Locked