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

[Razor Macro] Lumberjacking
#1

Here's a macro I'm using to harvest wood.

Stand below a tree like you see in this picture so the macro will target the tree above you (the tree should be to the north-west of you or to the top of your screen)

[Image: 53103666.png]

Here is what the macro does:

-Harvest a tree until there's no more wood left in it.
-When the macro sees there is no more wood left it will cut any logs in your pack to turn them into boards.
-Then the macro will try to keep harvesting the same tree. At this point move to another tree to keep harvesting wood. If you don't move to another tree the macro will cut any other logs you have in your pack (helpful for when you have enough lumberjacking skill to get more then one type of wood).
-If you go over 420 stones the macro should stop completely. Normally this could be set to 430 but I set it to 420 so you don't drop a few boards on the ground.

If you have any problems with the macro let me know.

Quote:!Loop
Assistant.Macros.DoubleClickTypeAction|3907|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetRelLocAction|-1|-1
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.IfAction|4|0|there's not enough wood here to harvest
Assistant.Macros.DoubleClickTypeAction|3907|True
Assistant.Macros.TargetTypeAction|False|7133
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|5|1|420
Assistant.Macros.HotKeyAction|1083|
Assistant.Macros.ElseAction


Forum Jump:


Users browsing this thread: 1 Guest(s)