Ta'Illistim deeds (script): Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
(Script to help acquire deeds in Ta'Illistim)
 
m (1 revision: Krakiipedia Import)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
A script helpful to purchasing deeds in [[Ta'Illistim]].
A script that may be helpful to purchasing deeds in [[Ta'Illistim]].


<pre>
<pre>
Line 6: Line 6:
if_1 goto Start
if_1 goto Start
AddToHighlightStrings string="Use as follows: .tailldeed <gem> <second gem> <etc. through five>" foreColor=#29CEFF highlightEntireLine=True /quiet
AddToHighlightStrings string="Use as follows: .tailldeed <gem> <second gem> <etc. through nine>" foreColor=#29CEFF highlightEntireLine=True /quiet
echo
echo
echo Use as follows: .tailldeed <gem> <second gem> <etc. through five>
echo Use as follows: .tailldeed <gem> <second gem> <etc. through nine>
echo
echo
waitfor
waitfor
DeleteFromHighlightStrings string="Use as follows: .tailldeed <gem> <second gem> <etc. through five>"
DeleteFromHighlightStrings string="Use as follows: .tailldeed <gem> <second gem> <etc. through nine>"
echo
echo
AddToHighlightStrings string="Example: .tailldeed sapphire diamond" foreColor=#29CEFF highlightEntireLine=True /quiet
AddToHighlightStrings string="Example: .tailldeed sapphire diamond" foreColor=#29CEFF highlightEntireLine=True /quiet
Line 21: Line 21:


Start:
Start:
put look tome
put look tome
match Open You see the tome is open
match Open You see the tome is open
match Closed The tome is bound
match Closed The tome is bound
matchwait
matchwait
exit
exit

Open:
Open:
put close tome
put close tome
waitfor You carefully close the cover of the tome.
waitfor You carefully close
goto Closed
goto Closed
exit
exit


Closed:
Closed:
put open tome
put open tome
waitfor You carefully open the tome.
waitfor You carefully open
put read tome
put read tome
waitfor PATRONS OF THE ELVEN HOUSES
waitfor PATRONS OF THE ELVEN HOUSES
put turn tome to ashrim
put turn tome to ashrim
match Charl In his hand, he is wielding a trident.
match Charl wielding a trident
match Niima A blue-green gown clings to her slender form.
match Niima blue-green gown clings
matchwait
matchwait
exit
exit


Charl:
Charl:
move east
move east
move go panel
move go panel
put get taper
put get taper
waitfor You pick up a long thin taper.
waitfor You pick up a long
put light my taper with candle
put light my taper with candle
waitfor You carefully light the taper with a slender white candle.
waitfor You carefully light the taper
move go panel
move go panel
move west
move west
move southeast
move southeast
move go modwir door
move go modwir door
goto Payment
goto Payment
exit
exit
Niima:
Niima:
move east
move east
move go panel
move go panel
put get taper
put get taper
waitfor You pick up a long thin taper.
waitfor You pick up a long
put light my taper with candle
put light my taper with candle
waitfor You carefully light the taper with a slender white candle.
waitfor You carefully light the taper
move go panel
move go panel
move west
move west
move southeast
move southeast
move go haon door
move go haon door
goto Payment
goto Payment
exit
exit
Payment:
Payment:
put kneel
put kneel
waitfor You kneel down.
waitfor You kneel down
goto Gemrotate
put get my %1

put put my %1 on censer
Gemrotate:
waitfor on a brass censer.
put get my %1
if_1 goto Outcome
put get my %2
put put my %1 on censer
put put my %2 on censer
waitfor on a brass censer
shift
waitfor on a brass censer.
if_2 goto Outcome
goto Check

put get my %3
Check:
put put my %3 on censer
if_1 goto Gemrotate
waitfor on a brass censer.
if_3 goto Outcome
goto Outcome

put get my %4
Outcome:
put put my %4 on censer
waitfor on a brass censer.
if_4 goto Outcome
put get my %5
put put my %5 on censer
waitfor on a brass censer.
put light cens with my taper
waitfor You light the censer with your taper.
goto Outcome
Outcome:
put pray
put pray
put meditate
put meditate
match Success You sense an accomplishment
match Success You sense an accomplishment
match Failure You struggle to gain any further insights
match Failure You struggle to gain any further insights
matchwait
matchwait
exit
exit
Success:
Success:
AddToHighlightStrings string="You were successful in recording another deed." foreColor=#29CEFF highlightEntireLine=True /quiet
AddToHighlightStrings string="You were successful in recording another deed." foreColor=#29CEFF highlightEntireLine=True /quiet
echo
echo
echo You were successful in recording another deed.
echo You were successful in recording another deed.
echo
echo
waitfor
waitfor
DeleteFromHighlightStrings string="You were successful in recording another deed."
DeleteFromHighlightStrings string="You were successful in recording another deed."
move northwest
move northwest
put experience
put experience
exit
exit

Failure:
Failure:
AddToHighlightStrings string="You were not successful in recording another deed." foreColor=#29CEFF highlightEntireLine=True /quiet
AddToHighlightStrings string="You were not successful in recording another deed." foreColor=#29CEFF highlightEntireLine=True /quiet
echo
echo
echo You were not successful in recording another deed.
echo You were not successful in recording another deed.
echo
echo
waitfor
waitfor
DeleteFromHighlightStrings string="You were not successful in recording another deed."
DeleteFromHighlightStrings string="You were not successful in recording another deed."
move northwest
move northwest
put experience
put experience
exit
exit
</pre>
</pre>

Latest revision as of 14:47, 31 December 2014

A script that may be helpful to purchasing deeds in Ta'Illistim.

 # Purchasing a Deed in Ta'Illistim in the Hall of Patrons 
 # Any questions, comments can be directed to me at dalynched1@attbi.com 
  
 if_1 goto Start 
 AddToHighlightStrings string="Use as follows: .tailldeed <gem> <second gem> <etc. through nine>" foreColor=#29CEFF highlightEntireLine=True /quiet 
 echo
 echo Use as follows: .tailldeed <gem> <second gem> <etc. through nine>
 echo  
 waitfor 
 DeleteFromHighlightStrings string="Use as follows: .tailldeed <gem> <second gem> <etc. through nine>" 
 echo 
 AddToHighlightStrings string="Example: .tailldeed sapphire diamond" foreColor=#29CEFF highlightEntireLine=True /quiet 
 echo Example: .tailldeed sapphire diamond 
 echo 
 DeleteFromHighlightStrings string="Example: .tailldeed sapphire diamond" 
 waitfor 
 exit

 Start: 
 put look tome
 match Open You see the tome is open
 match Closed The tome is bound
 matchwait
 exit

 Open: 
 put close tome
 waitfor You carefully close
 goto Closed
 exit

Closed: 
 put open tome
 waitfor You carefully open
 put read tome
 waitfor PATRONS OF THE ELVEN HOUSES
 put turn tome to ashrim
 match Charl wielding a trident
 match Niima blue-green gown clings
 matchwait
 exit

Charl:
 move east
 move go panel
 put get taper
 waitfor You pick up a long
 put light my taper with candle
 waitfor You carefully light the taper
 move go panel
 move west
 move southeast
 move go modwir door
 goto Payment
 exit
  
 Niima:
 move east
 move go panel
 put get taper
 waitfor You pick up a long
 put light my taper with candle
 waitfor You carefully light the taper
 move go panel
 move west
 move southeast 
 move go haon door
 goto Payment
 exit 
  
Payment:
 put kneel
 waitfor You kneel down
 goto Gemrotate

Gemrotate:
 put get my %1
 put put my %1 on censer
 waitfor on a brass censer
 shift
 goto Check

Check:
 if_1 goto Gemrotate
 goto Outcome

Outcome: 
 put pray 
 put meditate 
 match Success You sense an accomplishment
 match Failure You struggle to gain any further insights
 matchwait
 exit
  
 Success: 
 AddToHighlightStrings string="You were successful in recording another deed." foreColor=#29CEFF highlightEntireLine=True /quiet
 echo 
 echo You were successful in recording another deed.
 echo 
 waitfor 
 DeleteFromHighlightStrings string="You were successful in recording another deed."
 move northwest
 put experience
 exit 

 Failure: 
 AddToHighlightStrings string="You were not successful in recording another deed." foreColor=#29CEFF highlightEntireLine=True /quiet 
 echo 
 echo You were not successful in recording another deed.
 echo 
 waitfor 
 DeleteFromHighlightStrings string="You were not successful in recording another deed."
 move northwest
 put experience
 exit