<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://elanthipedia.play.net/index.php?action=history&amp;feed=atom&amp;title=Rejuv_%2AKS%2A_%28script%29</id>
	<title>Rejuv *KS* (script) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://elanthipedia.play.net/index.php?action=history&amp;feed=atom&amp;title=Rejuv_%2AKS%2A_%28script%29"/>
	<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Rejuv_*KS*_(script)&amp;action=history"/>
	<updated>2026-04-30T08:51:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Rejuv_*KS*_(script)&amp;diff=503317&amp;oldid=prev</id>
		<title>KASHNA: added script to elanthipedia</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Rejuv_*KS*_(script)&amp;diff=503317&amp;oldid=prev"/>
		<updated>2019-05-16T06:14:04Z</updated>

		<summary type="html">&lt;p&gt;added script to elanthipedia&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Script&lt;br /&gt;
|cat=Cleric, Utility&lt;br /&gt;
|fe=StormFront&lt;br /&gt;
|auth=[[User:Kashna|Kashna]]&lt;br /&gt;
}}{{RTOC}}&lt;br /&gt;
== What This Script Does ==&lt;br /&gt;
This is a very basic script designed to cast [[rejuvenation]] to restore memories to a corpse.  To use it, all you must do is type &amp;quot;.rejuv NAME&amp;quot; where &amp;#039;NAME&amp;#039; is the name of the corpse.&lt;br /&gt;
&lt;br /&gt;
==Things to edit==&lt;br /&gt;
# By default this script casts rejuv at 12 mana, and uses a cambrinth for an additional 15 mana.&lt;br /&gt;
# You may have a different kind of cambrinth, wish to remove the cambrinth item first, or remove those lines from this script altogether.&lt;br /&gt;
&lt;br /&gt;
==Rejuv (Script)==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rejuv:&lt;br /&gt;
pause 1&lt;br /&gt;
put prep rejuv 12&lt;br /&gt;
put charg my wristc 15&lt;br /&gt;
waitfor roundtime&lt;br /&gt;
pause 1&lt;br /&gt;
put invoke my wristc&lt;br /&gt;
pause 1&lt;br /&gt;
waitfor fully prepared to cast your&lt;br /&gt;
pause 1&lt;br /&gt;
put cast %1&lt;br /&gt;
match Rejuv black nimbus&lt;br /&gt;
match Rejuv blue nimbus&lt;br /&gt;
match Rejuv violet nimbus&lt;br /&gt;
match Rejuv red nimbus&lt;br /&gt;
match Rejuv pink nimbus&lt;br /&gt;
match Rejuv orange nimbus&lt;br /&gt;
match Rejuv yellow nimbus&lt;br /&gt;
match Rejuv golden nimbus&lt;br /&gt;
match Done silver nimbus&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Done:&lt;br /&gt;
pause 1&lt;br /&gt;
echo   ************************&lt;br /&gt;
echo&lt;br /&gt;
echo   ***  Memories preserved  ***&lt;br /&gt;
echo&lt;br /&gt;
echo   ************************&lt;br /&gt;
exit&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>KASHNA</name></author>
	</entry>
</feed>