Climb Crossing (script): Difference between revisions
Jump to navigation
Jump to search
(Shard embrasure and wall climbing without practice.) |
m (added category of 'Survival') |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Script |
|||
|cat=training, Survival |
|||
|fe=StormFront |
|||
|auth=[[User:Lightcycle|Lightcycle]] |
|||
}} |
|||
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**** |
echo ***Remember to start at the west gate**** |
||
pause 1 |
pause 1 |
||
Line 132: | Line 142: | ||
move n |
move n |
||
goto appcheck |
goto appcheck |
||
</pre> |
Latest revision as of 16:32, 16 May 2016
Climb Crossing (script) | |
---|---|
Category | training,Survival |
Front-end | StormFront |
Author | Lightcycle |
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