Climb Crossing (script): Difference between revisions
Jump to navigation
Jump to search
(Blanked the page) |
No edit summary |
||
Line 1: | Line 1: | ||
Trains [[Climbing skill|climbing]] without practice under 80 ranks before which Ruea's shard climbing script will train. |
|||
<pre> |
|||
echo ***Remember to start at the west gate**** |
|||
pause 1 |
|||
appcheck: |
|||
match end mind lock |
|||
match climbstart information |
|||
put sk climb |
|||
matchwait |
|||
climbstart: |
|||
counter set 0 |
|||
goto move%c |
|||
counter: |
|||
counter add 1 |
|||
goto move%c |
|||
stand: |
|||
put stand |
|||
pause 1 |
|||
goto counter |
|||
end: |
|||
exit |
|||
move0: |
|||
put climb ladder |
|||
put s |
|||
pause .5 |
|||
goto climb%c |
|||
climb0: |
|||
match climb%c ...wait |
|||
match counter Roundtime: |
|||
put climb embra |
|||
matchwait |
|||
move1: |
|||
pause .5 |
|||
put n |
|||
put climb ladder |
|||
pause .5 |
|||
move n |
|||
move ne |
|||
move ne |
|||
move ne |
|||
move e |
|||
pause .5 |
|||
goto climb%c |
|||
climb1: |
|||
match climb%c ...wait |
|||
match stand You are unharmed but feel foolish. |
|||
match counter Roundtime: |
|||
put climb wall |
|||
matchwait |
|||
move2: |
|||
pause .5 |
|||
move e |
|||
put climb ladder |
|||
pause .5 |
|||
move w |
|||
goto climb%c |
|||
climb2: |
|||
match climb%c ...wait |
|||
match counter Roundtime: |
|||
put climb embra |
|||
matchwait |
|||
move3: |
|||
pause .5 |
|||
move e |
|||
put climb ladder |
|||
pause .5 |
|||
move e |
|||
move e |
|||
move se |
|||
move se |
|||
move se |
|||
goto climb%c |
|||
climb3: |
|||
match climb%c ...wait |
|||
match stand You are unharmed but feel foolish. |
|||
match counter Roundtime: |
|||
put climb wall |
|||
matchwait |
|||
move4: |
|||
pause .5 |
|||
move s |
|||
put climb ladder |
|||
pause .5 |
|||
move n |
|||
goto climb%c |
|||
climb4: |
|||
match climb%c ...wait |
|||
match counter Roundtime: |
|||
put climb embra |
|||
matchwait |
|||
move5: |
|||
pause 1 |
|||
move s |
|||
put climb ladder |
|||
pause .5 |
|||
move s |
|||
move sw |
|||
move sw |
|||
move sw |
|||
move w |
|||
move w |
|||
move w |
|||
move w |
|||
move nw |
|||
move nw |
|||
move nw |
|||
goto climb%c |
|||
climb5: |
|||
match climb%c ...wait |
|||
match stand You are unharmed but feel foolish. |
|||
match counter Roundtime: |
|||
put climb wall |
|||
matchwait |
|||
move6: |
|||
pause .5 |
|||
move n |
|||
goto appcheck |
|||
</pre> |
|||
[[Category:Scripts]] |
Revision as of 17:49, 16 November 2010
Trains climbing without practice under 80 ranks before which Ruea's shard climbing script will train.
echo ***Remember to start at the west gate**** pause 1 appcheck: match end mind lock match climbstart information put sk climb matchwait climbstart: counter set 0 goto move%c counter: counter add 1 goto move%c stand: put stand pause 1 goto counter end: exit move0: put climb ladder put s pause .5 goto climb%c climb0: match climb%c ...wait match counter Roundtime: put climb embra matchwait move1: pause .5 put n put climb ladder pause .5 move n move ne move ne move ne move e pause .5 goto climb%c climb1: match climb%c ...wait match stand You are unharmed but feel foolish. match counter Roundtime: put climb wall matchwait move2: pause .5 move e put climb ladder pause .5 move w goto climb%c climb2: match climb%c ...wait match counter Roundtime: put climb embra matchwait move3: pause .5 move e put climb ladder pause .5 move e move e move se move se move se goto climb%c climb3: match climb%c ...wait match stand You are unharmed but feel foolish. match counter Roundtime: put climb wall matchwait move4: pause .5 move s put climb ladder pause .5 move n goto climb%c climb4: match climb%c ...wait match counter Roundtime: put climb embra matchwait move5: pause 1 move s put climb ladder pause .5 move s move sw move sw move sw move w move w move w move w move nw move nw move nw goto climb%c climb5: match climb%c ...wait match stand You are unharmed but feel foolish. match counter Roundtime: put climb wall matchwait move6: pause .5 move n goto appcheck