<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://coffeemud.net:8080/wiki/index.php?action=history&amp;feed=atom&amp;title=NonResettableInstance%28Script%29</id>
	<title>NonResettableInstance(Script) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://coffeemud.net:8080/wiki/index.php?action=history&amp;feed=atom&amp;title=NonResettableInstance%28Script%29"/>
	<link rel="alternate" type="text/html" href="http://coffeemud.net:8080/wiki/index.php?title=NonResettableInstance(Script)&amp;action=history"/>
	<updated>2026-05-07T19:12:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://coffeemud.net:8080/wiki/index.php?title=NonResettableInstance(Script)&amp;diff=17997&amp;oldid=prev</id>
		<title>Loki: Created page with &quot;{{CoffeeMUDWikiBuilderTOC}} = Non-Resettable Instance =  If you want your instance area to not reset upon command (effectively limiting a player from grinding out the instance...&quot;</title>
		<link rel="alternate" type="text/html" href="http://coffeemud.net:8080/wiki/index.php?title=NonResettableInstance(Script)&amp;diff=17997&amp;oldid=prev"/>
		<updated>2021-04-15T16:20:46Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{CoffeeMUDWikiBuilderTOC}} = Non-Resettable Instance =  If you want your instance area to not reset upon command (effectively limiting a player from grinding out the instance...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{CoffeeMUDWikiBuilderTOC}}&lt;br /&gt;
= Non-Resettable Instance =&lt;br /&gt;
&lt;br /&gt;
If you want your instance area to not reset upon command (effectively limiting a player from grinding out the instance until they get what they want) use the following script on your area:&lt;br /&gt;
&lt;br /&gt;
== Adding Mana to a Mob ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cnclmsg_prog speak p say reset instance&lt;br /&gt;
&lt;br /&gt;
   if baseclass($n == Archon)&lt;br /&gt;
      mpat $n mpecho The magic of the tower must relent to the request of an archon.&lt;br /&gt;
   else&lt;br /&gt;
      if ispc($n)&lt;br /&gt;
         mpat $n mpecho The magic of the tower absorbs your command and chooses its own fate.&lt;br /&gt;
         return cancel&lt;br /&gt;
      endif&lt;br /&gt;
   endif&lt;br /&gt;
&lt;br /&gt;
~&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Notes=&lt;br /&gt;
.&lt;/div&gt;</summary>
		<author><name>Loki</name></author>
	</entry>
</feed>