105 potion script

The official GemStone IV encyclopedia.
Revision as of 16:45, 17 December 2014 by SIMU-DAVIDP (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This script is looped to keep creating pale sea-green potions using the WESTERN VERSION of the recipe. Only having as much water as you need for the task will limit it from making additional potions. 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 fangs are not 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)".

A pale sea-green potion
Eastern version Western version
  1. Add water
  2. Add viper fang from black forest vipers
  3. Boil
  4. Add 2 doses of ground sweetfern stalk
  5. Simmer
  6. Add powdered green tourmaline
  7. Chant Poison Resistance (105)
  1. Add water
  2. Add 2 doses of tree viper fang from tree vipers
  3. Boil
  4. Add 2 doses of ground sweetfern stalk
  5. Simmer
  6. Add powdered green tourmaline
  7. Chant Poison Resistance (105)
potion:

put light %1
waitfor You focus on the
put get water in my satch
waitfor You remove a
put put my water in %1
put put my flas in my satch
put get fang in sat
waitfor You remove
put put my fang in %1
put get fang in sat
waitfor You remove
put put my fang in %1
put alch boil
waitfor bringing the contents to a rolling boil.
pause 1
put get sweet stalk in satch
waitfor You remove some ground
put put my stalk in %1
put get sweet stalk in satch
waitfor You remove some ground
put put my stalk in %1
put alch simm
waitfor bringing the contents to a slow simmer.
pause 1
put get green tour in satch
waitfor You remove some powdered
put put my tour in %1
put alch chant 105
waitfor Flickering wisps of essence coalesce over the solution as your chant continues, swirling in rhythm with the sound of your voice, and lazily drift down to vanish into the solution.
pause 1
put get empty flask
waitfor You remove an empty flask
put alch seal
pause 1
pause 1
put put my pot in my satch
goto potion