<?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=User%3AFarman%2Freckus</id>
	<title>User:Farman/reckus - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://elanthipedia.play.net/index.php?action=history&amp;feed=atom&amp;title=User%3AFarman%2Freckus"/>
	<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=User:Farman/reckus&amp;action=history"/>
	<updated>2026-05-25T21:11:35Z</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=User:Farman/reckus&amp;diff=37182&amp;oldid=prev</id>
		<title>Maintenance script at 21:45, 24 May 2007</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=User:Farman/reckus&amp;diff=37182&amp;oldid=prev"/>
		<updated>2007-05-24T21:45:57Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;a href=&quot;https://elanthipedia.play.net/index.php?title=User:Farman/reckus&amp;amp;diff=37182&amp;amp;oldid=37181&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=User:Farman/reckus&amp;diff=37181&amp;oldid=prev</id>
		<title>Maintenance script: New page: In case you&#039;re snooping in my user pages (I do it too ;) ) or stumbled across here and are confused, I am using the compare history function to handily discuss alterations to Aveda&#039;s &#039;&#039;&#039;aw...</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=User:Farman/reckus&amp;diff=37181&amp;oldid=prev"/>
		<updated>2007-05-24T21:45:22Z</updated>

		<summary type="html">&lt;p&gt;New page: In case you&amp;#039;re snooping in my user pages (I do it too ;) ) or stumbled across here and are confused, I am using the compare history function to handily discuss alterations to Aveda&amp;#039;s &amp;#039;&amp;#039;&amp;#039;aw...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In case you&amp;#039;re snooping in my user pages (I do it too ;) ) or stumbled across here and are confused, I am using the compare history function to handily discuss alterations to Aveda&amp;#039;s &amp;#039;&amp;#039;&amp;#039;awesome&amp;#039;&amp;#039;&amp;#039; &amp;lt;tt&amp;gt;reckus&amp;lt;/tt&amp;gt; script.  It can be downloaded [http://dr.aveda.googlepages.com/ here].  &amp;lt;font color=red&amp;gt;Don&amp;#039;t use the code from this page!!!!&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
debug off&lt;br /&gt;
#########################################&lt;br /&gt;
###                                   ###&lt;br /&gt;
### Aveda&amp;#039;s Amazing Instrument Script ###&lt;br /&gt;
###            Reckus 3.0             ###&lt;br /&gt;
###                                   ###&lt;br /&gt;
###      Last updated 5/21/2007       ###&lt;br /&gt;
###  http://dr.aveda.googlepages.com  ###&lt;br /&gt;
###                                   ###&lt;br /&gt;
###                                   ###&lt;br /&gt;
###   Set all of these things here!   ###&lt;br /&gt;
###          (Replace mine!)          ###&lt;br /&gt;
&lt;br /&gt;
setvariable stringinst lyre&lt;br /&gt;
setvariable windinst mirliton&lt;br /&gt;
setvariable percuinst tambo&lt;br /&gt;
setvariable cleaningthing cloth&lt;br /&gt;
setvariable container %stow_container%&lt;br /&gt;
&lt;br /&gt;
###                                   ###&lt;br /&gt;
###   You MUST name this script:      ###&lt;br /&gt;
###              reckus               ###&lt;br /&gt;
###                                   ###&lt;br /&gt;
###      To operate, just type:       ### &lt;br /&gt;
###             .reckus               ###&lt;br /&gt;
#########################################&lt;br /&gt;
beginning:&lt;br /&gt;
	if_9 goto top&lt;br /&gt;
	if_7 setvariable reckuscookie 18 18 18&lt;br /&gt;
	put .reckus string percu wind &amp;quot;%stringinst%&amp;quot; &amp;quot;%percuinst%&amp;quot; &amp;quot;%windinst%&amp;quot; %reckuscookie&lt;br /&gt;
top:&lt;br /&gt;
	echo&lt;br /&gt;
	echo *** Aveda&amp;#039;s RECKUS 3.0 Instrument Script&lt;br /&gt;
	echo *** Updated 5/21/2007- Get the latest at:&lt;br /&gt;
	echo *** http://dr.aveda.googlepages.com/scripts&lt;br /&gt;
	echo&lt;br /&gt;
	counter set 0&lt;br /&gt;
getinst:&lt;br /&gt;
	matchre clean /You get|You are already holding that./&lt;br /&gt;
	matchre end /Please rephrase that command.|You need a free hand to pick that up.|What were you referring to?/&lt;br /&gt;
	put get my %4&lt;br /&gt;
	matchwait&lt;br /&gt;
clean:&lt;br /&gt;
	put get my %cleaningthing&lt;br /&gt;
