Rathaswim Easy (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


Make sure to check and see if your burden and hindrance are too much if you're on the lower end of the requirements.
Make sure to check and see if your burden and hindrance are too much if you're on the lower end of the requirements.

Ive had a bit of trouble with this script but nothing to bad it cant be fixed. Im adding a revision at the bottem of this script. Im not the orignal maker as you can see thats Kraggur, but this is a slightly modified version that works out the kinks Ive had with it in stormfront


<pre>
<pre>
Line 95: Line 97:
done:
done:
echo [Completed]
echo [Completed]

End of orignal script

New modified script

start:
counter set 0
goto begin


begin:
move w
put go path
pause
move nw
move nw
move sw
move w
move w
move nw
move nw
move nw
move n
move w
move w
move sw
put go path
pause
move nw
put go door
pause
put go arch
pause
put go pool
pause

expcheck:
pause
match report mind lock
match swimdown Time Development
counter add 1
put skill swim
matchwait

swimdown:
move d
move u
move d
move u
goto expcheck

report:
echo
echo Mind Lock Returning to the Green
echo
pause 2

return:
put climb edge
pause
put go arch
pause
put climb step
pause
move se
move se
move ne
move e
move e
move s
move se
move se
move se
move e
move e
move ne
move se
move se
move e
move e

done:
echo
echo Back on the Green
echo
</pre>
</pre>

Revision as of 14:47, 11 June 2010

For a more diffcult version, requiring ~80 ranks, go here Ratha Swim.

Make sure to check and see if your burden and hindrance are too much if you're on the lower end of the requirements.

Ive had a bit of trouble with this script but nothing to bad it cant be fixed. Im adding a revision at the bottem of this script. Im not the orignal maker as you can see thats Kraggur, but this is a slightly modified version that works out the kinks Ive had with it in stormfront

echo [This script brought to you by Kraggur]
echo [Start at Truffenyi's Green]

start:
counter set 0
match there receptacle
match error 
put look
matchwait


there:
move w
put go path
pause
move nw
move nw
move sw
move w
move w
move nw
move nw
move nw
move n
move w
move w
move sw
put go path
pause
move nw
put go door
pause
put go arch
pause
put go pool
pause
echo [Eluned's Temple]
pause 5

expcheck:
 pause
 match report mind lock 
 match report dazed
 match swimdown EXP HELP
 counter add 1
 put exp skill swim
 matchwait

swimdown:
move d
move u
move d
move u
goto expcheck

error:
echo [Not starting at Truffenyi's Green]
goto done

report:
 echo You swam "%1%" laps to get to dazed/mind lock.
 echo
 echo [Returing to Truffenyi's Green]
 pause 10

return:
put climb edge
pause
put go arch
pause
put climb step
pause
move se
move se
move ne
move e
move e
move s
move se
move se
move se
move e
move e
move ne
move se
move se
move e
move e

done:
echo [Completed]

End of orignal script

New modified script

start:
counter set 0
goto begin


begin:
move w
put go path
pause
move nw
move nw
move sw
move w
move w
move nw
move nw
move nw
move n
move w
move w
move sw
put go path
pause
move nw
put go door
pause
put go arch
pause
put go pool
pause

expcheck:
 pause
 match report mind lock 
 match swimdown Time Development
 counter add 1
 put skill swim
 matchwait

swimdown:
move d
move u
move d
move u
goto expcheck

report:
 echo 
 echo Mind Lock Returning to the Green
 echo
 pause 2

return:
put climb edge
pause
put go arch
pause
put climb step
pause
move se
move se
move ne
move e
move e
move s
move se
move se
move se
move e
move e
move ne
move se
move se
move e
move e

done:
echo 
echo Back on the Green
echo