Script for Lockpicking (UOS)

General Macro Help Script for Lockpicking (UOS)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2899
    orks777
    Member
      • Topics - 13
      • Replies - 102
      • Total - 115
      • Expert
      • ★★★★★

      //Experience
      //Train Lockpicking with 2 boxes
      while @injournal ‘*Unlocked!*’
      useobject ‘Key Ring’
      autotargetobject ‘First Box’
      clearjournal
      pause 500
      endwhile
      if not findalias ‘Lockpicks’
      headmsg ‘Select Lockpicks’
      promptalias ‘Lockpicks’
      endif
      if not findalias ‘First Box’
      headmsg ‘Select First Box’
      promptalias ‘First Box’
      endif
      if not findalias ‘Key Ring’
      headmsg ‘Select Key Ring’
      promptalias ‘Key Ring’
      endif
      if skill ‘Lockpicking’ <= 130.0
      useobject ‘Lockpicks’
      autotargetobject ‘First Box’
      pause 2500
      endif
      replay

      #2900
      theodore
      Member
        • Topics - 0
        • Replies - 5
        • Total - 5
        • Neophyte

        Do it manualy like we did oldschool 🙂

        #2940
        orks777
        Member
          • Topics - 13
          • Replies - 102
          • Total - 115
          • Expert
          • ★★★★★

          true… we realy old school))))

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.