Rathaswim Easiest (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
Easiest swimming on Ratha. Starts at the land entrance to sand sprites, goes to the foremast, and then returns. <br />
Easiest swimming on Ratha. Starts at the land entrance to sand sprites, goes to the foremast, and then returns. <br />
Training very well when wearing plate armor and at 50 ranks.<br />
Training very well when wearing plate armor and at 50 ranks.<br />

Version 1.02
:Corrected match searches and brought up to date for exp checks by SiruleanNevek


Version 1.01
Version 1.01
Line 16: Line 19:
counter set 0
counter set 0
match gap down to the shore
match gap down to the shore
match error
match error warehouses.
match error attention.
put look
put look
matchwait
matchwait
Line 23: Line 27:
echo [Starting to swim]
echo [Starting to swim]
put go gap
put go gap
match there warehouses.
pause
match gap down to the shore
matchwait


there:
there:
Line 33: Line 39:


therecheck:
therecheck:
match back the foremast
match back foremast.
match error
match error wrath.
put look
put look
matchwait
matchwait
Line 47: Line 53:
backcheck:
backcheck:
match expcheck two warehouses
match expcheck two warehouses
match error
match error sea cave
put look
put look
matchwait
matchwait
Line 53: Line 59:
expcheck:
expcheck:
pause
pause
match report mind lock
match report 31/34
match report dazed
match report 32/34
match report bewildered
match report 33/34
match report bewildering
match report 34/34
match there EXP HELP
match there EXP HELP
counter add 1
counter add 1

Revision as of 01:59, 8 May 2010

Easiest swimming on Ratha. Starts at the land entrance to sand sprites, goes to the foremast, and then returns.
Training very well when wearing plate armor and at 50 ranks.

Version 1.02

Corrected match searches and brought up to date for exp checks by SiruleanNevek

Version 1.01

Corrected minor bug that could cause script to hang.

Version 1.0

Original Version
echo [This script brought to you by Kraggur]
echo [Start at the land side of the gap to Sand Sprite, Port Walk]
echo [If the script hangs at the start or foremast, you're in the wrong location.]

start:
counter set 0
match gap down to the shore
match error warehouses.
match error attention.
put look
matchwait

gap:
echo [Starting to swim]
put go gap
match there warehouses.
match gap down to the shore
matchwait

there:
move sw
move sw
move w
move nw
move w

therecheck:
match back foremast.
match error wrath.
put look
matchwait

back:
move e
move se
move e
move ne
move ne

backcheck:
match expcheck two warehouses
match error sea cave
put look
matchwait

expcheck:
 pause
 match report 31/34
 match report 32/34
 match report 33/34
 match report 34/34
 match there EXP HELP
 counter add 1
 put exp skill swim
 matchwait

error:
 echo [Not starting at the Port Walk gap to Sand Sprites]
 goto done

report:
 echo You swam %c laps to get to at least bewildering.
 echo
 echo [Heading back to dry land.]
 put go gap

done:
echo [Completed]