Greater elemental focus potion script

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

This script is looped to keep creating greater elemental focus potions. 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. 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)".

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 dragonseye sap in my satch
waitfor You remove some powdered dragonseye sapphire
put put sapphire 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 body ess in my satch
waitfor You remove a flask of sparkling body essence from
put put ess in %1
put alchemy infuse
waitfor The translucent thread fades away. You feel slightly drained from the ordeal.
pause 1
put get beech in my satch
waitfor You remove some powdered wild beechnut from
put put beech in %1
put get beech in my satch
waitfor You remove some powdered wild beechnut from
put put beech in %1
put alch simm
waitfor bringing the contents to a slow simmer.
pause 1
put alchemy seal
pause 1
pause 1
put put my potion in my satch
goto potion: