Lumberjack Macro

Discussion in 'Guides' started by HateCrime, Aug 8, 2012.

  1. MikeK

    MikeK Well-Known Member
    UO:R Subscriber

    ahhhhh!!! thanks for the info Vlar. I was staring at my razor macro for so long and couldn't figure it out. Even tried resetting my computer.
  2. Vlar

    Vlar Well-Known Member

    Oh god! xD Ah that sucks man! :confused:
  3. Cheapsuit

    Cheapsuit Well-Known Member
    Server Supporter

    So with the modifications, we have to stop the macro and manually chop the logs?
  4. compsays

    compsays Active Member
    UO:R Subscriber

    No. Just add on to the Macro (in Razor) a couple of lines:

    Double-click hatchet (or whatever) - by type
    Wait for target
    Double-click logs - by type.

    My simple LJ macro has that in it at the end.
  5. Vizzer

    Vizzer Active Member

    I do respect the ingenuity of those who create macros, but I GMed LJ the masochists way, whiskey at 10am, F1 and F2 your heart out. I personally felt complimented every time I was I asked if I was a robot.
    Destruction and Hawkeye like this.
  6. StarScream

    StarScream Well-Known Member

    This is not working for me. It doesnt chop up the boards, doesnt say next tree, doesnt equip an axe if I dont have one. Any Help anyone?
  7. Cheapsuit

    Cheapsuit Well-Known Member
    Server Supporter

    !Loop
    Assistant.Macros.IfAction|8|-1|0
    Assistant.Macros.LiftTypeAction|3907|1
    Assistant.Macros.DropAction|0x91660|(0, 0, 0)|2
    Assistant.Macros.EndIfAction
    Assistant.Macros.HotKeyAction|1305|
    Assistant.Macros.PauseAction|00:00:00.1300000
    Assistant.Macros.TargetRelLocAction|-1|0
    Assistant.Macros.PauseAction|00:00:01.1000000
    Assistant.Macros.IfAction|4|0|harvest
    Assistant.Macros.EndIfAction
    Assistant.Macros.IfAction|5|1|340
    Assistant.Macros.HotKeyAction|1305|
    Assistant.Macros.PauseAction|00:00:00.2000000
    Assistant.Macros.TargetTypeAction|False|7133
    Assistant.Macros.PauseAction|00:00:01.5000000
    Assistant.Macros.LiftTypeAction|7127|150
    Assistant.Macros.DropAction|0x91860|(-1, -1, 0)|0
    Assistant.Macros.PauseAction|00:00:01.5000000

    You have to reset your target to your own pack horse, but after that. it'll do everything for you except move your character. Just put him east of the tree and he'll put in work for you. You may have to retarget your own boards and wood as well.
  8. StarScream

    StarScream Well-Known Member

    Ahh perfect thanks Cheap. I guess I missed that part. Cheers
    Cheapsuit likes this.
  9. Tyler McCart

    Tyler McCart New Member

    I'm just getting "You can't use an axe on that"
  10. wylwrk

    wylwrk Well-Known Member

    turn off circle of transparency (in game options)
    position character due east of a wood producing tree
    in razor right click "target relative location" line and select re-target
    target the tree
    Tyler McCart likes this.
  11. Jester1

    Jester1 Active Member
    UO:R Subscriber

    Here is Macro that throws to a Make Boards Macro, then returns back to the LJ Macro:

    LJ MAcro:
    ------------------------------------------------------------------------------
    !Loop
    Assistant.Macros.IfAction|8|-1|0
    Assistant.Macros.DressAction|Axe
    Assistant.Macros.EndIfAction
    Assistant.Macros.HotKeyAction|1305|
    Assistant.Macros.WaitForTargetAction|5
    Assistant.Macros.TargetRelLocAction|-1|0
    Assistant.Macros.PauseAction|00:00:01.1000000
    Assistant.Macros.IfAction|4|0|harvest
    Assistant.Macros.HotKeyAction|0|Play: Make Boards
    Assistant.Macros.SpeechAction|0|52|3|ENU|0|next tree!
    Assistant.Macros.EndIfAction
    Assistant.Macros.IfAction|5|1|380
    Assistant.Macros.HotKeyAction|0|Play: Make Boards
    Assistant.Macros.TargetTypeAction|False|7133
    Assistant.Macros.PauseAction|00:00:06
    Assistant.Macros.EndIfAction
    ----------------------------------------------------------------------------------

    Make Boards Macro:
    ---------------------------------------------------------------------------------
    !Loop
    Assistant.Macros.DoubleClickTypeAction|3907|True
    Assistant.Macros.WaitForTargetAction|3
    Assistant.Macros.TargetTypeAction|False|7133
    Assistant.Macros.HotKeyAction|0|Play: CHop Trees2

    ------------------------------------------------------------------------------
  12. Cretoma

    Cretoma Active Member

    I am on a mac, looking for the %appdata% so I can copy/paste. Any idea how to find it? "Finder" is not much of a finder here.
  13. Sheepdog

    Sheepdog Well-Known Member

    IF YOUR USING A SHORTCUT:

    -Ctrl click the icon for the UOR window your using on your desktop

    -Click show original

    IF YOUR NOT USING A SHORTCUT:

    -Ctrl click that icon

    -Click show package contents

    -Double click drive C Icon folder

    -Double click users folder

    -Double click your computers folder name (it will be the folder NOT called crossover, nkr, public or wineskin)

    -Double click application data folder

    -Double click razor folder

    -Double click macros folder

    That is where your macros are kept

    I personally find it easier to create a macro before I do all of this where I record my self saying something and name it what you want this new pasted macro to be called.

    From there you:

    - CTRL click the name of the macro you want to edit and select open with >

    >Other

    Then select Text edit.

    That will then open up a text edit folder with whatever you just typed in game and recorded yourself doing so, highlight that, delete, paste the new one and hit save.

    You may need to reatart your client before it's visible, you don't always need to do that but sometimes it won't register.

    And FWIW it took me a good few weeks of passively searching before I found all of that, I made a shortcut to the folder on my desktop for future ease too.

    Hope that helps!!
    Cretoma likes this.
  14. Cretoma

    Cretoma Active Member

    I have it!

Share This Page