PDA

View Full Version : Looking for lfm scripts



soenchanting
08-11-2005, 04:15 PM
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

Gan
08-11-2005, 06:19 PM
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

Gan
08-11-2005, 06:25 PM
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

Gan
08-11-2005, 06:27 PM
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

soenchanting
08-11-2005, 08:20 PM
Thanks a ton Ganalon, very much appreciated!

Gan
08-11-2005, 10:07 PM
Very welcome. If you improve or tweak any to run more efficiently, please post.