Results 1 to 10 of 10

Thread: Rogue Guild: Lockmastery Scripts

  1. #1
    Join Date
    Oct 2003
    Location
    A big bag of mashed up jackass
    Posts
    22,621

    Default Rogue Guild: Lockmastery Scripts

    Thought I'd throw a few in, some may be a little buggy, but you get the basic picture, revise to suit as necessary. I'm not an expert, but these work for me enough to get by.

    MADE FOR USE IN WIZARD.FE

    Caliper Calibration master work.

    echo
    echo *****Start script after guildmaster pulls you aside and speaks*****
    echo

    put take calip
    waitfor you remove
    put lm calib calip
    pause 11
    goto start
    start:
    put take calip
    pause 1
    put lm MEASURE box
    pause 15
    put put calip on tab
    waitfor you place
    put take lock
    waitfor you remove
    put PICK box with lock
    pause 1
    put put lock on table
    waitfor you place
    put take calip
    waitfor you remove
    put lm CALIBRATE calip
    pause 15
    put give calip to %1
    pause 3
    goto start
    _________________________________________________

    Making Wedges:

    #(Guild R) Makes wedges for lock mastery

    main:
    echo
    echo **** Syntax .wedge [container]. You designate container to store em in!****
    echo
    echo **** Make sure you're hands are empty!****
    echo **** Make sure you've got coins!**********
    echo
    put order 1
    waitfor You can BUY
    put buy 1
    waitfor The workshop attendant hands you
    goto block1
    block1:
    put carve my block
    match block2 The wooden block begins to exhibit
    matchwait
    block2:
    pause .5
    put carve my block
    match wedge1 The roughly carved wedge now definitely appears narrower
    matchwait
    wedge1:
    pause .5
    put carve my wedge
    match wedge2 The roughly carved wedge is becoming
    matchwait
    wedge2:
    pause .5
    put carve my wedge
    match wedge3 The roughly carved wedge has developed
    matchwait
    wedge3:
    pause .5
    put carve my wedge
    match rub You finish carving the wedge
    matchwait
    rub:
    pause .5
    put rub my wedge
    match cloak Your strong wooden wedge is ready for use!
    match cloak Your solid wooden wedge is ready for use!
    match cloak Your warped wooden wedge is ready for use!
    match cloak Your brittle wooden wedge is ready for use!
    match cloak Your thin wooden wedge is ready for use!
    matchwait
    cloak:
    pause .5
    put put my wedge in my %1
    goto main
    ______________________________________________

    Picking contest:
    (Edited this with a version that I got from Gibrefucal with some of my modifications and fixes)

    #(Guild R) picking contest with masters

    start:
    put ask %1 about train in lock
    waitfor As an apprentice
    put nod %1
    disarm1:
    put disarm box
    match DISARM1 wait
    match DISARM2 discover no
    match DISARM1 picture of the trap
    match DISARM2 have scored
    match DISARM1 unable
    matchwait
    DISARM2:
    put disarm other box
    match DISARM2 wait
    match DISARM3 discover no
    match DISARM2 picture of the trap
    match DISARM3 have scored
    match DISARM2 unable
    matchwait
    DISARM3:
    put disarm third box
    match DISARM3 wait
    match DISARM4 discover no
    match DISARM3 picture of the trap
    match DISARM4 have scored
    match DISARM3 unable
    matchwait
    DISARM4:
    put disarm fourth box
    match DISARM4 wait
    match DISARM5 discover no
    match DISARM4 picture of the trap
    match DISARM5 have scored
    match DISARM4 unable
    matchwait
    DISARM5:
    put disarm fifth box
    match DISARM5 wait
    match PICK discover no
    match DISARM5 picture of the trap
    match PICK have scored
    match DISARM5 unable
    matchwait
    SWAPPICK:
    put put lock on table
    match SWAPPICK2 put a
    match SWAPPICK wait
    matchwait
    SWAPPICK2:
    put get rola lock
    match PICK%c remove
    match SWAPPICK2 wait
    matchwait
    PICK:
    put get rola lock
    match PICK1 remove
    match PICK wait
    matchwait
    PICK1:
    counter set 2
    put picklock box
    match PICKUP1 have been penalized
    match OPEN1 have scored
    match PICK1 make a fumbling attempt
    match PICK1 wait
    matchwait
    OPEN1:
    put open box
    match PICK1 appears to be
    match PICK2 open a
    match OPEN1 wait
    matchwait
    OPEN2:
    put open other box
    match PICK2 appears to be
    match PICK3 open a
    match OPEN2 wait
    matchwait
    OPEN3:
    put open third box
    match PICK3 appears to be
    match PICK4 open a
    match OPEN3 wait
    matchwait
    OPEN4:
    put open fourth box
    match PICK4 appears to be
    match PICK5 open a
    match OPEN4 wait
    matchwait
    OPEN5:
    put open fifth box
    match PICK5 appears to be
    match AGAIN open a
    match OPEN5 wait
    matchwait
    PICKUP1:
    pause
    put put lock on table
    put get vaa lock
    put picklock box
    match SWAPPICK have scored
    match PICKUP1 make a fumbling attempt
    match PICKUP1 have been penalized
    matchwait
    PICK2:
    pause
    counter set 3
    put picklock other box
    match PICKUP2 have been penalized
    match OPEN2 have scored
    match PICK2 make a fumbling attempt
    match PICK2 wait
    matchwait
    PICKUP2:
    pause
    put put lock on table
    put get vaa lock
    put picklock other box
    match SWAPPICK have scored
    match PICKUP2 make a fumbling attempt
    match PICKUP2 have been penalized
    matchwait
    PICK3:
    pause
    counter set 4
    put picklock third box
    match PICKUP3 have been penalized
    match OPEN3 have scored
    match PICK3 wait
    match PICK3 make a fumbling attempt
    matchwait
    PICKUP3:
    pause
    put put lock on table
    put get vaa lock
    put picklock third box
    match SWAPPICK have scored
    match PICKUP3 make a fumbling attempt
    match PICKUP3 have been penalized
    matchwait
    PICK4:
    pause
    counter set 5
    put picklock fourth box
    match PICKUP4 have been penalized
    match OPEN4 have scored
    match PICK4 wait
    match PICK4 make a fumbling attempt
    matchwait
    PICKUP4:
    pause
    put put lock on table
    put get vaa lock
    put picklock fourth box
    match SWAPPICK have scored
    match PICKUP4 make a fumbling attempt
    match PICKUP4 have been penalized
    matchwait
    PICK5:
    pause
    put picklock fifth box
    match PICKUP5 have been penalized
    match AGAIN repetitions
    match AGAIN repetition
    match EXIT completed
    match PICK5 wait
    match PICK5 make a fumbling attempt
    match START escorts you back
    matchwait
    PICKUP5:
    pause
    put put lock on table
    put get vaa lock
    put picklock fifth box
    match PICKUP5 have been penalized
    match PICKUP5 make a fumbling attempt
    match START escorts you back
    match EXIT completed
    matchwait
    AGAIN:
    match START escorts you back
    matchwait
    EXIT:
    put hide
    echo ***** DONE *****
    exit
    Last edited by Gan; 08-23-2006 at 12:12 PM. Reason: Updated script
    Quote Originally Posted by Kranar View Post
    If you can't handle some offensive content on a real time message board, then don't read them.
    Tough times never last but tough people do. -Robert H Schuller.

  2. Default lmaster sense master reps

    Does anyone have a script for these reps, when the guildmaster wants to know the conditions and spells upon you?
    And thus I clothe my naked villainy
    With old odd ends, stol'n forth of holy writ;
    And seem a saint, when most I play the devil.

    William Shakespeare

    BreeLv2 (5:15:15 PM): I was runing through the Thrak Inn, and saw the cozy nook..
    BreeLv2 (5:15:19 PM): and thought it said the nozy cock

  3. #3
    Join Date
    Oct 2003
    Location
    A big bag of mashed up jackass
    Posts
    22,621

    Default

    A simple one for the first series of lockpick appraisal reps. Its very simple, and requires you to watch and choose which pick to give the master.

    #(GuildR) Appraise lockpicks for master
    pick1:
    pause
    put take lock from table
    match pick2 Get what?
    match appraise1 You remove
    matchwait

    pick2:
    pause
    put take other lock from table
    match pick3 Get what?
    match appraise2 You remove
    matchwait

    pick3:
    pause
    put take third lock from table
    match pick4 Get what?
    match appraise3 You remove
    matchwait

    pick4:
    pause
    put take fourth lock from table
    match pick5 Get what?
    match appraise4 You remove
    matchwait

    pick5:
    pause
    put take fifth lock from table
    match exit Get what?
    match appraise5 You remove
    matchwait

    appraise1:
    pause
    put lm appraise my lock
    pause
    put put lock on tab
    pause
    goto pick2

    appraise2:
    pause
    put lm appraise my lock
    pause
    put put lock on tab
    pause 2
    goto pick3

    appraise3:
    pause
    put lm appraise my lock
    pause
    put put lock on tab
    pause
    goto pick4

    appraise4:
    pause
    put lm appraise my lock
    pause
    put put lock on tab
    pause
    goto pick5

    appraise5:
    pause
    put lm appraise my lock
    pause
    put put lock on tab
    pause

    exit:
    exit
    Last edited by Gan; 08-03-2006 at 11:04 AM.
    Quote Originally Posted by Kranar View Post
    If you can't handle some offensive content on a real time message board, then don't read them.
    Tough times never last but tough people do. -Robert H Schuller.

  4. #4
    Join Date
    Jan 2004
    Location
    New York, NY
    Posts
    18,210

    Default

    yay, just started appraise last night, thanks Ganalon.

    -TheE-
    A.M.D.G.

    Quote Originally Posted by Gan View Post
    D TEAM UNITE! YOUR HEAD CHEERLEADER IS CALLING, HIS ATTEMPTED RESCUE OF THEe IS FAILING.

  5. #5
    Join Date
    Jan 2004
    Location
    New York, NY
    Posts
    18,210

    Default

    Although, Ganalon, you can make this automatic. I'll fiddle with it for a bit, get back to you.

    -TheE-
    A.M.D.G.

    Quote Originally Posted by Gan View Post
    D TEAM UNITE! YOUR HEAD CHEERLEADER IS CALLING, HIS ATTEMPTED RESCUE OF THEe IS FAILING.

  6. #6
    Join Date
    Sep 2007
    Location
    north carolina
    Posts
    612

    Default

    could someone make it recognize the best quality and give the pick to the master?

  7. #7

    Default

    Why do you need a script for that? takes 5 minutes - just pick up the first pick and give it to the master over and over again til you're done (not sure if you actually have to appraise it, can't remember).
    Discord: Valendr0s#6885

  8. #8

    Default

    you have to appraise it I'm pretty sure, and that wont work really.. you only get two shots to get it right before they rearrange the picks.

  9. #9

    Default

    Sometimes it's 3-4 pick re-arrangments before the first or second pick is the best again, but most of the time works like a charm and faster than thinking about it.
    Discord: Valendr0s#6885

  10. Default

    Quote Originally Posted by Firefly View Post
    Does anyone have a script for these reps, when the guildmaster wants to know the conditions and spells upon you?
    This one is also driving me nuts.. I do it just like he tells me to and it's not working. Did you ever get any help Firefly? If so, can ya help me out?

    If not, Can someone look into this?


Similar Threads

  1. SF Rogue guild scripts
    By radeek in forum Scripting Discussion
    Replies: 3
    Last Post: 01-21-2014, 02:09 PM
  2. Stun Man or other rogue guild scripts
    By CaptContagious in forum Miscellaneous Scripts
    Replies: 3
    Last Post: 05-15-2009, 02:14 AM
  3. Rogue Guild - Lockmastery - Appraise
    By Electrawn in forum Scripting Discussion
    Replies: 0
    Last Post: 02-26-2005, 01:52 AM
  4. Rogue Guild - Lockmastery - Pickcontest
    By Electrawn in forum Scripting Discussion
    Replies: 0
    Last Post: 02-26-2005, 01:49 AM
  5. Rogue Guild Scripts
    By StrayRogue in forum Scripting Discussion
    Replies: 4
    Last Post: 07-30-2003, 10:47 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •