PDA

View Full Version : Ice ----> Pine



Drisco
06-13-2007, 02:48 PM
To Ice and Pine if you can do so without falling down

(use put for faster movement if yah trust it.) move e
move e
move e
move e
move e
move go ga
move e
move e
move ne
move climb trail
move up
move up
move e
move se
move e
move e
move climb landslide
move up
move ne
move nw
move up
move nw
move ne
move w
move nw
move up
move down
move se
move e
move go rocks
move n
move n
move nw
move down
move ne
move n
move n
move n
move n
move n
move n
move n
move n
move nw
move ne
move n
move nw
move ne
move nw
move climb gorge
move climb north wall
move e
move e
move se
move up
move e
move e
put stow all
move climb cliff
put gird
move nw
move w
move w
move nw
move go stair
move e
move ne
move up
move up
move climb butte
move e
move n
move climb outcropping
move down
move ne
move go mound
move n
move n
move go bridge
move nw
move ne
move e
move climb incline
move nw
move sw
move n
move w
move sw
put search
move go trail
move ne
move n
move w
move down
move climb rock
move e
move se
move ne
move e
move climb rocks
move ne
move sw
move nw
move w
move n
move nw
put go steps

Ignot
06-13-2007, 02:57 PM
Im not good at scripts or anything but isnt there a maze on the way to pinefar?

Drew
06-13-2007, 03:17 PM
Im not good at scripts or anything but isnt there a maze on the way to pinefar?






move ne
move n
move n
move n
move n
move n
move n
move n
move n
move nw


Yeah that's what that is for, it really should use put since the norths aren't a consistent number each time.

Krendeli
06-13-2007, 03:21 PM
Yeah that's what that is for, it really should use put since the norths aren't a consistent number each time.

Fix would be:

previous portion of script

maze:
move n
match continue <insert snippet of text of room north of the maze here>
match maze Obvious:
matchwait

continue:
rest of script here

Jolena
06-13-2007, 04:31 PM
Starts just outside the East Gate in Icemule:

#Mule East Gate to post-Maze

move e
move ne
move cli trail
move up
move up
move e
move se
move e
move e
move climb land
move up
move ne
move nw
move up
move nw
move ne
move go rock
move n
move n
move nw
move down
move ne

move n
put look
match Loop Snowflakes whirl around you
MatchWait

Loop:
move n
put look
match KeepGoing Snowflakes whirl around you
match MadeIt A towering mountain range
MatchWait

KeepGoing:
goto Loop

MadeIt:

#Mule post-Maze to first cliff

move nw
move cli gorge
move cli north wall
move e
move e
move se
move up
move e
move e
put stance def
pause 1
put sheath
pause 1
put wear my heater
move cli clif
put gird
pause 1
move nw
move w
move w
move nw
move go stair
pause 5
move e
pause 5
move ne
pause 5
move up
pause 5
move up
pause 5
move cli butte
pause 2
move ne
move ne
move cli outcrop
pause 2
move down
pause 5
move ne
pause 5
move go mound

# This starts just past the mound of snow

move n
move n
move go bridge
move nw
move ne
move e
move cli incline

#Mule top of incline onward

move nw
move sw
move w
move sw
move up
put search
move go trail
move ne
move n
move w
move down

#Mule Nightmare Gorge to final climb

move cli rock
move e
move se
move ne
move e
move cli rock

#Mule top of last climb to Pinefar

pause 5
move nw
move w
move n
move nw
move go step
move go door

#Mule inside Pinefar Trading Post

Drisco
06-14-2007, 07:29 PM
I just saw that, worked the first time I used it but if yah get there to early just keep looking and it will catch up... heh I just made it cause I've never seen one around and a lot of people where asking for one.

FinisWolf
06-14-2007, 09:06 PM
Mine's in the scripting folder somewhere. :shrug:

Basically the same as Jolena's it look's like, except I start in TC, and it can be picked up from several locations. Mine can (in some versions) take you all the way to the Rift puzzle door. It also has built in pauses for the cave and the lake.

And yes, I use put. Some that do not have premium, or a slow connection would want to do a find/replace from the PUT to MOVE.

Finis

~ This one only goes to the hatch.
----

match:
put look
match house [Finiswolf's Home]
match alley [Hops Alley, South End]
match tc [Icemule Trace, Town Center]
match landslide blocked by an enormous landslide
match maze Snowflakes whirl around you.
match go A towering mountain range
match cave [Ice Cave]
match lake Boiling Lake]
match porch Porch]
match greatroom Greatroom]
match hatch A small refuge has been carved into the snow
matchwait
house:
put go ro door
alley:
put north
put out
put west
put go path
put north
put north
put north
put north
put north
put east
put east
put east
put east
put east
tc:
put east
put east
put east
put east
put east
put go gate
put east
put east
put ne
put climb trail
put up
put up
put se
put east
put east
put east
put east
landslide:
put climb landslide
put up
put ne
put nw
put up
put nw
put ne
put go rock
put n
put n
put nw
put down
put ne
put n
maze:
put n
put look
match maze Snowflakes whirl around you.
match go A towering mountain range
matchwait
go:
put nw
put climb gorge
put climb north wall
put e
put e
put se
put se
put e
put climb cliff
put w
put down
put w
put sw
put w
put go cave
cave:
ECHO ***************************
ECHO
ECHO Lesser Ice Giant Area
ECHO Ice Cave
ECHO
ECHO ***************************
pause 5
put out
put e
put ne
put nw
put go stairway
put e
pause 6
put ne
pause 6
put up
pause 6
put up
put climb butte
put nw
put nw
put ne
put go slope
lake:
ECHO ***************************
ECHO
ECHO Greater Ice Giant Area
ECHO Boiling Lake
ECHO
ECHO ***************************
pause 5
put up
put se
put e
put climb outcropping
put down
pause 6
put ne
put go mound
put n
put n
put go bridge
put nw
put ne
put e
put climb incline
put nw
put sw
put w
put sw
put up
put search
put go trail
put ne
put n
put w
put down
put climb rock
put e
put se
put ne
put e
put climb rock
put nw
put w
put n
put nw
put go steps
porch:
ECHO PINEFAR TRADING POST PORCH
put go door
greatroom:
ECHO ***************************************
ECHO
ECHO You are at the Pinefar Greatroom!
ECHO
ECHO The script will pause here for
ECHO
ECHO 10 seconds, then move to the Hatch
ECHO
ECHO ***************************************
pause 10
put go door
put go steps
put se
put s
put e
put se
put ne
put e
move climb rock
put ne
put e
move climb stone
put n
move climb boulder
put nw
put nw
put ne
put e
put n
put e
put se
put ne
put go hatch
ECHO **********************************
ECHO
ECHO HATCH! Artic Tundra!
ECHO
ECHO **********************************
hatch:


exit:
exit

Deathravin
06-15-2007, 12:43 PM
It's not that you have premium or a slow connection.

You use Stormfront. It's natively a lot more tolerant of type-aheads.