PDA

View Full Version : COL Puzzle Script: Solhaven



Gan
06-19-2006, 09:37 AM
Here's an older one, needs waitfor updating, I just dont feel like running down and checking the waitfor signals (its probably: waitfor you push).

put push garg
pause
put push letter i
pause
put push letter w
pause
put push letter n
pause
put push letter b
pause
put push letter t
pause
put push letter c
pause

Cyprion
06-19-2006, 05:04 PM
Heres an extended version of yours found at http://counciloflight.bravepages.com/scripts.htm

#solcol.Cmd
echo
echo ******************************************
echo * This script will take you too and from *
echo * COL in Solhaven *
echo * start points are the north market *
echo * one north of north market bayside road.*
echo * It also takes you from the cellar *
echo * all four COL NPC occupied rooms *
echo * (not including poohbahs chambers) *
echo * back to bayside road *
echo * usages to and from is .Solcol *
echo ******************************************
echo
echo
echo
echo
echo ******************************************
echo * written by; the mad scripter *
echo ******************************************
echo
pause 1

start
put look
match northmarket [solhaven, north market
match baysideroad [Solhaven, bayside
match insidecol1 [wine cellar, nexus]
match insidecol2 [wine cellar, services]
match insidecol3 [wine cellar, altar
match insidecol4 [wine cellar, library
matchwait

northmarket:
move n
goto baysideroad

baysideroad:

move s
move sw
move s
move s
move e
move e
move e
move s
move s
move s
move s
move s
put climb wall



put look
match gargoyle [kraken manor, courtyard
match walloccupied [Solhaven, eastbridge
matchwait

gargoyle:
put push gargoyle
waitfor the gargoyle
put push letter i
waitfor the gargoyle
put push letter w
waitfor the gargoyle
put push letter n
waitfor the gargoyle
put push letter b
waitfor the gargoyle
put push letter t
waitfor the gargoyle
put push letter c
waitfor There is an audible
put go door

move n
move ne
move nw
move sw
move w
put go door
move w
move n
move w
move n


exit

walloccupied:
pause 1
put climb wall

put look
match walloccupied [Solhaven, eastbridge
match gargoyle [kraken manor, courtyard
matchwait

insidecol1:
move s
move e
move s
move e
move out
move climb wall
move north
move n
move n
move n
move n
move w
move w
move w
move n
move n
move ne
move n
exit

insidecol2:
move east
goto insidecol1

insidecol3:
move s
goto insidecol1

insidecol4:
move west
goto insidecol1

jpatter123
09-22-2006, 05:22 PM
wow that cracks me up. I wrote that solcol script so many years ago and I just am coming back to play after a 4 year hiatus and see its still viable. Funny how so many things change but some still stay the same.