PDA

View Full Version : Landing2Illistim - Zero Interaction Required



Drunken Durfin
09-19-2007, 10:59 AM
I took an existing Landing to Illistim travel script that I found and hacked it up a bit, taking out all the pauses and re-starts as well as the "group friendly" crap. What you have here is a script that starts outside the north gate in the Landing and stops at the Sapphire gate in Illistim.

It searches for passages, waits for the ferry, checks and climbs ropes, deals with puzzles and sits through the cart rides.

This script requires that you have both your hands empty at the beginning of the trip and assumes that you can search, climb and deal with attacking little cirtters along the way. I don't suggest you use this for younger characters.

All scripts break now and again for various in-game reasons. To combat this, there are several re-start points in the script so your don't have to do the rest of the trip manually. If the script breaks, just manually walk forward or backward to one of the initial matchpoints and restart the script.

Illistim2Landing coming soon.

Enjoy.

==========================


Initial:
put look
MATCH Gates [Wehnimer's, Outside Gate]
MATCH Elftown [Hidden Settlement]
MATCH GiveFerry [Locksmehr River, South Dock]
MATCH NorthDock [Locksmehr River, North Dock]
MATCH AtRope A tight rope has been strung
MATCH Island [Locksmehr River, Wiley Island]
MATCH Rope [Glo'antern Moor, Rope Ladder]
MATCH CheckLadder [Dead Plateau, Rope Ladder]
MATCH BoulderTrail Glo'antern Moor, Boulder
MATCH Moor Moor]
MATCH WestMine [Zul Logoth, Western Mines]
MATCH Tunnels [Kharag 'doth Dzulthu, Tunnels]
MATCH Insidetree [Vipershroud, Inside the Tree]
MATCH Fallentree [Vipershroud, Fallen Tree]
MATCH Mossytrail [Vipershroud, Mossy Trail]
MATCH Pass [Whistler's Pass]
MATCH Longhaul2 extends into the abyss.
MATCH Dragslope [Eastern DragonSpine, Slope]
Matchwait


Gates:
put set des off
move southwest
move south
move south
move south
move south
move south
move southwest
move south
move southeast
move south
move southeast
move south
move south
move south
move southwest
move south
move south
move southeast
move southeast
move southeast
move southeast
move southeast
move east
move east
move northeast
move east
move east
move east
move go trail
move north
move northeast
move east
move southeast
move east
move northeast
move north
move northeast
move north
move north
move north
move go trunk
move northwest
move go gap
move northeast
move east
move southeast
move northeast
move east
move southeast
put search
waitfor You make a careful search of the area and discover a small footpath!
move go footpath
put set des on
move south
GOTO Initial

Elftown:
move ne

ElfSearch:
put search
match Found path
match ElfSearch roundtime
matchwait

Found:
put go path
goto initial

Mossytrail:
pause 2
move n
put set des off
move nw
move d
put climb boulder
pause 4
move nw
move ne
move nw
move n
move ne
put set des on
move ne

MossyTrailSearch:
put search
match MossyFound crack
match MossyTrailSearch roundtime
matchwait

MossyFound:
pause 5
put go crack
pause 5
goto initial

InsideTree:
put search
match InsideFound opening
match InsideTree roundtime
matchwait

InsideFound:
pause 5
put go opening
pause 5
goto initial

Fallentree:
move n
put set des off
move ne
move u
move ne
put point stream
move go stream
pause 2
move n
pause 2
move ne
pause 2
move nw
move nw
move ne
move e
put set des on
put go dock

GiveFerry:
put give ferryman 10
match NoFerry What is it you're trying to give
match Ferry The blind ferryman reaches out
matchwait

NoFerry:
waitfor gangplank
put give ferryman 10
match NoFerry What is it you're trying to give
match Ferry The blind ferryman reaches out
matchwait

Ferry:
put go gangplank
WAITFOR Everybody out
put go gang
goto Initial

NorthDock:
move out
put set des off
move e
move e
move e
move e
move e
move e
move se
move se
move e
move e
move e
move se
move e
move se
move d
move e
move e
move u
move ne
move n
move e
move ne
move ne
move ne
move ne
move ne
move n
move ne
move ne
move n
move n
move nw
move nw
move n
pause 2
move n
pause 2
move n
pause 2
move ne
pause 2
move ne
move ne
move ne
move ne
move ne
move ne
move nw
move nw
put set des on
move e

AtRope:
put Look Rope
MATCH Clear No one is currently crossing
MATCH RopeOccupied currently hanging on
MATCHWAIT

Clear:
put climb rope
pause 16
put shuff east
pause 16
put shuff east
pause 16
put shuff east
pause 16
goto initial

RopeOccupied:
pause 16
put Look Rope
MATCH Clear No one is currently crossing
MATCH RopeOccupied currently hanging on
MATCHWAIT

Island:
move se
put set des off
move go bridge
move go bank
move ne
move nw
move nw
move ne
move ne
move ne
move ne
move e
move se
move se
move sw
move u
move ne
move se
move u
move u
move ne
move u
move se
move d
move d
move e
move ne
move e
move se
move e
move e
move u
move se
move sw
move u
move sw
move se
move se
move se
move e
move e
move e
move e
move e
move n
move w
move go bridge
move e
move se
move se
move e
move e
move e
move ne
move ne
move ne
move ne
move n
move n
move n
move n
move nw
move nw
move nw
move nw
move nw
move nw
put set des on
move nw

CheckLadder:
put Look ladd
MATCH ClearLadder The rope ladder is not being used
MATCH LadderOccupied currently hanging on
MATCH LadderOccupied is climbing the rope ladder
MATCHWAIT

ClearLadder:
put climb ladd
pause 12
put climb down
pause 12
put climb down
pause 12
put climb down
pause 12
goto initial

LadderOccupied:
pause 12
put Look ladd
MATCH ClearLadder The rope ladder is not being used
MATCH LadderOccupied currently hanging on
MATCH LadderOccupied is climbing the rope ladder
MATCHWAIT

Rope:
move nw
put set des off
move w
move nw
move n
move ne
move n
move nw
move n
move n
move ne
move ne
move ne
move ne
move n
move n
move ne
move ne
move se
move ne
move ne
move ne
move ne
move ne
move se
move ne
move se
move se
move e
put climb boulder
put set des on
GOTO INITIAL

BoulderTrail:
pause 2
put look trail
MATCH tNortheast Northeast
MATCH tNorthwest Northwest
MATCH tSoutheast Southeast
MATCH tSouthwest Southwest
MATCH tNorth North
MATCH tSouth South
MATCH tEast East
MATCH tWest West
MATCHWAIT

tNortheast:
move down
move ne
GOTO initial

tNorthwest:
move down
move nw
GOTO initial

tSoutheast:
move down
move se
GOTO initial

tSouthwest:
move down
move sw
GOTO initial

tNorth:
move down
move n
GOTO initial

tSouth:
move down
move s
GOTO initial

tEast:
move down
move e
GOTO initial

tWest:
move down
move w
GOTO initial

Moor:
move se
put set des off
move se
move e
move e
move e
move ne
move ne
move ne
move ne
move u
move se
put climb cliff
move nw
move nw
move nw
move nw
put climb cliff
pause 2
move se
move se
move se
move se
put climb crevice
move nw
put climb precipice
move ne
move se
move se
move e
put set des on
move go crevasse
put buy ticket
waitfor You hastily exit the cart
GOTO initial

WestMine:
move go arch
put set des off
move se
move e
move e
move ne
move ne
move e
move e
move e
move se
move e
move s
move s
move e
move ne
move ne
move ne
move e
put set des on
move e
put buy ticket
waitfor You hastily exit the cart
GOTO initial

Tunnels:
move w
move out
put climb trail
pause 3
put climb path
pause 3
put climb mountain
goto initial

Dragslope:
move ne
put set des off
move se
move s
move se
move e
move se
move se
move e
move se
move ne
move e
move ne
move n
move ne
move ne
move d
move d
move go fissure
move north
move n
move ne
move nw
move n
put set des on
move ne
put climb bould
pause 3
goto initial

Pass:
move n
put set des off
move ne
move ne
move ne
move n
move ne
move ne
move ne
move ne
move n
move ne
move e
move ne
move n
move n
move nw
move ne
move nw
move ne
move n
move go bridge
move n
move n
move n
move n
move go open
move n
move n
move ne
move ne
move n
move n
move nw
move nw
move nw
move n
move ne
move nw
move ne
move n
move ne
move n
move go cavern
move ne
move ne
move ne
move n
move n
move nw
move nw
move nw
move go opening
move n
move ne
move ne
move ne
move nw
move ne
move ne
move n
move ne
put tap creva
move go crevasse
pause 2
move ne
move out
move n
move ne
move n
move ne
move nw
move nw
move go open
move n
move ne
move ne
move n
move nw
move n
move ne
move ne
put climb boulder
move ne
move ne
move n
move n
move n
move nw
move n
move ne
move n
move ne
move n
move n
move n
move ne
move ne
move n
put set des on
goto initial

Longhaul2:
move go crevasse
put set des off
move nw
move n
move n
move out
move d
move d
move d
move n
move ne
move ne
move n
move n
move n
move ne
move w
move n
move ne
move ne
move n
move n
move e
move e
move ne
move nw
move n
move n
move ne
move ne
move e
move go footbridge
move ne
move ne
move n
move n
move n
move e
move e
move ne
move e
move se
move e
move e
move ne
move ne
move nw
move ne
move ne
move n
move n
move ne
move ne
move e
move go thicket
move se
move e
move out
move ne
move n
move n
move u
move nw
move n
move ne
move u
move e
move ne
move n
move n
move u
move n
move e
move e
move n
move u
move ne
move nw
move ne
move e
move go tunnel
move ne
move e
move n
move e
move n
move e
move n
move e
move se
move ne
move out
move n
move ne
move e
move n
move n
move ne
move ne
move n
move ne
move n
move n
move nw
move n
move n
move ne
move ne
move e
move ne
move n
move n
move go path
move e
move e
move ne
move n
move n
move n
move n
move nw
move nw
move n
move d
move d
move go bridge
move ne
move se
move n
move ne
move n
move ne
move e
move ne
move n
move ne
move ne
move ne
move nw
move nw
move n
move n
move ne
move n
move n
move n
move nw
move n
move ne
move e
move ne
move e
move n
move n
move ne
move e
move nw
move n
move ne
put climb wall
move ne
move go bridge
move ne
move go step
move n
move n
move ne
move e
move se
move e
move ne
move ne
move n
move n
move nw
move n
move ne
move ne
move n
move nw
move e
move ne
move n
move n
move n
move ne
move nw
move ne
move ne
move n
move e
move e
put set des on
move ne
exit

Drunken Durfin
11-21-2008, 11:09 AM
Bump, so these two stay toghether in the thread history.

Moist Happenings
11-21-2008, 11:36 AM
Asskickery, Durfin. I'm gonna use this.