clean1:&lt;br /&gt;
	matchre clean1 /...wait|Sorry, you may only type ahead/&lt;br /&gt;
	matchre clean2 /Roundtime:|not in need of cleaning.|with what?/&lt;br /&gt;
	put clean my %4&lt;br /&gt;
	matchwait&lt;br /&gt;
clean2:&lt;br /&gt;
	match clean2 ...wait&lt;br /&gt;
	matchre clean3 /Roundtime:|not in need of cleaning./&lt;br /&gt;
	match clean4 Maybe you should dry&lt;br /&gt;
	put clean my %4 with my %cleaningthing&lt;br /&gt;
	matchwait&lt;br /&gt;
clean3:&lt;br /&gt;
	match clean3 ...wait&lt;br /&gt;
	match toolcheck You put your&lt;br /&gt;
	put stow my %cleaningthing in my %container&lt;br /&gt;
	matchwait&lt;br /&gt;
clean4:&lt;br /&gt;
	match clean4 ...wait&lt;br /&gt;
	matchre clean5 /Roundtime:|not in need of drying./&lt;br /&gt;
	put wipe my %4 with my %cleaningthing&lt;br /&gt;
	matchwait&lt;br /&gt;
clean5:&lt;br /&gt;
	matchre clean5 /...wait|water dribbling down/&lt;br /&gt;
	matchre clean2 /squeezing out the last bit of water.|then shake it out again./&lt;br /&gt;
	put wring my %cleaningthing&lt;br /&gt;
	matchwait&lt;br /&gt;
toolcheck:&lt;br /&gt;
	matchre toolcheck /...wait|Sorry, you may only type ahead/&lt;br /&gt;
	match bow bow&lt;br /&gt;
	match pick pick&lt;br /&gt;
	match stick stick&lt;br /&gt;
	match hammer hammer&lt;br /&gt;
	match tipper tipper&lt;br /&gt;
	match marco no tool&lt;br /&gt;
	put help %4&lt;br /&gt;
	matchwait&lt;br /&gt;
bow:&lt;br /&gt;
	put get my bow in my %container&lt;br /&gt;
	put get my bow&lt;br /&gt;
	goto marco&lt;br /&gt;
pick:&lt;br /&gt;
	put get my pick&lt;br /&gt;
	put wear my pick&lt;br /&gt;
	goto marco&lt;br /&gt;
stick:&lt;br /&gt;
	put get my drum stick&lt;br /&gt;
	goto marco&lt;br /&gt;
hammer:&lt;br /&gt;
	put get my hammer&lt;br /&gt;
	goto marco&lt;br /&gt;
tipper:&lt;br /&gt;
	put get my tipper&lt;br /&gt;
	goto marco&lt;br /&gt;
marco:&lt;br /&gt;
	counter set %7&lt;br /&gt;
	goto %c&lt;br /&gt;
polo:&lt;br /&gt;
	setvariable diff%1% %c&lt;br /&gt;
play:&lt;br /&gt;
	matchre play /...wait|Sorry, you may only type ahead/&lt;br /&gt;
	match tuna tuning is off, and may hinder your performance.&lt;br /&gt;
	#match fix The damage to your instrument affects your performance.&lt;br /&gt;
	matchre harder /You effortlessly begin|your skill in your craft/&lt;br /&gt;
	matchre sweet /off-key ruff|off-key scales|with only the slightest hint of difficulty/&lt;br /&gt;
	matchre easier /You fumble slightly as you begin|You struggle to begin/&lt;br /&gt;
	matchre 18 /What type of song did you want to play?|PLAY: Instrumental Performances/&lt;br /&gt;
	matchre harder /you begin a|you begin some/i&lt;br /&gt;
	match stupidtool You will need the proper tool&lt;br /&gt;
	match end You can&amp;#039;t play your&lt;br /&gt;
	put play %diff&lt;br /&gt;
	matchwait&lt;br /&gt;
tuna:&lt;br /&gt;
	put stop play&lt;br /&gt;
	match tunesharp flat&lt;br /&gt;
	match tuneflat sharp&lt;br /&gt;
	matchre play /in tune|in perfect tune/&lt;br /&gt;
	put tune my %4&lt;br /&gt;
	matchwait&lt;br /&gt;
tunesharp:&lt;br /&gt;
	match tunesharp ...wait&lt;br /&gt;
	matchre play /in tune|in perfect tune/&lt;br /&gt;
	match tunesharp flat&lt;br /&gt;
	match tuneflat sharp&lt;br /&gt;
	put tune my %4 sharp&lt;br /&gt;
	matchwait&lt;br /&gt;
tuneflat:&lt;br /&gt;
	match tuneflat ...wait&lt;br /&gt;
	matchre play /in tune|in perfect tune/&lt;br /&gt;
	match tuneflat sharp&lt;br /&gt;
	match tunesharp flat&lt;br /&gt;
	put tune my %4 flat&lt;br /&gt;
	matchwait&lt;br /&gt;
