Rathaswim Easiest (script)

From Elanthipedia
Jump to navigation Jump to search
Rathaswim Easiest (script)
Category training,Survival
Front-end StormFront,YASSE
Author Hithrael and SiruleanNevek


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
 put skill swim
 match report 31/34
 match report 32/34
 match report 33/34
 match report 34/34
 match there EXP HELP
 counter add 1
 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]