MechLore (script)

From Elanthipedia
Jump to navigation Jump to search
MechLore (script)
Category training
Front-end StormFront
Author Seped, Sheltim


DO NOT USE THIS SCRIPT FOR MECH LORE As mech lore no longer exists as a skill, this will teach engineering instead.


A Script for training mechanical lore. Braids until your current skill starts failing and then pulls and drops the rope. If an argument is provided it will dispose of ropes in that object. Updated for 2017



#%1 container to place completed ropes in, otherwise drops them on the ground

CHECK_IF_DONE:
match FORAGE EXP HELP
match DONE mind lock
put exp mechanical lore
matchwait

FORAGE:
MATCH BRAID you manage to f
MATCH FORAGE ...wait
put forage %
MATCHWAIT

BRAID:
MATCH BRAID You fumble around
MATCH BRAID Frustration wells
MATCH BRAID but you aren't sure that you are making progress
MATCH BRAID You carefully splice
MATCH BRAID Roundtime
MATCH BRAID You begin to carefully
MATCH BRAID isn't usable for anything
MATCH FORAGE You need to have more
MATCH PULL You are confident that the braided % could become
MATCH BRAID ...wait
put braid my %
MATCHWAIT

PULL:
MATCH PULL ...wait
MATCH DROP Roundtime
put pull my braided %
MATCHWAIT

DROP:
pause 1
put put rope in %1
pause 1
put put rope in %1
put drop rope
GOTO CHECK_IF_DONE

DONE:
exit