Results 1 to 9 of 9

Thread: LM scripts

  1. #1

    Default LM scripts

    As I make them I will post them, feel free to add your own, add comments about mine, etc.
    Quote Originally Posted by Hulkein View Post
    That is some weird shit.

  2. #2

    Default

    Here's one for clasp reps: Buy all the clasps and sacks you need and have them in an open container on your person then:

    start:
    put get my sack
    waitfor You remove
    put get my clasp
    waitfor You remove
    put lm clasp my sack
    waitfor Picking up
    pause 1
    put lm clasp my sack
    waitfor You are
    put lm clasp longdesc
    match rep remaining.]
    match done task.]
    matchwait

    rep:
    pause 1
    put put sack
    waitfor You drop
    goto start

    done:
    move out
    put go door
    move w
    move s
    echo
    echo ****************
    echo ** Big Pimpin **
    echo ****************
    Quote Originally Posted by Hulkein View Post
    That is some weird shit.

  3. #3

    Default

    Wrote that because I had 9 clasp reps and didn't feel like sitting there for that heh.
    Quote Originally Posted by Hulkein View Post
    That is some weird shit.

  4. #4

    Default

    Originally posted by AnticorRifling
    echo
    echo ****************
    echo ** Big Pimpin **
    echo ****************
    rofl

  5. Default

    pick contest - Simple, always use vaalin approach, but I have never lost, it usually wins with large time bonuses

    .pickcontest <trainer name>





    put ask %1 about train in lock

    match disarmOne pair of tables
    matchwait

    disarmOne:
    put nod %1
    match disarmTwo discover no traps
    match disarmOne picture of the trap
    match disarmTwo you nudge
    put disarm box
    matchwait

    disarmTwo:
    match disarmThree discover no traps
    match disarmTwo picture of the trap
    match disarmThree you nudge
    put disarm other box
    matchwait

    disarmThree:
    match disarmFour discover no traps
    match disarmThree picture of the trap
    match disarmFour you nudge
    put disarm third box
    matchwait

    disarmFour:
    match disarmFive discover no traps
    match disarmFour picture of the trap
    match disarmFive you nudge
    put disarm fourth box
    matchwait

    disarmFive:
    match pickOne discover no traps
    match disarmFive picture of the trap
    match pickOne you nudge
    put disarm fifth box
    matchwait

    pickOne:
    put get vaa lock
    match pickTwo CLICK!
    match pickOne -50
    put pick box
    matchwait

    pickTwo:
    match pickThree CLICK!
    match pickTwo -50
    put pick other box
    matchwait

    pickThree:
    match pickFour CLICK!
    match pickThree -50
    put pick third box
    matchwait

    pickFour:
    match pickFive CLICK!
    match pickFour -50
    put pick fourth box
    matchwait

    pickFive:
    match exit CLICK!
    match pickFive -50
    put pick fifth box
    matchwait

    exit:
    put l sc
    In fear of everything we see
    In fear of death and misery
    We call the court
    We cast the runes
    And pray to God for our fortunes

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

    Default

    Wedge maker:

    #(Guild R) Makes wedges for lock mastery


    main:
    echo
    echo **** usage .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
    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.

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

    Default

    Anyone have a LM script for caliper calibration master work?
    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.

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

    Default

    Threw a rough LM Caliper Calibration master work script together... seems to work adequately for now.

    _________________________________________

    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 vigil
    pause 3

    goto start
    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.

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

    Default

    Here's the FE version for picking contest as modified from the SF version earlier in this thread. I set it up to use alum for the first two lower level locks then vaalin for the last 3. Its worked with high scores and great speed when it doesnt hang. Any adjustment ideas welcomed.
    __________________________________________________ __

    #(Guild R) picking contest

    .pickcontest <trainer name>

    put ask %1 about train in lock

    match disarmOne pair of tables
    matchwait

    disarmOne:
    put nod %1
    put disarm box
    match pickOne You discover no traps
    match disarmOne You still have
    match pickOne [You have
    matchwait

    disarmTwo:
    put put my lock on table
    put disarm other box
    match picktwo You discover no traps
    match disarmTwo You still have
    match picktwo [You have
    matchwait

    disarmThree:
    put put my lock on table
    put disarm third box
    match pickthree You discover no traps
    match disarmThree You still have
    match pickthree [You have
    matchwait

    disarmFour:
    put put my lock on table
    put disarm fourth box
    match pickfour You discover no traps
    match disarmFour You still have
    match pickfour [You have
    matchwait

    disarmFive:
    put put my lock on table
    put disarm fifth box
    match pickfive You discover no traps
    match disarmFive You still have
    match pickfive [You have
    matchwait

    pickOne:
    pause 10
    put get alum lock
    put pick box with my lock
    match disarmTwo CLICK!
    match pickOne -50
    matchwait

    pickTwo:
    pause 10
    put get alum lock
    put pick other box with my lock
    match disarmthree CLICK!
    match pickTwo -50
    matchwait

    pickThree:
    pause 10
    put get vaa lock
    put pick third box with my lock
    match disarmFour CLICK!
    match pickThree -50
    matchwait

    pickFour:
    pause 10
    put get vaa lock
    put pick fourth box with my lock
    match disarmFive CLICK!
    match pickFour -50
    matchwait

    pickFive:
    pause 10
    put get vaa lock
    put pick fifth box with my lock
    match exit CLICK!
    match pickFive -50
    matchwait

    exit:
    put turn my lock
    put put my lock on table
    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.

Similar Threads

  1. Scripts
    By blanks in forum Rogue
    Replies: 8
    Last Post: 10-21-2014, 01:34 PM
  2. MA Scripts
    By Lodyn in forum Miscellaneous Scripts
    Replies: 1
    Last Post: 12-23-2011, 05:10 PM
  3. Help with Scripts
    By jhiggs in forum Miscellaneous Scripts
    Replies: 10
    Last Post: 01-21-2009, 07:42 PM
  4. Looking for lfm scripts
    By soenchanting in forum Rogue
    Replies: 5
    Last Post: 08-11-2005, 10:07 PM
  5. Some of my most used scripts.
    By Trinitis in forum Scripting Discussion
    Replies: 22
    Last Post: 02-17-2004, 10:59 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
  •