Razor Macro: Simple Lumberjacking

Discussion in 'Guides' started by Lightshade, Feb 3, 2014.

  1. Lightshade

    Lightshade Well-Known Member
    UO:R Subscriber

    Joined:
    Sep 12, 2013
    Messages:
    1,894
    Likes Received:
    2,448
    Razor Macro: Simple Lumberjacking

    Macro 1: Lumberjacking Wait
    Code:
    !Loop
    Assistant.Macros.IfAction|4|0|put some
    Assistant.Macros.HotKeyAction|0|Play: Lumberjacking
    Assistant.Macros.EndIfAction
    Assistant.Macros.IfAction|4|0|hack
    Assistant.Macros.HotKeyAction|0|Play: Lumberjacking
    Assistant.Macros.EndIfAction
    Assistant.Macros.PauseAction|00:00:01
    
    Macro 2: Lumberjacking
    Code:
    !Loop
    Assistant.Macros.DoubleClickAction|1076648203|3915
    Assistant.Macros.WaitForTargetAction|3
    Assistant.Macros.LastTargetAction
    Assistant.Macros.PauseAction|00:00:02
    Assistant.Macros.IfAction|4|0|not enough wood
    Assistant.Macros.HotKeyAction|0|Play: Lumberjacking_Wait
    Assistant.Macros.EndIfAction
    
    The Lumberjacking Wait macro sits and "waits" for you to 2x Click your axe and target a tree. When it sees the System Messages that indicate you're chopping wood, it'll call your Lumberjacking macro.

    The Lumberjacking macro will clean out a tree. When it gets the System Messages that indicate that the tree is empty, it'll call the Lumberjacking Wait macro.

    These are simple macros that are designed to keep you engaged and out of trouble.

    • Find a quiet spot in the woods with little to no spawn.
    • Make sure it has runs of trees in multiple directions.
    • Preferably, make sure the trees are in double rows for twice the spots.
    • Place a small house in the middle.
    • Lock down logs on steps.
    • Walk off a few screens in one direction.
    • Walk the rows lumberjacking and dragging the logs.
    • Drop logs on locked down pile at house when you make it back to the house.
    • Enjoy your 1,000's of boards and logs.

    I don't bother cutting them into boards or anything with this simple macro. I just drop them to the ground and drag them along. There are much fancier macros to be made, but this is a pretty simple one to get ya's going and keep you from getting into trouble.
    Beethoven and Lethius like this.
  2. Syl

    Syl New Member

    Joined:
    Feb 6, 2014
    Messages:
    7
    Likes Received:
    1
    awesome, thanks for your help.
  3. Lestat

    Lestat Active Member

    Joined:
    Aug 11, 2014
    Messages:
    148
    Likes Received:
    68
    how do you paste these into razor?
  4. Lightshade

    Lightshade Well-Known Member
    UO:R Subscriber

    Joined:
    Sep 12, 2013
    Messages:
    1,894
    Likes Received:
    2,448
    I believe they no longer work as it was Updated to not allow Razor to see the system messages for lumberjacking and blacksmithing. I thought this was a poor change to the skills and hopefully it gets changed back, but oh well. The intent was to curb cheaters, I believe. Unfortunately, I think all this did was increase the good player's likelihood of getting carpal tunnel. :(

    Anywho, you can create a blank macro in Razor, and then copy/paste it into the .macro file by opening it up in Notepad and clicking Save. You could also save them in Notepad by clicking Save As and naming it something to the effect of Lumberjacking.macro. Then open up Razor and if you saved it in the appropriate Razor folder, it should be in there. You need to make sure the file extension is .macro and not .txt or something like that.
    Last edited: Nov 10, 2014
    Lestat likes this.
  5. Lightshade

    Lightshade Well-Known Member
    UO:R Subscriber

    Joined:
    Sep 12, 2013
    Messages:
    1,894
    Likes Received:
    2,448
    I will write a new one sometime if this one no longer works.
  6. Lightshade

    Lightshade Well-Known Member
    UO:R Subscriber

    Joined:
    Sep 12, 2013
    Messages:
    1,894
    Likes Received:
    2,448
    Updated Macro: Again, designed to keep you OUT of trouble while lessening the carpal tunnel. Assign each macro to a hot key. Just walk along hitting the appropriate hot key for which side of you the tree is on. Make sure you Retarget your axe in each macro before using macros.

    This macro chops wood on a tree to your players West side.

    Code:
    !Loop
    Assistant.Macros.DoubleClickAction|1076145499|3915
    Assistant.Macros.PauseAction|00:00:01
    Assistant.Macros.TargetRelLocAction|-2|0
    Assistant.Macros.PauseAction|00:00:02
    
    This macro chops wood on a tree to your players East side.

    Code:
    !Loop
    Assistant.Macros.DoubleClickAction|1076145499|3915
    Assistant.Macros.PauseAction|00:00:01
    Assistant.Macros.TargetRelLocAction|2|0
    Assistant.Macros.PauseAction|00:00:02
    
    Good Luck,

    ~ L / S
    Lestat likes this.

Share This Page