Essence of body script

The official GemStone IV encyclopedia.
Jump to navigation Jump to search

This script is looped to keep creating essence of body. Only having as much water as you need for the task will limit it from making additional essences. 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)". The script first makes the hazy brown liquid essence, then distills it. This script must be use in an alchemy workshop in a guild.

A flask of sparkling body essence

1. Make

A flask of hazy brown liquid essence
  1. Add water
  2. Add tiny golden seed
  3. Simmer
  4. Add pine cone
  5. Add small wild rose
  6. Add ayana'al leaf
  7. Add uncut emerald (whole) - Not found in guild shops.
  8. Boil

Pine cone on Roomdata
Small wild rose on Roomdata
Ayana'al leaf on Roomdata

2. Distill hazy brown liquid essence with an alembic in a guild alchemy workshop.
potion:

put light %1
put get water in my satch
waitfor You remove a
put put water in %1
put get seed in my satch
waitfor You remove a tiny golden seed
put put seed in %1
put alchemy simmer
waitfor The flame beneath it quickly flares to life, bringing the contents to a slow simmer.
pause 1
put get pine cone in my satch
waitfor You remove a pine cone
put put cone in %1
put get small rose in my satch
waitfor You remove a small wild rose
put put rose in %1
put get ayana'al leaf in my satch
waitfor You remove an ayana'al leaf
put put leaf in %1
put get emerald in my satch
waitfor You remove an uncut emerald
put put emer in %1
put alch boil
waitfor bringing the contents to a rolling boil.
pause 1
put alch seal
waitfor You reach into
put alchemy distill
waitfor Sensing the process nearing its end,
pause 1
put put ess in my satch
goto potion