209 dust script: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
m (1 revision)
(Added script template)
 
Line 1: Line 1:
This script is looped to keep creating [[fine opaline dust]] using the '''WESTERN VERSION''' of the recipe. Only having as much powder solution as you need for the task will limit it from making additional dust. 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. The spider legs should not be bundled. 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 [[fine opaline dust]] using the '''WESTERN VERSION''' of the recipe. Only having as much powder solution as you need for the task will limit it from making additional dust. 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. The spider legs should not be bundled. 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)".
{{:fine opaline dust}}
{{:fine opaline dust}}
{{Script
<div {{log}}>dust:<br>
| title = 209 dust
put light %1<br>
| author =
put get sand liq in my satch<br>
| compat = SF
waitfor You remove a vial of sand-like liquid <br>
| category = Alchemy scripts
put put liquid in %1<br>
}}
put get spider leg in my satch<br>
<pre>dust:
waitfor You remove a spider leg from<br>
put put leg in %1<br>
put light %1
put get spider leg in my satch<br>
put get sand liq in my satch
waitfor You remove a spider leg from<br>
waitfor You remove a vial of sand-like liquid
put put leg in %1<br>
put put liquid in %1
put get spider leg in my satch<br>
put get spider leg in my satch
waitfor You remove a spider leg from<br>
waitfor You remove a spider leg from
put put leg in %1<br>
put put leg in %1
put get white opal in my satch<br>
put get spider leg in my satch
waitfor You remove some powdered white opal <br>
waitfor You remove a spider leg from
put put my opal in %1<br>
put put leg in %1
put get spider leg in my satch
put alchemy boil<br>
waitfor You remove a spider leg from
waitfor The flame beneath it quickly flares up wildly, bringing the contents to a rolling boil.<br>
put put leg in %1
pause 1<br>
put get white opal in my satch
put alchemy infuse<br>
waitfor You remove some powdered white opal
waitfor The translucent thread fades away. You feel slightly drained from the ordeal.<br>
put put my opal in %1
pause 1<br>
put alchemy chant 209<br>
put alchemy boil
waitfor The flame beneath it quickly flares up wildly, bringing the contents to a rolling boil.
waitfor and lazily drift down to vanish into the solution.<br>
pause 1<br>
pause 1
put alchemy seal<br>
put alchemy infuse
waitfor The translucent thread fades away. You feel slightly drained from the ordeal.
pause 1<br>
pause 1<br>
pause 1
put alchemy chant 209
put put my dust in my satch<br>
waitfor and lazily drift down to vanish into the solution.
pause 1
put alchemy seal
pause 1
pause 1
put put my dust in my satch
goto dust:
goto dust:
</div>
</pre>
[[category:Alchemy scripts]]

Latest revision as of 16:23, 2 December 2019

This script is looped to keep creating fine opaline dust using the WESTERN VERSION of the recipe. Only having as much powder solution as you need for the task will limit it from making additional dust. 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. The spider legs should not be bundled. 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)".

Some fine opaline dust
Eastern version Western version
  1. Add powder solution
  2. Add 2 doses of ghoul scraping from greater ghouls
  3. Add powdered spiderweb turquoise
  4. Simmer
  5. Infuse
  6. Chant Untrammel (209)
  1. Add powder solution
  2. Add 3 doses of spider leg from greater spiders
  3. Add powdered white opal
  4. Boil
  5. Infuse
  6. Chant Untrammel (209)
Title:209 dust
Author:
Compatibility:Wrayth Only
dust:
put light %1
put get sand liq in my satch
waitfor You remove a vial of sand-like liquid 
put put liquid in %1
put get spider leg in my satch
waitfor You remove a spider leg from
put put leg in %1
put get spider leg in my satch
waitfor You remove a spider leg from
put put leg in %1
put get spider leg in my satch
waitfor You remove a spider leg from
put put leg in %1
put get white opal in my satch
waitfor You remove some powdered white opal 
put put my opal in %1
put alchemy boil
waitfor The flame beneath it quickly flares up wildly, bringing the contents to a rolling boil.
pause 1
put alchemy infuse
waitfor The translucent thread fades away.  You feel slightly drained from the ordeal.
pause 1
put alchemy chant 209
waitfor and lazily drift down to vanish into the solution.
pause 1
put alchemy seal
pause 1
pause 1
put put my dust in my satch
goto dust: