<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://elanthipedia.play.net/index.php?action=history&amp;feed=atom&amp;title=Lach_%28script%29</id>
	<title>Lach (script) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://elanthipedia.play.net/index.php?action=history&amp;feed=atom&amp;title=Lach_%28script%29"/>
	<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Lach_(script)&amp;action=history"/>
	<updated>2026-04-05T19:22:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Lach_(script)&amp;diff=315355&amp;oldid=prev</id>
		<title>CARAAMON: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Lach_(script)&amp;diff=315355&amp;oldid=prev"/>
		<updated>2014-05-12T01:31:35Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 20:31, 11 May 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>CARAAMON</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Lach_(script)&amp;diff=315354&amp;oldid=prev</id>
		<title>Maintenance script: Travel to/from Lanky Grey Lach Hunting Area From Shard</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Lach_(script)&amp;diff=315354&amp;oldid=prev"/>
		<updated>2014-04-10T19:12:23Z</updated>

		<summary type="html">&lt;p&gt;Travel to/from Lanky Grey Lach Hunting Area From Shard&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Script&lt;br /&gt;
|cat=travel&lt;br /&gt;
|fe=StormFront&lt;br /&gt;
|auth=[[User:AF|AF]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
###########################################################################&lt;br /&gt;
# LACH SCRIPT&lt;br /&gt;
#&lt;br /&gt;
# Modified from another script by AF, Original Author Unknown&lt;br /&gt;
# Last Modified 4/10/2014&lt;br /&gt;
#&lt;br /&gt;
# SF Script used for entering/exiting Lanky Grey Lach hunting area.&lt;br /&gt;
# http://elanthipedia.org/w/index.php/RanikMap64d&lt;br /&gt;
#&lt;br /&gt;
# WILL SOLVE THE PUZZLE, DO NOT RUN IF YOU WANT TO SOLVE IT ON YOUR OWN&lt;br /&gt;
#&lt;br /&gt;
# Valid starting locations:&lt;br /&gt;
#   - End of Kraelyst Travel Script to Shard (.travel shard)&lt;br /&gt;
#   - Bier for start of the puzzle&lt;br /&gt;
#   - Armoire for exiting lach area&lt;br /&gt;
#   - At the exit of the armoire&lt;br /&gt;
# &lt;br /&gt;
# Variables created and deleted:&lt;br /&gt;
#   symbolLach - stores the stellar symbol for the puzzle&lt;br /&gt;
#   lightMatch - string match for the light aspect&lt;br /&gt;
#   darkMatch - string match for the dark aspect&lt;br /&gt;
#   return - label to return after completing a portion of the puzzle&lt;br /&gt;
#&lt;br /&gt;
# NOTE: Script does not retreat in case you run into issues&lt;br /&gt;
# at the entrance and/or exit of the Church&lt;br /&gt;
#&lt;br /&gt;
# If any errors are found, please note it in the discussion page of this&lt;br /&gt;
# wiki page and a correction will be implemented.&lt;br /&gt;
#&lt;br /&gt;
########################################################################### &lt;br /&gt;
if_1 goto %1&lt;br /&gt;
&lt;br /&gt;
look:&lt;br /&gt;
  match shard2church_1 [Southern Trade Route, Road to Shard]&lt;br /&gt;
  match church2shard [Country Church, Cloakroom]&lt;br /&gt;
  match openArmoire [Abyssal Seed, Hierophant&amp;#039;s Chamber]&lt;br /&gt;
  match turnCrank [Mausoleum, Biers]&lt;br /&gt;
  match look /(\.\.\.wait|Sorry\,\syou\smay)/&lt;br /&gt;
  put l&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
###########################################################################&lt;br /&gt;
&lt;br /&gt;
### GOING TO THE CHAPEL ###&lt;br /&gt;
&lt;br /&gt;
shard2church_1:&lt;br /&gt;
  move ne&lt;br /&gt;
  move nw&lt;br /&gt;
  move nw&lt;br /&gt;
  move n&lt;br /&gt;
  move n&lt;br /&gt;
  move e&lt;br /&gt;
  move e&lt;br /&gt;
  move ne&lt;br /&gt;
  move e&lt;br /&gt;
  move e&lt;br /&gt;
  move n&lt;br /&gt;
  move ne&lt;br /&gt;
  move ne&lt;br /&gt;
  move ne&lt;br /&gt;
  move n&lt;br /&gt;
  move ne&lt;br /&gt;
  move ne&lt;br /&gt;
  move n&lt;br /&gt;
  move go bridg&lt;br /&gt;
  move e&lt;br /&gt;
goto searchPath&lt;br /&gt;
&lt;br /&gt;
searchPath:&lt;br /&gt;
  match goPath You find a&lt;br /&gt;
  matchre searchPath /(\.\.\.wait|Sorry\,\syou\smay)/&lt;br /&gt;
  put sear&lt;br /&gt;
matchwait&lt;br /&gt;
  &lt;br /&gt;
goPath:&lt;br /&gt;
  match shard2church_2 [Darkmist Moor]&lt;br /&gt;
  matchre goPath /(\.\.\.wait|Sorry\,\syou\smay)/&lt;br /&gt;
  put go path&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
shard2church_2:&lt;br /&gt;
  move se&lt;br /&gt;
  move se&lt;br /&gt;
  move se&lt;br /&gt;
  move sw&lt;br /&gt;
  move e&lt;br /&gt;
  move ne&lt;br /&gt;
  move se&lt;br /&gt;
  move e&lt;br /&gt;
  move ne&lt;br /&gt;
  move nw&lt;br /&gt;
  move ne&lt;br /&gt;
  move se&lt;br /&gt;
  move e&lt;br /&gt;
  move climb tree&lt;br /&gt;
goto peerChurch&lt;br /&gt;
&lt;br /&gt;
peerChurch:&lt;br /&gt;
  match treeNE northeast&lt;br /&gt;
  match treeSE southeast&lt;br /&gt;
  matchre treeE /\seast(,|\.|\sand)/&lt;br /&gt;
  matchre peerChurch /(\.\.\.wait|Sorry\,\syou\smay)/&lt;br /&gt;
  put peer church&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
treeNE:&lt;br /&gt;
  save ne&lt;br /&gt;
goto climbTrunk&lt;br /&gt;
&lt;br /&gt;
treeSE:&lt;br /&gt;
  save se&lt;br /&gt;
goto climbTrunk&lt;br /&gt;
&lt;br /&gt;
treeE:&lt;br /&gt;
  save e&lt;br /&gt;
goto climbTrunk&lt;br /&gt;
&lt;br /&gt;
climbTrunk:&lt;br /&gt;
  match shard2church_3 [Darkmist Moor, Tamsine&amp;#039;s Sorrow]&lt;br /&gt;
  matchre climbTrunk /(\.\.\.wait|Sorry\,\syou\smay)/&lt;br /&gt;
  put climb trunk&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
shard2church_3:&lt;br /&gt;
  move %s&lt;br /&gt;
  move ne&lt;br /&gt;
  move go chur&lt;br /&gt;
  move n&lt;br /&gt;
  move go hall&lt;br /&gt;
  move go door&lt;br /&gt;
  move go path&lt;br /&gt;
  move ne&lt;br /&gt;
  move ne&lt;br /&gt;
  move e&lt;br /&gt;
  move se&lt;br /&gt;
  move sw&lt;br /&gt;
  move w&lt;br /&gt;
  move go door&lt;br /&gt;
  move n&lt;br /&gt;
  move n&lt;br /&gt;
goto turnCrank&lt;br /&gt;
&lt;br /&gt;
### AND WE&amp;#039;RE GONNA DO SOME KILLING ###&lt;br /&gt;
&lt;br /&gt;
###########################################################################&lt;br /&gt;
&lt;br /&gt;
### START OF THE PUZZLE ###&lt;br /&gt;
&lt;br /&gt;
turnCrank:&lt;br /&gt;
  match lookSymbol Roundtime:&lt;br /&gt;
  match lookSymbol but it won&amp;#039;t budge&lt;br /&gt;
  match turnCrank /(\.\.\.wait|Sorry\,\syou\smay)/&lt;br /&gt;
  put turn crank&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
lookSymbol:&lt;br /&gt;
  match DOLPHIN dolphin&lt;br /&gt;
  match PANTHER panther&lt;br /&gt;
  match CAT cat&lt;br /&gt;
  match RAM ram&lt;br /&gt;
  match COBRA cobra&lt;br /&gt;
  match WOLF wolf&lt;br /&gt;
  match BOAR boar&lt;br /&gt;
  match RAVEN raven&lt;br /&gt;
  match LION lion&lt;br /&gt;
  match WREN wren&lt;br /&gt;
  matchre lookSymbol /(\.\.\.wait|Sorry\,\syou\smay)/&lt;br /&gt;
  put l sun&lt;br /&gt;
  put l star&lt;br /&gt;
matchwait&lt;br /&gt;
  &lt;br /&gt;
RAM:&lt;br /&gt;
  setvariable symbolLach ram&lt;br /&gt;
  setvariable lightMatch flourishing rose garden&lt;br /&gt;
  setvariable darkMatch jagged crystalline blade&lt;br /&gt;
goto southCoffin&lt;br /&gt;
&lt;br /&gt;
COBRA:&lt;br /&gt;
  setvariable symbolLach cobra&lt;br /&gt;
  setvariable lightMatch shattered egg&lt;br /&gt;
  setvariable darkMatch erupting volcano&lt;br /&gt;
goto southCoffin&lt;br /&gt;
&lt;br /&gt;
LION:&lt;br /&gt;
  setvariable symbolLach lion&lt;br /&gt;
  setvariable lightMatch battle hounds&lt;br /&gt;
  setvariable darkMatch bloodstained stiletto&lt;br /&gt;
goto southCoffin&lt;br /&gt;
&lt;br /&gt;
DOLPHIN:&lt;br /&gt;
  setvariable symbolLach dolphin&lt;br /&gt;
  setvariable lightMatch deer drinking from a flowing stream&lt;br /&gt;
  setvariable darkMatch great tidal wave&lt;br /&gt;
goto southCoffin&lt;br /&gt;
&lt;br /&gt;
BOAR:&lt;br /&gt;
  setvariable symbolLach boar&lt;br /&gt;
  setvariable lightMatch image of a longbow&lt;br /&gt;
  setvariable darkMatch berserking barbarian&lt;br /&gt;
goto southCoffin&lt;br /&gt;
&lt;br /&gt;
WOLF:&lt;br /&gt;
  setvariable symbolLach wolf&lt;br /&gt;
  setvariable lightMatch charred black stave&lt;br /&gt;
  setvariable darkMatch long flowing skirt&lt;br /&gt;
goto southCoffin&lt;br /&gt;
&lt;br /&gt;
PANTHER:&lt;br /&gt;
  setvariable symbolLach panther&lt;br /&gt;
  setvariable lightMatch cluster of twinkling stars&lt;br /&gt;
  setvariable darkMatch child shivering fearfully&lt;br /&gt;
goto southCoffin&lt;br /&gt;
&lt;br /&gt;
CAT: &lt;br /&gt;
  setvariable symbolLach cat&lt;br /&gt;
  setvariable lightMatch grimacing woman in the throes&lt;br /&gt;
  setvariable darkMatch twin crossed swords&lt;br /&gt;
goto southCoffin&lt;br /&gt;
&lt;br /&gt;
RAVEN:&lt;br /&gt;
  setvariable symbolLach raven&lt;br /&gt;
  setvariable lightMatch bowl of striped peppermint&lt;br /&gt;
  setvariable darkMatch shattered caravan wheel&lt;br /&gt;
goto southCoffin&lt;br /&gt;
&lt;br /&gt;
WREN:&lt;br /&gt;
  setvariable symbolLach wren&lt;br /&gt;
  setvariable lightMatch plump opera singer&lt;br /&gt;
  setvariable darkMatch cracked mirror&lt;br /&gt;
goto southCoffin&lt;br /&gt;
&lt;br /&gt;
southCoffin:&lt;br /&gt;
  match coffin2light Obvious&lt;br /&gt;
  matchre southCoffin /(\.\.\.wait|Sorry\,\syou\smay)/&lt;br /&gt;
  put s&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
coffin2light:&lt;br /&gt;
  move go white tap&lt;br /&gt;
  setvariable return lookWheelLight&lt;br /&gt;
goto %return&lt;br /&gt;
&lt;br /&gt;
lookWheelLight:&lt;br /&gt;
  match light2dark %lightMatch&lt;br /&gt;
  matchre pullRope /\./&lt;br /&gt;
  match lookWheelLight ...wait&lt;br /&gt;
  match lookWheelLight Sorry, you may&lt;br /&gt;
  put l wheel&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
pullRope:&lt;br /&gt;
  match %return Roundtime:&lt;br /&gt;
  match pullRope ...wait&lt;br /&gt;
  match pullRope Sorry, you may&lt;br /&gt;
  put pull rope&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
light2dark:&lt;br /&gt;
  move se&lt;br /&gt;
  move go black tap&lt;br /&gt;
  setvariable return lookWheelDark&lt;br /&gt;
goto %return&lt;br /&gt;
&lt;br /&gt;
lookWheelDark:&lt;br /&gt;
  match dark2coffin %darkMatch&lt;br /&gt;
  matchre pullRope /\./&lt;br /&gt;
  match lookWheelLight ...wait&lt;br /&gt;
  match lookWheelLight Sorry, you may&lt;br /&gt;
  put l wheel&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
pullRope:&lt;br /&gt;
  match %return Roundtime:&lt;br /&gt;
  match pullRope ...wait&lt;br /&gt;
  match pullRope Sorry, you may&lt;br /&gt;
  put pull rope&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
dark2coffin:&lt;br /&gt;
  move sw&lt;br /&gt;
  move n&lt;br /&gt;
  put pull lever&lt;br /&gt;
goto lookCoffin&lt;br /&gt;
&lt;br /&gt;
lookCoffin:&lt;br /&gt;
  match openCoffin image of the %symbolLach&lt;br /&gt;
  match turnCrank currently closed&lt;br /&gt;
  matchre lookCoffin /(\.\.\.wait|Sorry\,\syou\smay)/&lt;br /&gt;
  put l coffin&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
openCoffin:&lt;br /&gt;
  matchre goCoffin /(You open|is already)/&lt;br /&gt;
  matchre openCoffin /(\.\.\.wait|Sorry\,\syou\smay)/&lt;br /&gt;
  put open coffin&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
goCoffin:&lt;br /&gt;
  matchre arrivedCoffin /(You clamber|You must be)/&lt;br /&gt;
  matchre goCoffin /(\.\.\.wait|Sorry\,\syou\smay)/&lt;br /&gt;
  put go coffin&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
### END OF THE PUZZLE ###&lt;br /&gt;
&lt;br /&gt;
###########################################################################&lt;br /&gt;
&lt;br /&gt;
### LEAVING THE AREA ###&lt;br /&gt;
&lt;br /&gt;
openArmoire:&lt;br /&gt;
  matchre searchArmoire /(You open|is already)/&lt;br /&gt;
  matchre openArmoire /(\.\.\.wait|Sorry\,\syou\smay)/&lt;br /&gt;
  put open armoire&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
searchArmoire:&lt;br /&gt;
  match goArmoire tunnel&lt;br /&gt;
  matchre searchArmoire /(\.\.\.wait|Sorry\,\syou\smay)/&lt;br /&gt;
  put search armoire&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
goArmoire:&lt;br /&gt;
  match east2shard [Country Church, Cloakroom]&lt;br /&gt;
  matchre goArmoire /(\.\.\.wait|Sorry\,\syou\smay)/&lt;br /&gt;
  put go armoire&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
east2shard:&lt;br /&gt;
 match church2shard Obvious&lt;br /&gt;
 matchre east2shard /(\.\.\.wait|Sorry\,\syou\smay)/&lt;br /&gt;
 put e&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
church2shard:&lt;br /&gt;
  move go door&lt;br /&gt;
  move s&lt;br /&gt;
  move s&lt;br /&gt;
  move out&lt;br /&gt;
  move sw&lt;br /&gt;
  move w&lt;br /&gt;
  move w&lt;br /&gt;
  move nw&lt;br /&gt;
  move sw&lt;br /&gt;
  move se&lt;br /&gt;
  move sw&lt;br /&gt;
  move w&lt;br /&gt;
  move nw&lt;br /&gt;
  move sw&lt;br /&gt;
  move w&lt;br /&gt;
  move ne&lt;br /&gt;
  move nw&lt;br /&gt;
  move nw&lt;br /&gt;
  move nw&lt;br /&gt;
  move go path&lt;br /&gt;
  move w&lt;br /&gt;
  move go bri&lt;br /&gt;
  move s&lt;br /&gt;
  move sw&lt;br /&gt;
  move sw&lt;br /&gt;
  move s&lt;br /&gt;
  move sw&lt;br /&gt;
  move sw&lt;br /&gt;
  move sw&lt;br /&gt;
  move s&lt;br /&gt;
  move w&lt;br /&gt;
  move w&lt;br /&gt;
  move sw&lt;br /&gt;
  move w&lt;br /&gt;
  move w&lt;br /&gt;
  move s&lt;br /&gt;
  move s&lt;br /&gt;
  move se&lt;br /&gt;
  move se&lt;br /&gt;
  move sw&lt;br /&gt;
goto arrivedTravel&lt;br /&gt;
&lt;br /&gt;
###########################################################################&lt;br /&gt;
&lt;br /&gt;
arrivedCoffin:&lt;br /&gt;
  deleteVariable symbolLach&lt;br /&gt;
  deleteVariable lightMatch&lt;br /&gt;
  deleteVariable darkMatch&lt;br /&gt;
  deleteVariable return&lt;br /&gt;
  echo ###########################&lt;br /&gt;
  echo #&lt;br /&gt;
  echo # YOU ARE IN THE COFFIN&lt;br /&gt;
  echo # YOU WILL BE STUNNED AND&lt;br /&gt;
  echo # PRONE IN A SAFE ROOM&lt;br /&gt;
  echo # AT THE BOTTOM&lt;br /&gt;
  echo #&lt;br /&gt;
  echo ###########################&lt;br /&gt;
  waitfor crumple to the ground&lt;br /&gt;
  echo ############################&lt;br /&gt;
  echo #&lt;br /&gt;
  echo # YOU ARE STUNNED AND PRONE&lt;br /&gt;
  echo # IN A SAFE ROOM SO RELAX&lt;br /&gt;
  echo #&lt;br /&gt;
  echo ############################&lt;br /&gt;
exit&lt;br /&gt;
&lt;br /&gt;
arrivedTravel:&lt;br /&gt;
  echo ###########################&lt;br /&gt;
  echo #&lt;br /&gt;
  echo # ARRIVED AT START OF&lt;br /&gt;
  echo # KRAELYST&amp;#039;S TRAVEL SCRIPT&lt;br /&gt;
  echo #&lt;br /&gt;
  echo ###########################&lt;br /&gt;
exit&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>