Results 1 to 6 of 6

Thread: Looking for lfm scripts

  1. Default Looking for lfm scripts

    Okay at rank 10 in lfm and have masters calibration reps (freaking 7 of them). I haven't even finished one because it makes my eyes want to bleed. Does anyone have a script for these and other caliper tasks please? I'm crap at writing scripts. Oh and I know I get picking contest soon too so scripts for that would be very helpful too. Thanks

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

    Default

    Caliper Calibration - Masters work script.

    This is a rough one but workable - guild master will kick you out when you've finished... (yes it could use alot of improvements but I felt really lazy when I made it).

    _________________________________

    Caliper Calibration masters work.




    echo
    echo *****Start script [.caliper (guildmaster's name)] after guildmaster pulls you aside and gives his intro speech*****
    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
    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.

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

    Default

    Picking contest script. Note: Based on your picking skill you might need to edit the ALUM lockpick found in the PickOne: section (halfway down the script after the disarm sections).

    You can also modify each Picking section to pick up specific picks and drop them prior to moving onto the next box (section) by adding a few lines. I chose alum for a tripled level 74 rogue so the scores will be higher than using vaalin for each box.

    This is still a little buggy but seems to work for the most part. Enjoy, if you improve it re-post so others can reap the benefits.

    _________________________________

    #(Guild R) picking contest

    echo
    echo **** Syntax = .pickcontest <trainer name> *******
    echo

    put ask %1 about train in lock

    match disarmOne pair of tables
    matchwait

    disarmOne:
    put nod %1

    pause
    put disarm box
    pause
    put disarm box
    pause
    goto disarmtwo

    disarmTwo:
    pause
    put disarm other box
    pause
    put disarm other box
    pause
    goto disarmthree

    disarmThree:
    pause
    put disarm third box
    pause
    put disarm third box
    pause
    goto disarmfour

    disarmFour:
    pause
    put disarm fourth box
    pause
    put disarm fourth box
    pause
    goto disarmfive

    disarmFive:
    pause
    put disarm fifth box
    pause
    put disarm fifth box
    pause
    goto pickone

    pickOne:
    pause

    put get ALUM lock

    put pick box with my lock
    match pickTwo CLICK!
    match pickone You are not able to pick the lock
    match pickOne -50
    match pickone ...wait
    matchwait

    pickTwo:
    pause
    put pick other box with my lock
    match pickthree CLICK!
    match picktwo You are not able to pick the lock
    match pickTwo -50
    match picktwo ...wait
    matchwait

    pickThree:
    pause
    put pick third box with my lock
    match pickfour CLICK!
    match pickthree You are not able to pick the lock
    match pickThree -50
    match pickthree ...wait
    matchwait

    pickFour:
    pause
    put pick fourth box with my lock
    match pickfive CLICK!
    match pickfour You are not able to pick the lock
    match pickFour -50
    match pickfour ...wait
    matchwait

    pickFive:
    pause
    put pick fifth box with my lock
    match exit CLICK!
    match pickfive You are not able to pick the lock
    match pickFive -50
    match pickfive ...wait
    matchwait

    exit:
    match exit ...wait
    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.

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

    Default

    Script for making wedges...

    This one was a quick goto script that will make wedges as long as you have the coins to buy the wood.

    ___________________________________

    #(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
    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.

  5. Default

    Thanks a ton Ganalon, very much appreciated!

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

    Default

    Very welcome. If you improve or tweak any to run more efficiently, please post.
    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. LM scripts
    By AnticorRifling in forum Scripting Discussion
    Replies: 8
    Last Post: 06-25-2005, 01:49 AM
  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
  •