Ta'Illistim deeds (script)
Jump to navigation
Jump to search
A script 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 five>" foreColor=#29CEFF highlightEntireLine=True /quiet echo echo Use as follows: .tailldeed <gem> <second gem> <etc. through five> echo waitfor DeleteFromHighlightStrings string="Use as follows: .tailldeed <gem> <second gem> <etc. through five>" 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 the cover of the tome. goto Closed exit Closed: put open tome waitfor You carefully open the tome. put read tome waitfor PATRONS OF THE ELVEN HOUSES put turn tome to ashrim match Charl In his hand, he is wielding a trident. match Niima A blue-green gown clings to her slender form. matchwait exit Charl: move east move go panel put get taper waitfor You pick up a long thin taper. put light my taper with candle waitfor You carefully light the taper with a slender white candle. 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 thin taper. put light my taper with candle waitfor You carefully light the taper with a slender white candle. move go panel move west move southeast move go haon door goto Payment exit Payment: put kneel waitfor You kneel down. put get my %1 put put my %1 on censer waitfor on a brass censer. if_1 goto Outcome put get my %2 put put my %2 on censer waitfor on a brass censer. if_2 goto Outcome put get my %3 put put my %3 on censer waitfor on a brass censer. if_3 goto Outcome put get my %4 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 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