Rathaswim Easiest (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
mNo edit summary
mNo 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.01
:Corrected minor bug that could cause script to hang.


Version 1.0
Version 1.0
Line 12: Line 15:
start:
start:
counter set 0
counter set 0
match gap down to the shore.
match gap down to the shore
match error
match error
put look
put look
Line 30: Line 33:


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

Revision as of 23:25, 22 April 2009

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.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 
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 dazed
 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]