PDA

View Full Version : guild



AestheticDeath
09-07-2007, 07:23 PM
so - I have a sorcerer in Ta'Illistim, and after spending forever trying to find the place, I found out its closed.

Is there a sorcerer guild in Ta'Vaalor?

Anyone have a script that goes to the sorcerer guilds in different towns?

Anebriated
09-07-2007, 07:47 PM
did they reclose the illistim guild? It used to be open.

AestheticDeath
09-07-2007, 07:53 PM
i couldnt get in, door was closed, and had a sign about being closed

Gallows Thief
09-07-2007, 07:54 PM
Illistim guild is open.... its outside of town on the road past trali and before you get to sprites etc.

Gallows Thief
09-07-2007, 07:58 PM
Illistim guild is open.... its outside of town on the road past trali and before you get to sprites etc.

From the Dais:

move o
move sw
move sw
move se
move se
move ne
move se
move se
move s
move sw
move e
move ne
move go gate
move sw
move se
move go port
move s
move s
move o
move sw
move w
move w
move s
move sw
move e
move se
move s
move se
move se
move se
move e
move se
move se
move se
move e
move e
move e
move se
move se
move se
move e
move e
move se
move se
move se
move se
move ne
move n
move ne
move n
move n
move ne
move ne
move n
move ne
move n

AestheticDeath
09-07-2007, 07:59 PM
thank you very much

AestheticDeath
09-07-2007, 08:01 PM
there a puzzle to getting in?

Gallows Thief
09-07-2007, 08:04 PM
there a puzzle to getting in?

Have to cast the right spells at the pillars. Script for use with PSINET

put look at dark pillar
match 701dark Faint tracings of essence slither across a blood-drop sigil incised upon the pillar's surface.
match 703dark Faint tracings of essence slither across a dark cloud sigil incised upon the pillar's surface.
match 702dark Faint tracings of essence slither across a radiating circle sigil incised upon the pillar's surface.
match 705dark Faint tracings of essence slither across a slate grey sigil incised upon the pillar's surface.
match 704dark Faint tracings of essence slither across a hazy black sigil incised upon the pillar's surface.
matchwait

deep:
wait 3
put look at deep pillar
match 701deep Faint tracings of essence slither across a blood-drop sigil incised upon the pillar's surface.
match 703deep Faint tracings of essence slither across a dark cloud sigil incised upon the pillar's surface.
match 702deep Faint tracings of essence slither across a radiating circle sigil incised upon the pillar's surface.
match 705deep Faint tracings of essence slither across a slate grey sigil incised upon the pillar's surface.
match 704deep Faint tracings of essence slither across a hazy black sigil incised upon the pillar's surface.
matchwait

701dark:
put 701 dark pill
goto deep

703dark:
put 703 dark pill
goto deep

702dark:
put 702 dark pill
goto deep

705dark:
put 705 dark pill
goto deep

704dark:
put 704 dark pill
goto deep

701deep:
put 701 deep pill
goto end

703deep:
put 703 deep pill
goto end

702deep:
put 702 deep pill
goto end

705deep:
put 705 deep pill
goto end

704deep:
put 704 deep pill
goto end

end:
wait 3
put 717 black pill

Anebriated
09-07-2007, 08:18 PM
yeah that

AestheticDeath
09-07-2007, 08:22 PM
trying to make that casting thing work on wiz FE script, not having alot of luck so far.

AestheticDeath
09-07-2007, 08:42 PM
OK, I my script working. I was too stupid to realize I had started a second script, and still trying to enter using the first which hadn't changed...

Anyhow, now that I am in what all is in here?


#ensorcg


start:
match enter [Gyldemar Road, Ruins]
match DaistoGuild [Ta'Illistim, Hanging Gardens]
match GuildtoDais [Sorcerer Guild, Chamber]
put look
matchwait


DaistoGuild:
move out
move sw
move sw
move se
move se
move ne
move se
move se
move s
move sw
move e
move ne
move go gate
move sw
move se
move go port
move s
move s
move o
move sw
move w
move w
move s
move sw
move e
move se
move s
move se
move se
move se
move e
move se
move se
move se
move e
move e
move e
move se
move se
move se
move e
move e
move se
move se
move se
move se
move ne
move n
move ne
move n
move n
move ne
move ne
move n
move ne
move n
goto enter

GuildtoDais:
move up
move s
move sw
move s
move sw
move sw
move s
move s
move sw
move s
move sw
move nw
move nw
move nw
move nw
move w
move w
move nw
move nw
move nw
move w
move w
move w
move nw
move nw
move nw
move w
move nw
move nw
move nw
move n
move nw
move w
move ne
move n
move e
move e
move ne
move go gate
move n
move n
move go port
move nw
move ne
move go gate
move sw
move w
move ne
move n
move nw
move nw
move ne
move go dais
exit

#EN Sorcerer Guild Password

enter:
match wait Also here:
match dark Obvious paths: south
put look
matchwait

wait:
put move south

wait2:
pause 15
put move north
goto enter

dark:
pause 3
match 701dark blood-drop sigil
match 703dark dark cloud sigil
match 702dark radiating circle sigil
match 705dark slate grey sigil
match 704dark hazy black sigil
put look at dark pillar
matchwait

deep:
pause 3
match 701deep blood-drop sigil
match 703deep dark cloud sigil
match 702deep radiating circle sigil
match 705deep slate grey sigil
match 704deep hazy black sigil
put look at deep pillar
matchwait

701dark:
pause
put prep 701
waitfor your
put cast dark pill
waitfor gesture
goto deep

703dark:
pause
put prep 703
waitfor your
put cast dark pill
waitfor gesture
goto deep

702dark:
pause
put prep 702
waitfor your
put cast dark pill
waitfor gesture
goto deep

705dark:
pause
put prep 705
waitfor your
put cast dark pill
waitfor gesture
goto deep

704dark:
pause
put prep 704
waitfor your
put cast dark pill
waitfor gesture
goto deep

701deep:
pause
put prep 701
waitfor your
put cast deep pill
waitfor gesture
goto end

703deep:
pause
put prep 703
waitfor your
put cast deep pill
waitfor gesture
goto end

702deep:
pause
put prep 702
waitfor your
put cast deep pill
waitfor gesture
goto end

705deep:
pause
put prep 705
waitfor your
put cast deep pill
waitfor gesture
goto end

704deep:
pause
put prep 704
waitfor your
put cast deep pill
waitfor gesture
pause 3
goto end

end:
pause 3
put prep 717
waitfor your
put cast black pill

AestheticDeath
09-07-2007, 09:00 PM
posted my script, hopefully it will help wiz FE users