Ta'Illistim deeds (script): Difference between revisions
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 |
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 |
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 |
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 |
waitfor You carefully close |
||
goto Closed |
goto Closed |
||
exit |
exit |
||
Closed: |
Closed: |
||
put open tome |
put open tome |
||
waitfor You carefully open |
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 |
match Charl wielding a trident |
||
match Niima |
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 |
waitfor You pick up a long |
||
put light my taper with candle |
put light my taper with candle |
||
waitfor You carefully light the taper |
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 |
waitfor You pick up a long |
||
put light my taper with candle |
put light my taper with candle |
||
waitfor You carefully light the taper |
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: |
|||
put kneel |
put kneel |
||
waitfor You kneel down |
waitfor You kneel down |
||
goto Gemrotate |
|||
⚫ | |||
put put my %1 on censer |
|||
Gemrotate: |
|||
waitfor on a brass censer. |
|||
⚫ | |||
⚫ | |||
put |
put put my %1 on censer |
||
waitfor on a brass censer |
|||
shift |
|||
waitfor on a brass censer. |
|||
goto Check |
|||
put get my %3 |
|||
Check: |
|||
put put my %3 on censer |
|||
⚫ | |||
waitfor on a brass censer. |
|||
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 |
|||
⚫ | |||
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 13: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