sweet:&lt;br /&gt;
&lt;br /&gt;
######################################################################&lt;br /&gt;
### This section is stuff you can do while playing. It is optimized&lt;br /&gt;
### for Bards with Recall, but feel free to customize it.&lt;br /&gt;
######################################################################&lt;br /&gt;
	echo&lt;br /&gt;
	echo *** This part of the script can be customized.&lt;br /&gt;
	echo *** You get about two minutes to screw around&lt;br /&gt;
	echo *** each time you play a song, so experiment!&lt;br /&gt;
	echo&lt;br /&gt;
	put appraise my %armor_body% quick&lt;br /&gt;
	WAITFORRE /(You continue playing|you continue to|continuing)/i&lt;br /&gt;
	#put recall holiday Jeolandu&lt;br /&gt;
	#WAITFORRE /(You continue playing|you continue to|continuing)/i&lt;br /&gt;
	#put recall immortal Hodierna&lt;br /&gt;
	#WAITFORRE /(You continue playing|you continue to|continuing)/i&lt;br /&gt;
	#put recall famous Vorclaf&lt;br /&gt;
	#WAITFORRE /(You continue playing|you continue to|continuing)/i&lt;br /&gt;
	matchre appno /mind lock|dazed|bewildered/&lt;br /&gt;
	match appyes EXP HELP&lt;br /&gt;
	put exp appraisal&lt;br /&gt;
	matchwait&lt;br /&gt;
	appyes:&lt;br /&gt;
	put appraise my %4&lt;br /&gt;
	appno:&lt;br /&gt;
	WAITFORRE /(You continue playing|you continue to|continuing)/i&lt;br /&gt;
	#put recall %4&lt;br /&gt;
	#WAITFORRE /(You continue playing|you continue to|continuing)/i&lt;br /&gt;
	#put recall holiday&lt;br /&gt;
######################################################################&lt;br /&gt;
&lt;br /&gt;
	waitfor You finish&lt;br /&gt;
	goto lockcheck&lt;br /&gt;
lockcheck:&lt;br /&gt;
	matchre stowinst /mind lock|dazed|bewildered/&lt;br /&gt;
	match play EXP HELP&lt;br /&gt;
	put exp %1&lt;br /&gt;
	matchwait&lt;br /&gt;
stowinst:&lt;br /&gt;
	pause&lt;br /&gt;
	put stow left in my %container&lt;br /&gt;
	put stow right in my %container&lt;br /&gt;
	shift&lt;br /&gt;
	goto getinst&lt;br /&gt;
easier:&lt;br /&gt;
	counter subtract 1&lt;br /&gt;
	put stop play&lt;br /&gt;
	goto %c&lt;br /&gt;
harder:&lt;br /&gt;
	counter add 1&lt;br /&gt;
	put stop play&lt;br /&gt;
	goto %c&lt;br /&gt;
