PDA

View Full Version : Teras lockpick script help



Durgrimst
05-27-2009, 06:58 AM
My goal is to start the script like...

.pick box chest coffer

And then the script will pick all my boxes, move onto chests pick them all so on. This is what I have, it will pick all the boxes but will not move to the next type of box, and ideas?

START:
put get %1 from my satchel

match Pick You remove
match Next I could not find

Pick:
put put my %1 on counter
waitfor You put
put pull key
waitfor and I'll have it open
put pay 7000
waitfor Turning his attention to the
put get %1 from counter
waitfor You remove
put open my %1
waitfor You open
put look in my %1
put get coins from my %1
wait 3
put empty %1 into my satchel
wait 3
put look in my %1
put put %1 in crate
goto START

Next:
shift
wait 1
goto START

Bhuryn
05-27-2009, 10:09 AM
Try:

START:

match Pick You remove
match Next I could not find
put get %1 from my satchel
matchwait

NocturnalRob
05-27-2009, 11:36 AM
how about this?

START:
put find Hopdevil

match Quit There are no
match Win Brave

Quit:
put exit

Win:
put rub amulet
put think to Hopdevil I need some boxes opened. Meet me at the statue. Thanks.

Gibreficul
05-27-2009, 06:14 PM
Or if you can drag Gib's dumb ass out of the forge.

I'll type...

.waitbox

You can just hand boxes over and they'll be given back.

That shouldn't be too hard to script....

Gibreficul really needs to finish his Lich version pick-script.

NocturnalRob
05-27-2009, 06:47 PM
Gibreficul really needs to finish his Lich version pick-script.
motherfucker, you've been working on that shit for months now. what's the hold-up!?

Gibreficul
05-27-2009, 07:00 PM
motherfucker, you've been working on that shit for months now. what's the hold-up!?

When it's done, it'll work for a level 5 locksmith, or a capped LFM 3x pick/disarm locksmith build, and anything in between.

Being complete and safe is what's taking so long, besides, I'm still using my SF version for most of my picking endeavors. Since it ain't broke, my urgency to "fix it" isn't there.


Gibreficul

Locksmiths! Definitions2.lic has a maxlock calculator built in for characters with 40+ picking ranks!

Durgrimst
05-27-2009, 08:12 PM
I came up with a whole new concept for the script thanks to some help from Durfin, after I test it I will post it, and I normally don't get bards to pick my boxes because I have my own and I am mainly using the town locksmith to work on getting citizenship, and the hours I play there aren't a lot of locksmiths around.