Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Razor Issue
#1

Is it just me or can anyone else use target relative location while mining in razor? I can't seem to get it work...
#2

I had it working. You'll want to right-click and convert it to relative location without moving though. If you target your feet, then walk 10 steps, it will make the relative location 10 steps away from you.

I use this macro to mine the 9 squares around where I'm standing:

Code:
!Loop
Assistant.Macros.ForAction|7
Assistant.Macros.DoubleClickTypeAction|3718|True
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.TargetRelLocAction|0|0
Assistant.Macros.DoubleClickTypeAction|3718|True
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.TargetRelLocAction|0|1
Assistant.Macros.DoubleClickTypeAction|3718|True
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.TargetRelLocAction|1|0
Assistant.Macros.DoubleClickTypeAction|3718|True
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.TargetRelLocAction|1|1
Assistant.Macros.DoubleClickTypeAction|3718|True
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.TargetRelLocAction|0|-1
Assistant.Macros.DoubleClickTypeAction|3718|True
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.TargetRelLocAction|-1|-1
Assistant.Macros.DoubleClickTypeAction|3718|True
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.TargetRelLocAction|-1|0
Assistant.Macros.DoubleClickTypeAction|3718|True
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.TargetRelLocAction|-1|1
Assistant.Macros.DoubleClickTypeAction|3718|True
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.TargetRelLocAction|1|-1
Assistant.Macros.EndForAction
#3

Yeah that's what I do, target the ground and without moving change it to relative location. The macro will run through the loop entirely but will nto actaully mine. o.O


Forum Jump:


Users browsing this thread: 1 Guest(s)