labelerror:	&lt;br /&gt;
	0:&lt;br /&gt;
		deletevariable diff%1%&lt;br /&gt;
		counter set 18&lt;br /&gt;
		goto 18&lt;br /&gt;
	1:&lt;br /&gt;
		setvariable diff ruff off-key&lt;br /&gt;
		echo&lt;br /&gt;
		echo You may wish to find an easier instrument.&lt;br /&gt;
		echo The easiest string, percussion, and wind instruments:&lt;br /&gt;
		echo Lyre, guiro, and txistu, respectively&lt;br /&gt;
		echo&lt;br /&gt;
		goto polo&lt;br /&gt;
	2:&lt;br /&gt;
		setvariable diff ruff halting&lt;br /&gt;
		goto polo&lt;br /&gt;
	3:&lt;br /&gt;
		setvariable diff ruff&lt;br /&gt;
		goto polo&lt;br /&gt;
	4:&lt;br /&gt;
		setvariable diff rudiments off-key&lt;br /&gt;
		goto polo&lt;br /&gt;
	5:&lt;br /&gt;
		setvariable diff rudiments halting&lt;br /&gt;
		goto polo&lt;br /&gt;
	6:&lt;br /&gt;
		setvariable diff rudiments&lt;br /&gt;
		goto polo&lt;br /&gt;
	7:&lt;br /&gt;
		setvariable diff ditty&lt;br /&gt;
		goto polo&lt;br /&gt;
	8:&lt;br /&gt;
		setvariable diff folk&lt;br /&gt;
		goto polo&lt;br /&gt;
	9:&lt;br /&gt;
		setvariable diff ballad&lt;br /&gt;
		goto polo&lt;br /&gt;
	10:&lt;br /&gt;
		setvariable diff waltz&lt;br /&gt;
		goto polo&lt;br /&gt;
	11:&lt;br /&gt;
		setvariable diff lullaby&lt;br /&gt;
		goto polo&lt;br /&gt;
	12:&lt;br /&gt;
		setvariable diff march&lt;br /&gt;
		goto polo&lt;br /&gt;
	13:&lt;br /&gt;
		setvariable diff jig&lt;br /&gt;
		goto polo&lt;br /&gt;
	14:&lt;br /&gt;
		setvariable diff lament&lt;br /&gt;
		goto polo&lt;br /&gt;
	15:&lt;br /&gt;
		setvariable diff wedding&lt;br /&gt;
		goto polo&lt;br /&gt;
	16:&lt;br /&gt;
		setvariable diff hymn&lt;br /&gt;
		goto polo&lt;br /&gt;
	17:&lt;br /&gt;
		setvariable diff rumba&lt;br /&gt;
		goto polo&lt;br /&gt;
	18:&lt;br /&gt;
		setvariable diff battle&lt;br /&gt;
		goto polo&lt;br /&gt;
	19:&lt;br /&gt;
		setvariable diff polka&lt;br /&gt;
		goto polo&lt;br /&gt;
	20:&lt;br /&gt;
		setvariable diff elegy&lt;br /&gt;
		goto polo&lt;br /&gt;
	21:&lt;br /&gt;
		setvariable diff reel&lt;br /&gt;
		goto polo&lt;br /&gt;
	22:&lt;br /&gt;
		setvariable diff serenade&lt;br /&gt;
		goto polo&lt;br /&gt;
	23:&lt;br /&gt;
		setvariable diff minuet&lt;br /&gt;
		goto polo&lt;br /&gt;
	24:&lt;br /&gt;
		setvariable diff psalm&lt;br /&gt;
		goto polo&lt;br /&gt;
	25:&lt;br /&gt;
		setvariable diff dirge&lt;br /&gt;
		goto polo&lt;br /&gt;
	26:&lt;br /&gt;
		setvariable diff gavotte&lt;br /&gt;
		goto polo&lt;br /&gt;
	27:&lt;br /&gt;
		setvariable diff tango&lt;br /&gt;
		goto polo&lt;br /&gt;
	28:&lt;br /&gt;
		setvariable diff tarantella&lt;br /&gt;
		goto polo&lt;br /&gt;
	29:&lt;br /&gt;
		setvariable diff bolero&lt;br /&gt;
		goto polo&lt;br /&gt;
	30:&lt;br /&gt;
		setvariable diff nocturne&lt;br /&gt;
		goto polo&lt;br /&gt;
	31:&lt;br /&gt;
		setvariable diff requiem&lt;br /&gt;
		goto polo&lt;br /&gt;
	32:&lt;br /&gt;
		setvariable diff fantasia&lt;br /&gt;
		goto polo&lt;br /&gt;
	33:&lt;br /&gt;
		setvariable diff rondo&lt;br /&gt;
		goto polo&lt;br /&gt;
	34:&lt;br /&gt;
		setvariable diff aria&lt;br /&gt;
		goto polo&lt;br /&gt;
	35:&lt;br /&gt;
		setvariable diff sonata&lt;br /&gt;
		goto polo&lt;br /&gt;
	36:&lt;br /&gt;
		setvariable diff concerto&lt;br /&gt;
		goto polo&lt;br /&gt;
	37:&lt;br /&gt;
		setvariable diff concerto confident&lt;br /&gt;
		goto polo&lt;br /&gt;
	38:&lt;br /&gt;
		setvariable diff concerto masterful&lt;br /&gt;
		goto polo&lt;br /&gt;
stupidtool:&lt;br /&gt;
	echo&lt;br /&gt;
	echo Make sure you have the proper tools to play&lt;br /&gt;
	echo your instruments, and see to it that you &lt;br /&gt;
	echo edit the beginning of the script to include&lt;br /&gt;
	echo those tools and try again.&lt;br /&gt;
	echo&lt;br /&gt;
end:&lt;br /&gt;
	setvariable reckuscookie %diffstring %diffwind %diffpercu&lt;br /&gt;
	deletevariable diffstring&lt;br /&gt;
	deletevariable diffwind&lt;br /&gt;
	deletevariable diffpercu&lt;br /&gt;
	deletevariable diff&lt;br /&gt;
	deletevariable stringinst&lt;br /&gt;
	deletevariable windinst&lt;br /&gt;
	deletevariable percuinst&lt;br /&gt;
	deletevariable cleaningthing&lt;br /&gt;
	deletevariable container&lt;br /&gt;
	put exp lore&lt;br /&gt;
#Reckus will loop forever if you delete the # in the next line.&lt;br /&gt;
#put .reckus string percu wind &amp;quot;%stringinst%&amp;quot; &amp;quot;%percuinst%&amp;quot; &amp;quot;%windinst%&amp;quot; %reckuscookie&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>