Rathaswim Easiest (script)

From Elanthipedia
Revision as of 00:32, 22 April 2009 by Maintenance script (talk | contribs) (Created page with '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. <p...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

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 
put look
matchwait

gap:
echo [Starting to swim]
put go gap
pause

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

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

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

backcheck:
match expcheck two warehouses
match error
put look
matchwait

expcheck:
 pause
 match report mind lock
 match report bewildered
 match report bewildering
 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]