Marmic Climbing (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<pre>
<pre>

climbing:
climbing:
echo ************************
echo ************************
Line 6: Line 5:
echo ************************
echo ************************
echo
echo
climb:
climb_start:
pause 1
pause 1
pause 1
pause 1
Line 28: Line 27:
climb-001:
climb-001:
pause 1
pause 1
match PASS-001 [Outside e Wall, Footpath]
match PASS-001 [Outside East Wall, Footpath]
match FAIL-001 You must be standing
match FAIL-001 You must be standing
match FAIL-001 steepness is intimidating
match FAIL-001 steepness is intimidating
Line 54: Line 53:
climb-002:
climb-002:
pause 1
pause 1
match PASS-002 [Ne Wilds, Outside Ne Gate]
match PASS-002 [Northeast Wilds, Outside Northeast Gate]
match FAIL-002 You must be standing
match FAIL-002 You must be standing
match FAIL-002 steepness is intimidating
match FAIL-002 steepness is intimidating
Line 79: Line 78:
pause 1
pause 1
setvariable climbing FAIL-01
setvariable climbing FAIL-01
match PASS-01 [Crossing, e Wall Battlements]
match PASS-01 [Crossing, East Wall Battlements]
match FAIL-01 You must be standing
match FAIL-01 You must be standing
match FAIL-01 steepness is intimidating
match FAIL-01 steepness is intimidating
Line 111: Line 110:
pause 1
pause 1
setvariable climbing FAIL-02
setvariable climbing FAIL-02
match PASS-02 [Crossing, e Wall Battlements]
match PASS-02 [Crossing, East Wall Battlements]
match FAIL-02 You must be standing
match FAIL-02 You must be standing
match FAIL-02 steepness is intimidating
match FAIL-02 steepness is intimidating
Line 139: Line 138:
pause 1
pause 1
setvariable climbing FAIL-03
setvariable climbing FAIL-03
match PASS-03 [Crossing, e Wall Battlements]
match PASS-03 [Crossing, East Wall Battlements]
match FAIL-03 You must be standing
match FAIL-03 You must be standing
match FAIL-03 steepness is intimidating
match FAIL-03 steepness is intimidating
Line 165: Line 164:
pause 1
pause 1
setvariable climbing FAIL-04
setvariable climbing FAIL-04
match PASS-04 [Crossing, e Gate Battlements]
match PASS-04 [Crossing, East Gate Battlements]
match FAIL-04 You must be standing
match FAIL-04 You must be standing
match FAIL-04 steepness is intimidating
match FAIL-04 steepness is intimidating
Line 189: Line 188:
pause 1
pause 1
setvariable climbing FAIL-05
setvariable climbing FAIL-05
match PASS-05 [eern Tier, Outside Gate]
match PASS-05 [Eastern Tier, Outside Gate]
match FAIL-05 You must be standing
match FAIL-05 You must be standing
match FAIL-05 steepness is intimidating
match FAIL-05 steepness is intimidating
Line 212: Line 211:
pause 1
pause 1
setvariable climbing FAIL-06
setvariable climbing FAIL-06
match PASS-06 [Outside e Wall, Footpath]
match PASS-06 [Outside East Wall, Footpath]
match FAIL-06 You must be standing
match FAIL-06 You must be standing
match FAIL-06 steepness is intimidating
match FAIL-06 steepness is intimidating
Line 238: Line 237:
pause 1
pause 1
setvariable climbing FAIL-07
setvariable climbing FAIL-07
match PASS-07 [Outside e Wall, Footpath]
match PASS-07 [Outside East Wall, Footpath]
match FAIL-07 You must be standing
match FAIL-07 You must be standing
match FAIL-07 steepness is intimidating
match FAIL-07 steepness is intimidating
Line 316: Line 315:
pause 1
pause 1
setvariable climbing FAIL-09
setvariable climbing FAIL-09
match PASS-09 [Crossing, w Wall Battlements]
match PASS-09 [Crossing, West Wall Battlements]
match FAIL-09 You must be standing
match FAIL-09 You must be standing
match FAIL-09 steepness is intimidating
match FAIL-09 steepness is intimidating
Line 362: Line 361:
move e
move e
goto climb-11
goto climb-11


climb-11:
climb-11:
pause 1
pause 1
setvariable climbing FAIL-11
setvariable climbing FAIL-11
match PASS-11 [Nwall Trail, Wooded Grove]
match PASS-11 [Northwall Trail, Wooded Grove]
match FAIL-11 You must be standing
match FAIL-11 You must be standing
match FAIL-11 steepness is intimidating
match FAIL-11 steepness is intimidating
Line 391: Line 392:
pause 1
pause 1
setvariable climbing FAIL-12
setvariable climbing FAIL-12
match PASS-12 [Nwall Trail, Wooded Grove]
match PASS-12 [Northwall Trail, Wooded Grove]
match FAIL-12 You must be standing
match FAIL-12 You must be standing
match FAIL-12 steepness is intimidating
match FAIL-12 steepness is intimidating
Line 418: Line 419:
pause 1
pause 1
setvariable climbing FAIL-13
setvariable climbing FAIL-13
match PASS-13 [Crossing, N Wall Battlements]
match PASS-13 [Crossing, North Wall Battlements]
match FAIL-13 You must be standing
match FAIL-13 You must be standing
match FAIL-13 steepness is intimidating
match FAIL-13 steepness is intimidating
Line 445: Line 446:
pause 1
pause 1
setvariable climbing FAIL-14
setvariable climbing FAIL-14
match PASS-14 [Crossing, N Wall Battlements]
match PASS-14 [Crossing, North Wall Battlements]
match FAIL-14 You must be standing
match FAIL-14 You must be standing
match FAIL-14 steepness is intimidating
match FAIL-14 steepness is intimidating
Line 470: Line 471:
pause 1
pause 1
setvariable climbing FAIL-15
setvariable climbing FAIL-15
match PASS-15 [Crossing, w Gate Battlements]
match PASS-15 [Crossing, West Gate Battlements]
match FAIL-15 You must be standing
match FAIL-15 You must be standing
match FAIL-15 steepness is intimidating
match FAIL-15 steepness is intimidating
Line 512: Line 513:
pause 1
pause 1
pause 1
pause 1
match climb_start EXP HELP
match climb EXP HELP
match climbing_end mind lock
match quit mind lock
match quit dazed
match quit bewilder
put skill climb
put skill climb
matchwait
matchwait
Line 529: Line 532:
pause 1
pause 1
goto %climbing
goto %climbing
QUIT:
climbing_end:
EXIT


EXIT
</pre>
</pre>

Revision as of 13:16, 12 March 2010

climbing:
echo ************************
echo ******* CLIMBING *******
echo ************************
echo 
climb:
pause 1
pause 1
move nw
move n
move n
move n
move n
move n
move n
move e
move e
move n
move e
move e
move n
move n
move e
move go stair
move s
climb-001:
pause 1
match PASS-001 [Outside East Wall, Footpath]
match FAIL-001 You must be standing
match FAIL-001 steepness is intimidating
match FAIL-001 can't seem to find purchase
match FAIL-001 find it hard going.
match FAIL-001 your footing is questionable
match FAIL-001 slip after a few feet
match FAIL-001 A wave of dizziness hits you
match FAIL-001 Struck by vertigo
put climb break
matchwait
PASS-001:
pause 1
pause 1
move n
move go gate
move w
move go stair
move s
goto climb-002
FAIL-001:
pause 1
pause 1
goto climb-002
climb-002:
pause 1
match PASS-002 [Northeast Wilds, Outside Northeast Gate]
match FAIL-002 You must be standing
match FAIL-002 steepness is intimidating
match FAIL-002 can't seem to find purchase
match FAIL-002 find it hard going.
match FAIL-002 your footing is questionable
match FAIL-002 slip after a few feet
match FAIL-002 A wave of dizziness hits you
match FAIL-002 Struck by vertigo
put climb embrasure
matchwait
FAIL-002:
pause 1
pause 1
move n
move go stair
move e
move go gate
PASS-002:
pause 1
move go footpath
goto climb-01
climb-01:
pause 1
setvariable climbing FAIL-01
match PASS-01 [Crossing, East Wall Battlements]
match FAIL-01 You must be standing
match FAIL-01 steepness is intimidating
match FAIL-01 can't seem to find purchase
match FAIL-01 find it hard going.
match FAIL-01 your footing is questionable
match fallen slip after a few feet
match FAIL-01 A wave of dizziness hits you
match FAIL-01 Struck by vertigo
put climb wall
matchwait
PASS-01:
pause 1
pause 1
move n
move go stair
move e
move go gate
move go footpath
goto FAIL-01
FAIL-01:
pause 1
pause 1
move s
move down
move s
move s
move sw
goto climb-02
climb-02:
pause 1
setvariable climbing FAIL-02
match PASS-02 [Crossing, East Wall Battlements]
match FAIL-02 You must be standing
match FAIL-02 steepness is intimidating
match FAIL-02 can't seem to find purchase
match FAIL-02 find it hard going.
match FAIL-02 your footing is questionable
match FALLEN slip after a few feet
match FAIL-02 A wave of dizziness hits you
match FAIL-02 Struck by vertigo
put climb wall
matchwait
PASS-02:
pause 1
pause 1
move s
move go stair
move go gate
move go bush
move n
goto climb-03
FAIL-02:
pause 1
pause 1
move s
goto climb-03
climb-03:
pause 1
setvariable climbing FAIL-03
match PASS-03 [Crossing, East Wall Battlements]
match FAIL-03 You must be standing
match FAIL-03 steepness is intimidating
match FAIL-03 can't seem to find purchase
match FAIL-03 find it hard going.
match FAIL-03 your footing is questionable
match FALLEN slip after a few feet
match FAIL-03 A wave of dizziness hits you
match FAIL-03 Struck by vertigo
put climb wall
matchwait
PASS-03:
pause 1
pause 1
move s
move go stair
move go gate
goto climb-04
FAIL-03:
pause 1
pause 1
move s
goto climb-04
climb-04:
pause 1
setvariable climbing FAIL-04
match PASS-04 [Crossing, East Gate Battlements]
match FAIL-04 You must be standing
match FAIL-04 steepness is intimidating
match FAIL-04 can't seem to find purchase
match FAIL-04 find it hard going.
match FAIL-04 your footing is questionable
match FALLEN slip after a few feet
match FAIL-04 A wave of dizziness hits you
match FAIL-04 Struck by vertigo
put climb wall
matchwait
PASS-04:
pause 1
pause 1
goto climb-05
FAIL-04:
pause 1
pause 1
move go gate
move go stair
goto climb-05
climb-05:
pause 1
setvariable climbing FAIL-05
match PASS-05 [Eastern Tier, Outside Gate]
match FAIL-05 You must be standing
match FAIL-05 steepness is intimidating
match FAIL-05 can't seem to find purchase
match FAIL-05 find it hard going.
match FAIL-05 your footing is questionable
match FALLEN slip after a few feet
match FAIL-05 A wave of dizziness hits you
match FAIL-05 Struck by vertigo
put climb embrasure
matchwait
PASS-05:
pause 1
pause 1
move go gate
move go stair
FAIL-05:
pause 1
move n
goto climb-06
climb-06:
pause 1
setvariable climbing FAIL-06
match PASS-06 [Outside East Wall, Footpath]
match FAIL-06 You must be standing
match FAIL-06 steepness is intimidating
match FAIL-06 can't seem to find purchase
match FAIL-06 find it hard going.
match FAIL-06 your footing is questionable
match FALLEN slip after a few feet
match FAIL-06 A wave of dizziness hits you
match FAIL-06 Struck by vertigo
put climb break
matchwait
PASS-06:
pause 1
pause 1
move s
move go gate
move go stair
move n
goto climb-07
FAIL-06:
pause 1
pause 1
goto climb-07
climb-07:
pause 1
setvariable climbing FAIL-07
match PASS-07 [Outside East Wall, Footpath]
match FAIL-07 You must be standing
match FAIL-07 steepness is intimidating
match FAIL-07 can't seem to find purchase
match FAIL-07 find it hard going.
match FAIL-07 your footing is questionable
match FALLEN slip after a few feet
match FAIL-07 A wave of dizziness hits you
match FAIL-07 Struck by vertigo
put climb embrasure
matchwait
PASS-07:
pause 1
pause 1
move s
move s
move go gate
goto TRAVEL-08
FAIL-07:
pause 1
pause 1
move s
move go stair
goto TRAVEL-08
TRAVEL-08:
pause 1
pause 1
move w
move w
move w
move w
move nw
move n
move n
move n
move n
move n
move n
move w
move w
move w
move w
move go bridge
move w
move w
move w
move w
move go stair
move s
climb-08:
pause 1
setvariable climbing FAIL-08
match PASS-08 [Mycthengelde, Flatlands]
match FAIL-08 You must be standing
match FAIL-08 steepness is intimidating
match FAIL-08 can't seem to find purchase
match FAIL-08 find it hard going.
match FAIL-08 your footing is questionable
match FALLEN slip after a few feet
match FAIL-08 A wave of dizziness hits you
match FAIL-08 Struck by vertigo
put climb embrasure
matchwait
PASS-08:
pause 1
pause 1
goto climb-09
FAIL-08:
pause 1
pause 1
move n
move go stair
move go gate
move nw
goto climb-09
climb-09:
pause 1
setvariable climbing FAIL-09
match PASS-09 [Crossing, West Wall Battlements]
match FAIL-09 You must be standing
match FAIL-09 steepness is intimidating
match FAIL-09 can't seem to find purchase
match FAIL-09 find it hard going.
match FAIL-09 your footing is questionable
match FALLEN slip after a few feet
match FAIL-09 A wave of dizziness hits you
match FAIL-09 Struck by vertigo
put climb wall
matchwait
PASS-09:
pause 1
pause 1
move n
goto climb-10
FAIL-09:
pause 1
pause 1
move se
move go gate
move go stair
goto climb-10
climb-10:
pause 1
setvariable climbing FAIL-10
match PASS-10 [Mycthengelde, Flatlands]
match FAIL-10 You must be standing
match FAIL-10 steepness is intimidating
match FAIL-10 can't seem to find purchase
match FAIL-10 find it hard going.
match FAIL-10 your footing is questionable
match FALLEN slip after a few feet
match FAIL-10 A wave of dizziness hits you
match FAIL-10 Struck by vertigo
put climb embrasure
matchwait
PASS-10:
pause 1
pause 1
move go gate
move go stair
FAIL-10:
pause 1
move e
goto climb-11


climb-11:
pause 1
setvariable climbing FAIL-11
match PASS-11 [Northwall Trail, Wooded Grove]
match FAIL-11 You must be standing
match FAIL-11 steepness is intimidating
match FAIL-11 can't seem to find purchase
match FAIL-11 find it hard going.
match FAIL-11 your footing is questionable
match FALLEN slip after a few feet
match FAIL-11 A wave of dizziness hits you
match FAIL-11 Struck by vertigo
put climb break
matchwait
PASS-11:
pause 1
pause 1
move s
move go gate
move go stair
move e
goto climb-12
FAIL-11:
pause 1
pause 1
goto climb-12
climb-12:
pause 1
setvariable climbing FAIL-12
match PASS-12 [Northwall Trail, Wooded Grove]
match FAIL-12 You must be standing
match FAIL-12 steepness is intimidating
match FAIL-12 can't seem to find purchase
match FAIL-12 find it hard going.
match FAIL-12 your footing is questionable
match FALLEN slip after a few feet
match FAIL-12 A wave of dizziness hits you
match FAIL-12 Struck by vertigo
put climb embrasure
matchwait
PASS-12:
pause 1
pause 1
goto climb-13
FAIL-12:
pause 1
pause 1
move w
move go stair
move go gate
move go trail
move ne
goto climb-13
climb-13:
pause 1
setvariable climbing FAIL-13
match PASS-13 [Crossing, North Wall Battlements]
match FAIL-13 You must be standing
match FAIL-13 steepness is intimidating
match FAIL-13 can't seem to find purchase
match FAIL-13 find it hard going.
match FAIL-13 your footing is questionable
match FALLEN slip after a few feet
match FAIL-13 A wave of dizziness hits you
match FAIL-13 Struck by vertigo
put climb wall
matchwait
PASS-13:
pause 1
pause 1
move w
move go stair
move go gate
move go trail
goto climb-14
FAIL-13:
pause 1
pause 1
move sw
goto climb-14
climb-14:
pause 1
setvariable climbing FAIL-14
match PASS-14 [Crossing, North Wall Battlements]
match FAIL-14 You must be standing
match FAIL-14 steepness is intimidating
match FAIL-14 can't seem to find purchase
match FAIL-14 find it hard going.
match FAIL-14 your footing is questionable
match FALLEN slip after a few feet
match FAIL-14 A wave of dizziness hits you
match FAIL-14 Struck by vertigo
put climb wall
matchwait
PASS-14:
pause 1
pause 1
move w
move go stair
move go gate
goto climb-15
FAIL-14:
pause 1
move s
goto climb-15
climb-15:
pause 1
setvariable climbing FAIL-15
match PASS-15 [Crossing, West Gate Battlements]
match FAIL-15 You must be standing
match FAIL-15 steepness is intimidating
match FAIL-15 can't seem to find purchase
match FAIL-15 find it hard going.
match FAIL-15 your footing is questionable
match FALLEN slip after a few feet
match FAIL-15 A wave of dizziness hits you
match FAIL-15 Struck by vertigo
put climb wall
matchwait
PASS-15:
pause 1
pause 1
move go stair
goto TRAVEL-15
FAIL-15:
pause 1
pause 1
move go gate
goto TRAVEL-15
TRAVEL-15:
pause 1
pause 1
move e
move e
move e
move e
move e
move e
move e
move e
move e
move s
move s
move s
move s
move s
move s
move se
pause 1
pause 1
match climb EXP HELP
match quit mind lock
match quit dazed
match quit bewilder
put skill climb
matchwait 
FALLEN:
pause 1
pause 1
match STOOD You stand
match STOOD You are already standing
match FALLEN cannot manage to stand.
match FALLEN The weight of all your possessions
match FALLEN ...wait
put stand
matchwait
stood:
pause 1
goto %climbing
QUIT:

EXIT