View Full Version : Ta'Illistim Sorcerer Guild
Zzyzx
05-29-2016, 02:26 AM
How do I enter the Sorcerer Guild in Ta'Illistim?
I know I need to cast some spells at the pillars, but have no idea which spells, in which order. Thanks!
MrMortimur
05-29-2016, 05:20 AM
;go2 laboratory ;send 6
You can watch ;go2 cast them to see which is which, alternatively you can look at the pillars and you get a hint as to which spell might work.
Allereli
05-29-2016, 10:27 AM
# TIS_GUILD Script
# Created for Coven Libraries
# http://www.zone9.com
# 6/12/2006
#
# This script provides entry into
# the Sorcerer Guild in Ta'Illistum
#
put look
match Start [Gyldemar Road, Ruins]
match exit .
matchWait
exit:
echo ************************************************** *************************
echo You need to be at the pillars to use this script... [Gyldemar Road, Ruins]
echo ************************************************** *************************exit
exit
start:
setvariable myPil black
counter set 1
goto checkPil
start2:
setvariable myPil deep
counter set 2
goto checkPil
start3:
setvariable myPil dark
counter set 3
goto checkPil
checkPil:
put look %myPil pil
match 701 blood-drop sigil
match 702 a radiating circle sigil
match 703 a dark cloud sigil
match 704 hazy black sigil
match 705 slate grey sigil
match 717 a dark eye sigil
matchwait
701:
put prep 701
put cast at %myPil pil
pause 3
counter add 1
goto start%c
702:
put prep 702
put cast at %myPil pil
pause 3
counter add 1
goto start%c
703:
put prep 703
put cast at %myPil pil
pause 3
counter add 1
goto start%c
704:
put prep 704
put cast at %myPil pil
pause 3
counter add 1
goto start%c
705:
put prep 705
put cast at %myPil pil
pause 3
counter add 1
goto start%c
717:
put prep 717
put cast at %myPil pil
pause 3
counter add 1
goto start%c
labelerror:
exit
Soulance
05-29-2016, 12:16 PM
I remember when my Sorc didn't have a lot of mana. Was a pain cause I wanted to ensorcell something but by the time I got done casting these dumb pillars I wouldn't have any left for the ensorcell! Same at the Illy Wizard workshop.
Zzyzx
05-29-2016, 06:25 PM
Thanks everyone for the help!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.