Alternate crystal script: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
(script is actually much neater than the one I was using. I should test it.)
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
*This script will drop your mortar on the ground first. This is intentional.
*This script will drop your mortar on the ground first. This is intentional.


<pre{{log2}}>

<div {{shop}}>
Put get my mortar
Put get my mortar
Waitfor Your remove a
Waitfor You remove a
Put drop mortar
Put drop mortar
Waitfor You drop a
Waitfor You drop a
put get flas in my (container)
put get flas in my (container)
Waitfor Your remove a
Waitfor You remove a
put get vial in my (container)
put get vial in my (container)
Waitfor Your remove a
Waitfor You remove a
put pour my flas in my vial
put pour my flas in my vial
Waitfor You pour a
Waitfor You pour a
Line 20: Line 19:
Waitfor You put a
Waitfor You put a
put get other flas in my (container)
put get other flas in my (container)
Waitfor Your remove a
Waitfor You remove a
put pour my flas in my vial
put pour my flas in my vial
Waitfor You pour a
Waitfor You pour a
Line 40: Line 39:
waitfor You pick up a
waitfor You pick up a
put get pest
put get pest
Waitfor Your remove a
Waitfor You remove a
put grind moon in mort with my pest
put grind moon in mort with my pest
waitfor You begin to mash the moonflower using your
waitfor You begin to mash the moonflower using your
Line 62: Line 61:
waitfor Your spell is ready.
waitfor Your spell is ready.
put cast at solution
put cast at solution
</pre>
waitfor You gesture at a homogenous light crimson solution.
end
</div>


==See Also==
==See Also==

Latest revision as of 12:09, 2 April 2015

  • This script is not fancy, it is intended to make one animation crystal, it is up to date as of 2014.
  • Make sure the first two flasks in your container contain blood and sea water. It doesn't matter which one is first or second.
  • This script will drop your mortar on the ground first. This is intentional.
Put get my mortar
Waitfor You remove a 
Put drop mortar
Waitfor You drop a
put get flas in my (container)
Waitfor You remove a 
put get vial in my (container)
Waitfor You remove a 
put pour my flas in my vial
Waitfor You pour a 
put pour vial in mort
Waitfor You pour the 
put put my flas in my (container)
Waitfor You put a
put get other flas in my (container)
Waitfor You remove a 
put pour my flas in my vial
Waitfor You pour a 
put pour  vial in mort
Waitfor You pour the 
put put my flas in my (container)
Waitfor You put a
put put my vial in my (container)
Waitfor You put a
put get my moon
waitfor You remove a bundle of moonflowers from in your 
put bund remove
waitfor You remove a single moonflower from a bundle of moonflowers.
put put moon in mort
waitfor You add the moonflower to the light crimson mixture
put put my moon in (container)
waitfor You put a bundle of moonflowers in your
put get mort
waitfor You pick up a
put get pest
Waitfor You remove a 
put grind moon in mort with my pest
waitfor You begin to mash the moonflower using your
pause 1
pause 1
put grind mash in mort with my pest
waitfor You begin to grind the watery crimson mash using your
pause 1
pause 1
put grind mash in mort with my pest
waitfor You begin to grind the watery crimson mash using your
pause 1
pause 1
put grind sol in mort with my pest
waitfor You begin to grind the watery crimson solution using your
pause 1
pause 1
put put my pest in my (container)
Waitfor You put a
put prep 719
waitfor Your spell is ready.
put cast at solution

See Also