Clear dye base script: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
m (1 revision)
(Added script template; removed {{log}} as it is deprecated)
Line 1: Line 1:
This script is looped to keep creating [[clear dye base]] using the '''AMBERGRIS VERSION''' of the recipe. Only having as much water as you need for the task will limit it from making additional base. Press ESC to exit a script. In this script the cauldron is set as variable (%1), so it can be anything (vat, cauldron, boiler, etc.), and the alchemy container is a satchel. If you do not use a variety of cauldrons, replace the %1 with whatever you use. If you use a variety of cauldrons, set the variable when running the script by entering ".(scriptname) (variable 1)".
This script is looped to keep creating [[clear dye base]] using the '''AMBERGRIS VERSION''' of the recipe. Only having as much water as you need for the task will limit it from making additional base. Press ESC to exit a script. In this script the cauldron is set as variable (%1), so it can be anything (vat, cauldron, boiler, etc.), and the alchemy container is a satchel. If you do not use a variety of cauldrons, replace the %1 with whatever you use. If you use a variety of cauldrons, set the variable when running the script by entering ".(scriptname) (variable 1)".
{{script
<div {{log}}>potion:<br>
| title = Clear dye base
put light %1<br>
| author =
put get water in my satch<br>
| compat = Wizard
waitfor You remove a flask of clear water<br>
| category = Alchemy scripts
put put water in %1<br>
}}
put get murdroot in my satch<br>
<pre>
waitfor You remove some ground murdroot<br>
potion:
put put murd in %1<br>
put light %1
put get murdroot in my satch<br>
put get water in my satch
waitfor You remove some ground murdroot<br>
waitfor You remove a flask of clear water
put put murd in %1<br>
put get murdroot in my satch<br>
put put water in %1
put get murdroot in my satch
waitfor You remove some ground murdroot<br>
waitfor You remove some ground murdroot
put put murd in %1<br>
put get murdroot in my satch<br>
put put murd in %1
put get murdroot in my satch
waitfor You remove some ground murdroot<br>
waitfor You remove some ground murdroot
put put murd in %1<br>
put put murd in %1
put rummage my satch ingredient grey ambergris<br>
put get murdroot in my satch
waitfor some powdered lump of grey ambergris<br>
waitfor You remove some ground murdroot
put put ambergris in %1<br>
put alchemy boil<br>
put put murd in %1
put get murdroot in my satch
waitfor The flame beneath it quickly flares up wildly, bringing the contents to a rolling boil.<br>
waitfor You remove some ground murdroot
pause 1<br>
put get t crystal in my satch<br>
put put murd in %1
put rummage my satch ingredient grey ambergris
waitfor You remove a t'ayanad crystal<br>
waitfor some powdered lump of grey ambergris
put put crystal in %1<br>
put get t crystal in my satch<br>
put put ambergris in %1
put alchemy boil
waitfor You remove a t'ayanad crystal<br>
waitfor The flame beneath it quickly flares up wildly, bringing the contents to a rolling boil.
put put crystal in %1<br>
pause 1
put get humor in my satch<br>
put get t crystal in my satch
waitfor You remove a vial of farlook vitreous humor <br>
waitfor You remove a t'ayanad crystal
put put humor in %1<br>
put put crystal in %1
put alchemy infuse<br>
put get t crystal in my satch
waitfor The translucent thread fades away. You feel slightly drained from the ordeal.<br>
waitfor You remove a t'ayanad crystal
pause 1<br>
put put crystal in %1
put alchemy seal<br>
put get humor in my satch
pause 1<br>
waitfor You remove a vial of farlook vitreous humor
pause 1<br>
put put my base in my satch<br>
put put humor in %1
put alchemy infuse
waitfor The translucent thread fades away. You feel slightly drained from the ordeal.
pause 1
put alchemy seal
pause 1
pause 1
put put my base in my satch
goto potion:
goto potion:
</div>
</pre>


[[category:Alchemy scripts]]
[[category:Alchemy scripts]]

Revision as of 13:13, 1 January 2020

This script is looped to keep creating clear dye base using the AMBERGRIS VERSION of the recipe. Only having as much water as you need for the task will limit it from making additional base. Press ESC to exit a script. In this script the cauldron is set as variable (%1), so it can be anything (vat, cauldron, boiler, etc.), and the alchemy container is a satchel. If you do not use a variety of cauldrons, replace the %1 with whatever you use. If you use a variety of cauldrons, set the variable when running the script by entering ".(scriptname) (variable 1)".

Title:Clear dye base
Author:
Compatibility:#UNDEFINED#
potion:
put light %1
put get water in my satch
waitfor You remove a flask of clear water
put put water in %1
put get murdroot in my satch
waitfor You remove some ground murdroot
put put murd in %1
put get murdroot in my satch
waitfor You remove some ground murdroot
put put murd in %1
put get murdroot in my satch
waitfor You remove some ground murdroot
put put murd in %1
put get murdroot in my satch
waitfor You remove some ground murdroot
put put murd in %1
put rummage my satch ingredient grey ambergris
waitfor some powdered lump of grey ambergris
put put ambergris in %1
put alchemy boil
waitfor The flame beneath it quickly flares up wildly, bringing the contents to a rolling boil.
pause 1
put get t crystal in my satch
waitfor You remove a t'ayanad crystal
put put crystal in %1
put get t crystal in my satch
waitfor You remove a t'ayanad crystal
put put crystal in %1
put get humor in my satch
waitfor You remove a vial of farlook vitreous humor
put put humor in %1
put alchemy infuse
waitfor The translucent thread fades away.  You feel slightly drained from the ordeal.
pause 1
put alchemy seal
pause 1
pause 1
put put my base in my satch
goto potion: