Lockpicking Macro

Discussion in 'Renaissance Discussion' started by David Scraggs, Jan 15, 2017.

  1. David Scraggs

    David Scraggs Well-Known Member

    How are you guys setting this macro up to relock the box? I tried the "if system command" but not sure what to put in the box.
    newme likes this.
  2. David Scraggs

    David Scraggs Well-Known Member

    Figured it out. Got to add the "end if" lol thanks anyway
    newme likes this.
  3. wylwrk

    wylwrk Well-Known Member

    "yields" for success
    "appears" for fails
    newme likes this.
  4. Uruk'n

    Uruk'n New Member

    Put the key for the box inside the box. If you failed to pick it then you won't be able to use the key to unlock it again. This makes the macro a lot easier.

    Pick box
    Use key
    Wait 0.5 sec (do not use Wait for Target since if the box is locked this will never happen)
    Target box
    Wait 4 sec
  5. David Scraggs

    David Scraggs Well-Known Member

    thanks for the replies guys!

Share This Page