Don't forget, you can log in with your Play.net account

Swim Brook (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
(Created page with '{{Script |cat=training |fe=Genie |auth=Isharon }} ==Description== This script trains swimming in the brook near Crossing.<br> <br> Start the script in the room…')
 
No edit summary
Line 16: Line 16:
The script hums. You need to open your character's variables file and define the variable for hum. For example:
The script hums. You need to open your character's variables file and define the variable for hum. For example:


<pre>#var {hum} {bolero}</pre>
<pre>#var {playsong} {concerto flashy}</pre>


I also recommend adding my humming triggers:
I also recommend adding my humming triggers:


<pre>#trigger {^You finish humming} {#send hum $hum}
<pre>#trigger {^You finish playing} {#send play $playsong on my $instrument}
#trigger {^You should stop playing before you do that} {#send stop hum;#send 1 $lastcommand}</pre>
#trigger {^You should stop playing before you do that|^You are a bit too busy performing to do that} {#send stop play;#send 1 $lastcommand}</pre>


==Script==
==Script==


<pre>put #class arrive off
<pre>put #class racial on
put #class rp on
put #class rp on
put #class arrive off
put #class combat off
put #class combat off
put #class joust off
send hum $hum
action send retreat when closes to .+ range on you
waitforre ^You .+ hum|^You are already performing something
send demeanor reserved
send demeanor reserved
waitforre ^You adopt a reserved demeanor
waitforre ^You adopt a reserved demeanor
Line 74: Line 75:


skill.check:
skill.check:
if $Swimming.LearningRate > 33 then
if $Athletics.LearningRate > 33 then
goto back
goto back
else
else
Line 80: Line 81:


back:
back:
send echo YOU ARE MIND LOCKED IN ATHLETICS. NOW RETURNING TO CROSSING.
send echo
put #play MindLocked
send echo YOU ARE MIND LOCKED IN SWIMMING. NOW RETURNING TO CROSSING'S WESTERN GATE.
send echo


move swim east
move swim east
Line 104: Line 104:
move east
move east
move go well-worn path
move go well-worn path
move go western gate
move east
move east
move east
move east
move east
move east
move east
move east
move east
move south
move south
move south
move south
move south
move south
move southeast


put #class arrive off
send hum $hum
put #class arrive on
put avoid drag
put avoid drag
waitforre ^You're now allowing
waitforre ^You're now allowing

Revision as of 01:24, 5 March 2016

Swim Brook (script)
Category training
Front-end Genie
Author Isharon


Description

This script trains swimming in the brook near Crossing.

Start the script in the room outside of Crossing's Western Gate (Mycthengelde, Flatlands).


Required Genie Settings

The script hums. You need to open your character's variables file and define the variable for hum. For example:

(Select All)
#var {playsong} {concerto flashy}

I also recommend adding my humming triggers:

(Select All)
#trigger {^You finish playing} {#send play $playsong on my $instrument}
#trigger {^You should stop playing before you do that|^You are a bit too busy performing to do that} {#send stop play;#send 1 $lastcommand}

Script

(Select All)
put #class racial on
put #class rp on
put #class arrive off
put #class combat off
put #class joust off
action send retreat when closes to .+ range on you
send demeanor reserved
waitforre ^You adopt a reserved demeanor
put avoid !drag
waitforre ^You're now avoiding
put avoid !hold
waitforre ^You're now avoiding
put avoid !join
waitforre ^You're now avoiding

to:
move go path
move west
move west
move northwest
move west
move west
move northwest
move west
move west
move southwest
move west
move west
move northwest
move northwest
move west
move west
move northwest
move west
move west
move go shallow brook

swim:
send swim west
pause
send swim west
pause
move go shallow brook
send swim east
pause
send swim east
pause
move go shallow brook

skill.check:
if $Athletics.LearningRate > 33 then
goto back
else
goto swim

back:
send echo YOU ARE MIND LOCKED IN ATHLETICS. NOW RETURNING TO CROSSING.
put #play MindLocked

move swim east
move east
move east
move southeast
move east
move east
move southeast
move southeast
move east
move east
move northeast
move east
move east
move southeast
move east
move east
move southeast
move east
move east
move go well-worn path
move go western gate
move east
move east
move east
move east
move east
move east
move east
move east
move east
move south
move south
move south
move south
move south
move south
move southeast

put #class arrive off
put avoid drag
waitforre ^You're now allowing
put avoid hold
waitforre ^You're now allowing
put avoid join
waitforre ^You're now allowing