<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gswiki.play.net/index.php?action=history&amp;feed=atom&amp;title=Greater_elemental_focus_potion_script</id>
	<title>Greater elemental focus potion script - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://gswiki.play.net/index.php?action=history&amp;feed=atom&amp;title=Greater_elemental_focus_potion_script"/>
	<link rel="alternate" type="text/html" href="https://gswiki.play.net/index.php?title=Greater_elemental_focus_potion_script&amp;action=history"/>
	<updated>2026-04-30T02:06:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://gswiki.play.net/index.php?title=Greater_elemental_focus_potion_script&amp;diff=9100&amp;oldid=prev</id>
		<title>SIMU-DAVIDP: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://gswiki.play.net/index.php?title=Greater_elemental_focus_potion_script&amp;diff=9100&amp;oldid=prev"/>
		<updated>2014-12-17T21:45:09Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:45, 17 December 2014&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key gswiki:diff:wikidiff2:1.12:old-9099:rev-9100:1.13.0 --&gt;
&lt;/table&gt;</summary>
		<author><name>SIMU-DAVIDP</name></author>
	</entry>
	<entry>
		<id>https://gswiki.play.net/index.php?title=Greater_elemental_focus_potion_script&amp;diff=9099&amp;oldid=prev</id>
		<title>VANKRASN39: greater elemental focus potion script</title>
		<link rel="alternate" type="text/html" href="https://gswiki.play.net/index.php?title=Greater_elemental_focus_potion_script&amp;diff=9099&amp;oldid=prev"/>
		<updated>2014-08-08T02:40:10Z</updated>

		<summary type="html">&lt;p&gt;greater elemental focus potion script&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This script is looped to keep creating [[greater elemental focus potion]]s.  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 &amp;quot;.(scriptname) (variable 1)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div {{log}}&amp;gt;potion:&amp;lt;br&amp;gt;&lt;br /&gt;
put light %1&amp;lt;br&amp;gt;&lt;br /&gt;
put get water in my satch&amp;lt;br&amp;gt;&lt;br /&gt;
waitfor You remove a flask of clear water&amp;lt;br&amp;gt;&lt;br /&gt;
put put water in %1&amp;lt;br&amp;gt;&lt;br /&gt;
put get dragonseye sap in my satch&amp;lt;br&amp;gt;&lt;br /&gt;
waitfor You remove some powdered dragonseye sapphire&amp;lt;br&amp;gt;&lt;br /&gt;
put put sapphire in %1&amp;lt;br&amp;gt;&lt;br /&gt;
put alchemy boil&amp;lt;br&amp;gt;&lt;br /&gt;
waitfor The flame beneath it quickly flares up wildly, bringing the contents to a rolling boil.&amp;lt;br&amp;gt;&lt;br /&gt;
pause 1&amp;lt;br&amp;gt;&lt;br /&gt;
put get body ess in my satch&amp;lt;br&amp;gt;&lt;br /&gt;
waitfor You remove a flask of sparkling body essence from&amp;lt;br&amp;gt;&lt;br /&gt;
put put ess in %1&amp;lt;br&amp;gt;&lt;br /&gt;
put alchemy infuse&amp;lt;br&amp;gt;&lt;br /&gt;
waitfor The translucent thread fades away.  You feel slightly drained from the ordeal.&amp;lt;br&amp;gt;&lt;br /&gt;
pause 1&amp;lt;br&amp;gt;&lt;br /&gt;
put get beech in my satch&amp;lt;br&amp;gt;&lt;br /&gt;
waitfor You remove some powdered wild beechnut from &amp;lt;br&amp;gt;&lt;br /&gt;
put put beech in %1&amp;lt;br&amp;gt;&lt;br /&gt;
put get beech in my satch&amp;lt;br&amp;gt;&lt;br /&gt;
waitfor You remove some powdered wild beechnut from &amp;lt;br&amp;gt;&lt;br /&gt;
put put beech in %1&amp;lt;br&amp;gt;&lt;br /&gt;
put alch simm&amp;lt;br&amp;gt;&lt;br /&gt;
waitfor bringing the contents to a slow simmer.&amp;lt;br&amp;gt;&lt;br /&gt;
pause 1&amp;lt;br&amp;gt;&lt;br /&gt;
put alchemy seal&amp;lt;br&amp;gt;&lt;br /&gt;
pause 1&amp;lt;br&amp;gt;&lt;br /&gt;
pause 1&amp;lt;br&amp;gt;&lt;br /&gt;
put put my potion in my satch&amp;lt;br&amp;gt;&lt;br /&gt;
goto potion:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[category:Alchemy scripts]]&lt;/div&gt;</summary>
		<author><name>VANKRASN39</name></author>
	</entry>
</feed>