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

lockpicking
#3

Xyn Wrote:I got you covered bud.

Code:
sub Lockpicking()
    While UO.SkillVal("Lockpicking") < 1000
    uo.exec("usetype LOCKPICKTYPEHERE")
    uo.waittargetobject("box")
    wait(4500)
    uo.exec("useobject 'key'")
    wait(500)
    uo.waittargetobject("box")
    wend
end sub

,addobject box (target your lockbox)
,addobject key (target the key inside the lockbox)

I wrote this at work, so I don't have the lockpick object type off hand. You'll have to ,info it and enter it yourself. I wrote this up tonight for myself before leaving for work.

yeah np, thanks bro Smile


Messages In This Thread
lockpicking - by sm0ke - 04-11-2012, 01:13 PM
lockpicking - by Xyn - 04-11-2012, 01:48 PM
lockpicking - by sm0ke - 04-11-2012, 06:56 PM
lockpicking - by sm0ke - 04-11-2012, 07:26 PM
lockpicking - by Gang - 04-12-2012, 04:17 PM
lockpicking - by sm0ke - 04-12-2012, 06:26 PM
lockpicking - by Mael - 04-12-2012, 07:10 PM
lockpicking - by Gang - 04-14-2012, 08:31 PM
lockpicking - by Mael - 04-14-2012, 08:51 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)