<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://govbanned.info/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Monty</id>
	<title>AvatarWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://govbanned.info/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Monty"/>
	<link rel="alternate" type="text/html" href="http://govbanned.info/index.php/Special:Contributions/Monty"/>
	<updated>2026-04-04T08:48:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>http://govbanned.info/index.php?title=CMud_GMCP_Stats&amp;diff=52655</id>
		<title>CMud GMCP Stats</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=CMud_GMCP_Stats&amp;diff=52655"/>
		<updated>2017-11-23T08:11:53Z</updated>

		<summary type="html">&lt;p&gt;Monty: Created page with &amp;quot;With the implementation of GMCP, one can utilize this to clean up prompts.  The first thing you want is a GMCP trigger to set your variables:  &amp;lt;pre&amp;gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encodi...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;With the implementation of GMCP, one can utilize this to clean up prompts.&lt;br /&gt;
&lt;br /&gt;
The first thing you want is a GMCP trigger to set your variables:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;trigger type=&amp;quot;GMCP&amp;quot; priority=&amp;quot;110&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^Char.Vitals&amp;lt;/pattern&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#var curhp {%gmcp.char.vitals.hp}&lt;br /&gt;
#var maxhp {%gmcp.char.vitals.maxhp}&lt;br /&gt;
#var curmana {%gmcp.char.vitals.mp}&lt;br /&gt;
#var maxmana {%gmcp.char.vitals.maxmp}&lt;br /&gt;
#var curmv {%gmcp.char.vitals.mv}&lt;br /&gt;
#var maxmv {%gmcp.char.vitals.maxmv}&lt;br /&gt;
#var tnl {%gmcp.char.vitals.tnl}&lt;br /&gt;
#var racialtnl {%gmcp.char.vitals.maxtnl}&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then you need pretty gauges to show your stats:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;button type=&amp;quot;Gauge&amp;quot; autosize=&amp;quot;false&amp;quot; width=&amp;quot;130&amp;quot; height=&amp;quot;20&amp;quot; toolbar=&amp;quot;2&amp;quot; color=&amp;quot;lime&amp;quot; gaugelowcol=&amp;quot;red&amp;quot; gaugebackcol=&amp;quot;#F0F0F0&amp;quot; priority=&amp;quot;530&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;caption&amp;gt;@curhp/@maxhp h&amp;lt;/caption&amp;gt;&lt;br /&gt;
    &amp;lt;expr&amp;gt;@curhp&amp;lt;/expr&amp;gt;&lt;br /&gt;
    &amp;lt;gaugemax&amp;gt;@maxhp&amp;lt;/gaugemax&amp;gt;&lt;br /&gt;
    &amp;lt;gaugelow&amp;gt;@maxhp/4&amp;lt;/gaugelow&amp;gt;&lt;br /&gt;
  &amp;lt;/button&amp;gt;&lt;br /&gt;
  &amp;lt;button type=&amp;quot;Gauge&amp;quot; autosize=&amp;quot;false&amp;quot; width=&amp;quot;130&amp;quot; height=&amp;quot;20&amp;quot; toolbar=&amp;quot;2&amp;quot; color=&amp;quot;aqua&amp;quot; gaugelowcol=&amp;quot;red&amp;quot; gaugebackcol=&amp;quot;#F0F0F0&amp;quot; priority=&amp;quot;600&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;caption&amp;gt;@curmana/@maxmana m&amp;lt;/caption&amp;gt;&lt;br /&gt;
    &amp;lt;expr&amp;gt;@curmana&amp;lt;/expr&amp;gt;&lt;br /&gt;
    &amp;lt;gaugemax&amp;gt;@maxmana&amp;lt;/gaugemax&amp;gt;&lt;br /&gt;
    &amp;lt;gaugelow&amp;gt;@maxmana/4&amp;lt;/gaugelow&amp;gt;&lt;br /&gt;
  &amp;lt;/button&amp;gt;&lt;br /&gt;
  &amp;lt;button type=&amp;quot;Gauge&amp;quot; autosize=&amp;quot;false&amp;quot; width=&amp;quot;130&amp;quot; height=&amp;quot;20&amp;quot; toolbar=&amp;quot;2&amp;quot; color=&amp;quot;lime&amp;quot; gaugelowcol=&amp;quot;red&amp;quot; gaugebackcol=&amp;quot;#F0F0F0&amp;quot; priority=&amp;quot;610&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;caption&amp;gt;@curmv/@maxmv mv&amp;lt;/caption&amp;gt;&lt;br /&gt;
    &amp;lt;expr&amp;gt;@curmv&amp;lt;/expr&amp;gt;&lt;br /&gt;
    &amp;lt;gaugemax&amp;gt;@maxmv&amp;lt;/gaugemax&amp;gt;&lt;br /&gt;
    &amp;lt;gaugelow&amp;gt;@maxmv/4&amp;lt;/gaugelow&amp;gt;&lt;br /&gt;
  &amp;lt;/button&amp;gt;&lt;br /&gt;
  &amp;lt;button type=&amp;quot;Gauge&amp;quot; autosize=&amp;quot;false&amp;quot; width=&amp;quot;130&amp;quot; height=&amp;quot;20&amp;quot; toolbar=&amp;quot;2&amp;quot; color=&amp;quot;yellow&amp;quot; gaugelowcol=&amp;quot;lime&amp;quot; gaugebackcol=&amp;quot;#F0F0F0&amp;quot; priority=&amp;quot;630&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;caption&amp;gt;@tnl/@racialtnl tnl&amp;lt;/caption&amp;gt;&lt;br /&gt;
    &amp;lt;expr&amp;gt;@tnl&amp;lt;/expr&amp;gt;&lt;br /&gt;
    &amp;lt;gaugemax&amp;gt;@racialtnl&amp;lt;/gaugemax&amp;gt;&lt;br /&gt;
    &amp;lt;gaugelow&amp;gt;200&amp;lt;/gaugelow&amp;gt;&lt;br /&gt;
  &amp;lt;/button&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once you have all this working, you can get rid of hp/mana/mvs/tnl from your prompt. I do highly recommend keeping lag and monitor in your prompt though.&lt;br /&gt;
&lt;br /&gt;
[[Category: Cmud Scripting]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Auction_Color&amp;diff=51916</id>
		<title>Auction Color</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Auction_Color&amp;diff=51916"/>
		<updated>2015-08-17T03:21:46Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A very simple script to colorize each auction post for easier viewing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;trigger priority=&amp;quot;1&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^ (???) |%s(%d)%s|%s(%d)%s|%s(%d)%s|%s(%d)&amp;lt;/pattern&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#if @bidline=1 {#var bidline 0&lt;br /&gt;
#CO cyan} {&lt;br /&gt;
#var bidline 1&lt;br /&gt;
#CO green}&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;trigger priority=&amp;quot;3910&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^%s&amp;amp;gt; %1&amp;lt;/pattern&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#if @bidline=0 {&lt;br /&gt;
#CO cyan} {&lt;br /&gt;
#CO green}&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: Cmud Scripting]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Auction_Color&amp;diff=51915</id>
		<title>Auction Color</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Auction_Color&amp;diff=51915"/>
		<updated>2015-08-17T03:21:00Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A very simple script to colorize each auction post for easier viewing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;trigger priority=&amp;quot;1&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^ (???) |%s(%d)%s|%s(%d)%s|%s(%d)%s|%s(%d)&amp;lt;/pattern&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#if @bidline=1 {#var bidline 0&lt;br /&gt;
#CO cyan} {&lt;br /&gt;
#var bidline 1&lt;br /&gt;
#CO green}&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;trigger priority=&amp;quot;3910&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^%s&amp;amp;gt; %1&amp;lt;/pattern&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#if @bidline=0 {&lt;br /&gt;
#CO cyan} {&lt;br /&gt;
#CO green}&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Auction_Color&amp;diff=51914</id>
		<title>Auction Color</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Auction_Color&amp;diff=51914"/>
		<updated>2015-08-17T03:19:59Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;trigger priority=&amp;quot;1&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^ (???) |%s(%d)%s|%s(%d)%s|%s(%d)%s|%s(%d)&amp;lt;/pattern&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#if @bidline=1 {#var bidline 0&lt;br /&gt;
#CO cyan} {&lt;br /&gt;
#var bidline 1&lt;br /&gt;
#CO green}&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;trigger priority=&amp;quot;3910&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^%s&amp;amp;gt; %1&amp;lt;/pattern&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#if @bidline=0 {&lt;br /&gt;
#CO cyan} {&lt;br /&gt;
#CO green}&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Auction_Color&amp;diff=51913</id>
		<title>Auction Color</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Auction_Color&amp;diff=51913"/>
		<updated>2015-08-17T03:18:50Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
'&amp;lt;cmud&amp;gt;&lt;br /&gt;
'  &amp;lt;trigger priority=&amp;quot;1&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
'    &amp;lt;pattern&amp;gt;^ (???) |%s(%d)%s|%s(%d)%s|%s(%d)%s|%s(%d)&amp;lt;/pattern&amp;gt;&lt;br /&gt;
'    &amp;lt;value&amp;gt;#if @bidline=1 {#var bidline 0&lt;br /&gt;
'#CO cyan} {&lt;br /&gt;
'#var bidline 1&lt;br /&gt;
'#CO green}&amp;lt;/value&amp;gt;&lt;br /&gt;
'  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
'&amp;lt;/cmud&amp;gt;&lt;br /&gt;
'&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
'&amp;lt;cmud&amp;gt;&lt;br /&gt;
'  &amp;lt;trigger priority=&amp;quot;3910&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
'    &amp;lt;pattern&amp;gt;^%s&amp;amp;gt; %1&amp;lt;/pattern&amp;gt;&lt;br /&gt;
'    &amp;lt;value&amp;gt;#if @bidline=0 {&lt;br /&gt;
'#CO cyan} {&lt;br /&gt;
'#CO green}&amp;lt;/value&amp;gt;&lt;br /&gt;
'  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
'&amp;lt;/cmud&amp;gt;&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Auction_Color&amp;diff=51912</id>
		<title>Auction Color</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Auction_Color&amp;diff=51912"/>
		<updated>2015-08-17T03:18:27Z</updated>

		<summary type="html">&lt;p&gt;Monty: Created page with &amp;quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt; &amp;lt;cmud&amp;gt;   &amp;lt;trigger priority=&amp;quot;1&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;     &amp;lt;pattern&amp;gt;^ (???) |%s(%d)%s|%s(%d)%s|%s(%d)%s|%s(%d)&amp;lt;/pattern&amp;gt;     &amp;lt;value&amp;gt;#if @bidline=...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;trigger priority=&amp;quot;1&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^ (???) |%s(%d)%s|%s(%d)%s|%s(%d)%s|%s(%d)&amp;lt;/pattern&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#if @bidline=1 {#var bidline 0&lt;br /&gt;
#CO cyan} {&lt;br /&gt;
#var bidline 1&lt;br /&gt;
#CO green}&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;trigger priority=&amp;quot;3910&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^%s&amp;amp;gt; %1&amp;lt;/pattern&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#if @bidline=0 {&lt;br /&gt;
#CO cyan} {&lt;br /&gt;
&lt;br /&gt;
#CO green}&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Curse_Of_Anthraxus_Insignia&amp;diff=49809</id>
		<title>Curse Of Anthraxus Insignia</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Curse_Of_Anthraxus_Insignia&amp;diff=49809"/>
		<updated>2013-10-09T00:15:17Z</updated>

		<summary type="html">&lt;p&gt;Monty: Created page with &amp;quot;Was soloing in Tart and saw this:    The demon mutters an ancient, fleeting curse... (insig)         The curse of Anthraxus       Modifies mana by -500 continuous&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Was soloing in Tart and saw this:&lt;br /&gt;
&lt;br /&gt;
  The demon mutters an ancient, fleeting curse... (insig)&lt;br /&gt;
&lt;br /&gt;
  &lt;br /&gt;
    The curse of Anthraxus&lt;br /&gt;
      Modifies mana by -500 continuous&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Lavabomb&amp;diff=49803</id>
		<title>Lavabomb</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Lavabomb&amp;diff=49803"/>
		<updated>2013-10-06T08:07:20Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''You see a little meteor!''&lt;br /&gt;
 It does 76 to 124 points of damage.&lt;br /&gt;
 Modifies hp by -500 continuous.&lt;br /&gt;
 It will cease to be when thrown, if it hits.&lt;br /&gt;
 It will cease to be when thrown, if it missess.&lt;br /&gt;
 It would make a useless melee weapon.&lt;br /&gt;
 It can hit more than one opponent.&lt;br /&gt;
 It cannot be caught.&lt;br /&gt;
 It cannot be poisoned.&lt;br /&gt;
&lt;br /&gt;
'''Type''': throwing weapon&amp;lt;br&amp;gt;&lt;br /&gt;
'''Slot''': wield&amp;lt;br&amp;gt;&lt;br /&gt;
'''Keywords''': lavabomb little meteor&amp;lt;br&amp;gt;&lt;br /&gt;
'''Flags''': none&amp;lt;br&amp;gt;&lt;br /&gt;
'''Weight''': 20&amp;lt;br&amp;gt;&lt;br /&gt;
'''Plane''': [[:Category:Firerealm|Firerealm]]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Area''': [[:Category:Firerealm Proper|Firerealm Proper]]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Mob''':  ??&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I'm pretty sure some of the [[Huge Earth Elemental]]s in [[:Category:World Of Stone Proper|World Of Stone Proper]] have these as well.  They're difficult to loot because often times the mob uses them before you get a chance to kill it.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
See [[:Category:Gear In Firerealm Proper|Gear In Firerealm Proper]] for more information.&lt;br /&gt;
[[Category:Gear In Firerealm Proper]]&lt;br /&gt;
[[Category:Lord Throwing Weapons]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=CMud_Note_Alias&amp;diff=49790</id>
		<title>CMud Note Alias</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=CMud_Note_Alias&amp;diff=49790"/>
		<updated>2013-10-01T15:26:22Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a script for those of you tired of seeing the &amp;quot;80 character&amp;quot; max issue.  Basically you can just type &amp;quot;noteline&amp;quot; and an entire message and it will automatically split it into lines of 80 characters or less and send note + those lines.&lt;br /&gt;
&lt;br /&gt;
Note sure if this is gonna work off copy/paste so I've uploaded a txt file here: [[http://avatar.melanarchy.info/images/b/bd/Noteline.txt]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;alias name=&amp;quot;noteline&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#var thelinevar {%-1}&lt;br /&gt;
#var templinevar {%replace( @thelinevar, &amp;quot; &amp;quot;, &amp;quot;=&amp;quot;)}&lt;br /&gt;
#var linespam &amp;quot;&amp;quot;&lt;br /&gt;
#var lineword &amp;quot;&amp;quot;&lt;br /&gt;
#var thelinecount 0&lt;br /&gt;
#loop 1,%numwords( @templinevar, &amp;quot;=&amp;quot;) {&lt;br /&gt;
  #var lineword %word( %replace( @templinevar, &amp;quot;=&amp;quot;, &amp;quot; &amp;quot;), %i)&lt;br /&gt;
  #echo @lineword&lt;br /&gt;
  #if %eval( %len( @linespam)+%len( @lineword))&amp;amp;gt;=80 {note + @linespam&lt;br /&gt;
  #var linespam @lineword} {#var linespam %trimleft(%concat(@linespam,&amp;quot; &amp;quot;,@lineword))}&lt;br /&gt;
  }&lt;br /&gt;
#if @linespam=&amp;quot;&amp;quot; {} {note + @linespam&lt;br /&gt;
#var linespam &amp;quot;&amp;quot;}&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/alias&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cmud Scripting]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=File:Noteline.txt&amp;diff=49789</id>
		<title>File:Noteline.txt</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=File:Noteline.txt&amp;diff=49789"/>
		<updated>2013-10-01T15:25:29Z</updated>

		<summary type="html">&lt;p&gt;Monty: Alias to write notes in CMud.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Alias to write notes in CMud.&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Silver_Frost_Shield&amp;diff=49783</id>
		<title>Silver Frost Shield</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Silver_Frost_Shield&amp;diff=49783"/>
		<updated>2013-09-29T14:34:22Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gear-Mob|&lt;br /&gt;
| Description=(Demonic) Frost forms on the unmarked silver face of this shield.&lt;br /&gt;
| ObjectAffects=[[Armor Values |Armor class]] is 10-12.&amp;lt;br&amp;gt;Has 5 charges of 'frostbite'.&lt;br /&gt;
| Keywords=silver,frost,shield&lt;br /&gt;
| Levels=50-51&lt;br /&gt;
| Slot=held if offhand&lt;br /&gt;
| ObjectType=armor&lt;br /&gt;
| Flags=[[Evil Flag |evil]], [[Anti-Good Flag |anti-good]]&lt;br /&gt;
| Comments=&lt;br /&gt;
| Quality=200&lt;br /&gt;
| Weight=20&lt;br /&gt;
| AreaName=Idolatry Of Lloth&lt;br /&gt;
| WalkingRoute=&lt;br /&gt;
| PortalPoint=Breen&lt;br /&gt;
| Category=Hero Melee Weapons&lt;br /&gt;
| MobName=[[Lloth-ra Knight]],[[Lloth-ra Guard]]}}&lt;br /&gt;
&lt;br /&gt;
[[Category: Gear In Idolatry Of Lloth]]&lt;br /&gt;
[[Category: Armor]]&lt;br /&gt;
[[Category: Hero Level Shields]]&lt;br /&gt;
[[Category: Shields]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=CMud_Kill_Trigger&amp;diff=49772</id>
		<title>CMud Kill Trigger</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=CMud_Kill_Trigger&amp;diff=49772"/>
		<updated>2013-09-28T20:53:08Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following is a simple kill trigger coded for CMUD&lt;br /&gt;
&lt;br /&gt;
First let's define the tank and/or the leader:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;trigger priority=&amp;quot;1960&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^You join (%w)'s group.$&amp;lt;/pattern&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#yesno &amp;quot;Is this the tank?&amp;quot; {#var tank %1} {#var tank &amp;quot;&amp;quot;}&lt;br /&gt;
gr&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
  &amp;lt;trigger priority=&amp;quot;9040&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^%w removes you from %w group.$&amp;lt;/pattern&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#var tank &amp;quot;&amp;quot;&lt;br /&gt;
#var leader &amp;quot;&amp;quot;&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
  &amp;lt;trigger priority=&amp;quot;8080&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^You stop following %w.&amp;lt;/pattern&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#var tank &amp;quot;&amp;quot;&lt;br /&gt;
#var leader &amp;quot;&amp;quot;&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
&amp;lt;trigger priority=&amp;quot;2000&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^&amp;amp;amp;leader's group:&amp;lt;/pattern&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, create a toggle so that you can enable/disable with the click of a button:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;button type=&amp;quot;Gauge&amp;quot; autosize=&amp;quot;false&amp;quot; width=&amp;quot;60&amp;quot; height=&amp;quot;23&amp;quot; autopos=&amp;quot;false&amp;quot; left=&amp;quot;1&amp;quot; toolbar=&amp;quot;0&amp;quot; color=&amp;quot;aqua&amp;quot; gaugelowcol=&amp;quot;red&amp;quot; gaugebackcol=&amp;quot;#F0F0F0&amp;quot; priority=&amp;quot;3290&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;caption&amp;gt;Spunj&amp;lt;/caption&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#if @spunj=0 {&lt;br /&gt;
#echo Spunj triggers enabled.&lt;br /&gt;
  #var spunj 1 0&lt;br /&gt;
  } {#var spunj 0 0&lt;br /&gt;
#echo Spunj triggers disabled.}&lt;br /&gt;
&amp;lt;/value&amp;gt;&lt;br /&gt;
    &amp;lt;expr&amp;gt;@spunj&amp;lt;/expr&amp;gt;&lt;br /&gt;
    &amp;lt;gaugemax&amp;gt;1&amp;lt;/gaugemax&amp;gt;&lt;br /&gt;
  &amp;lt;/button&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And of course the trigger to fire when the tank or leader emotes &amp;quot;is killing&amp;quot;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;trigger priority=&amp;quot;3280&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^{@tank|@leader} is killing %1.&amp;lt;/pattern&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#var target %1&lt;br /&gt;
#if @spunj=0 {#exit} {}&lt;br /&gt;
k %1&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: Cmud Scripting]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Lord_Questpoint_(QP)_Runes&amp;diff=49745</id>
		<title>Lord Questpoint (QP) Runes</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Lord_Questpoint_(QP)_Runes&amp;diff=49745"/>
		<updated>2013-09-15T20:16:31Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Since October 15, 2011, certain gear runs contain mobs that have runes that can be traded into Prenethia (at Thorngate, teleable) for questpoints.  These runes are reboot only.&lt;br /&gt;
&lt;br /&gt;
The amount of QPs are listed below.  They are separated into how much qp they are worth, then alphabetically.  Known rune locations have been documented. The info in parentheses show the notable gear run/area where the mob is present.&lt;br /&gt;
&lt;br /&gt;
As of 12/26/2013, these are confirmed by players:&lt;br /&gt;
&lt;br /&gt;
'''2 Questpoints'''&lt;br /&gt;
&lt;br /&gt;
'''5 Questpoints'''&lt;br /&gt;
*Disease - Imix, lord of the fire elementals. ([[Sceptre of Blazing Fury]]) (Confirmed 5qp by Tammo)&lt;br /&gt;
*Fire - Imix, lord of the fire elementals. (Confirmed 5qp by Tammo)&lt;br /&gt;
*Insanity - [[Orius the Windprince]]. ([[Gold Belly Chain]]) (Confirmed 5qp by Tammo)&lt;br /&gt;
*Pain - [[Orius the Windprince]]. (Confirmed 5qp by Tammo)&lt;br /&gt;
&lt;br /&gt;
'''10 Questpoints'''&lt;br /&gt;
*Despair - Githyanki Warlock ([[Silver Chestplate]]) (Confirmed 10qp by Tammo)&lt;br /&gt;
*Destruction - Githyanki Warlock (Confirmed 10qp by Tammo)&lt;br /&gt;
*Enslavement - Githyanki Warlock (Confirmed 10qp by Tammo)&lt;br /&gt;
&lt;br /&gt;
'''Exp Tokens'''&lt;br /&gt;
*Blood - [[Lord Gith]] ([[Crown Of Wire And Broken Glass]]) (Confirmed 100exp by Monty)&lt;br /&gt;
*Influence (Confirmed 200xp by Monty)&lt;br /&gt;
*Corruption (Confirmed 200xp by Monty)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
'''Unconfirmed:'''&lt;br /&gt;
*Apathy - [[Ice Efreet]] room&lt;br /&gt;
*Chaos - statue of Anthraxus ([[Stone Wings]])&lt;br /&gt;
*Charm - an elemental consort ([[Elemental Earth Ring]])&lt;br /&gt;
*Darkness &lt;br /&gt;
*Drought &lt;br /&gt;
*Entropy - an elemental consort&lt;br /&gt;
*Fatigue - The Burning Phoenix. ([[Phoenix-Feather Greaves]])&lt;br /&gt;
*Fear &lt;br /&gt;
*Ice - [[Ice Efreet]]&lt;br /&gt;
*Misfortune - [[Lord Gith]] ([[Crown Of Wire And Broken Glass]])&lt;br /&gt;
*Obfuscation - statue of Anthraxus ([[Stone Wings]])&lt;br /&gt;
*Power - Finn (detour on [[Ruling Glyph]] run)&lt;br /&gt;
*Regeneration - The Burning Phoenix.&lt;br /&gt;
*Silence - [[Lord Gith]] ([[Crown Of Wire And Broken Glass]])&lt;br /&gt;
*Vengeance - [[Ice Efreet]] room&lt;br /&gt;
*Wrath - Finn (detour on [[Ruling Glyph]] run)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Known other locations or clues ==&lt;br /&gt;
&lt;br /&gt;
These mobs also carry qp runes, but I don't know which ones in the above list.&lt;br /&gt;
&lt;br /&gt;
*[[Emissary Of The Mindflayers]] (in the Githzerai Keep)&lt;br /&gt;
* The last clue is: &amp;quot;And finally, this ancient statue stands in a circle of bloody suns though has  never actually seen the sun itself.&amp;quot; - I think this is a statue in Noctopia, on the [[Black Widow Bodice]] run, but not sure.&lt;br /&gt;
[[Category:Lord Gear]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Lord_Questpoint_(QP)_Runes&amp;diff=49744</id>
		<title>Lord Questpoint (QP) Runes</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Lord_Questpoint_(QP)_Runes&amp;diff=49744"/>
		<updated>2013-09-15T20:16:22Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Since October 15, 2011, certain gear runs contain mobs that have runes that can be traded into Prenethia (at Thorngate, teleable) for questpoints.  These runes are reboot only.&lt;br /&gt;
&lt;br /&gt;
The amount of QPs are listed below.  They are separated into how much qp they are worth, then alphabetically.  Known rune locations have been documented. The info in parentheses show the notable gear run/area where the mob is present.&lt;br /&gt;
&lt;br /&gt;
As of 12/26/2013, these are confirmed by players:&lt;br /&gt;
&lt;br /&gt;
'''2 Questpoints'''&lt;br /&gt;
&lt;br /&gt;
'''5 Questpoints'''&lt;br /&gt;
*Disease - Imix, lord of the fire elementals. ([[Sceptre of Blazing Fury]]) (Confirmed 5qp by Tammo)&lt;br /&gt;
*Fire - Imix, lord of the fire elementals. (Confirmed 5qp by Tammo)&lt;br /&gt;
*Insanity - [[Orius the Windprince]]. ([[Gold Belly Chain]]) (Confirmed 5qp by Tammo)&lt;br /&gt;
*Pain - [[Orius the Windprince]]. (Confirmed 5qp by Tammo)&lt;br /&gt;
&lt;br /&gt;
'''10 Questpoints'''&lt;br /&gt;
*Despair - Githyanki Warlock ([[Silver Chestplate]]) (Confirmed 10qp by Tammo)&lt;br /&gt;
*Destruction - Githyanki Warlock (Confirmed 10qp by Tammo)&lt;br /&gt;
*Enslavement - Githyanki Warlock (Confirmed 10qp by Tammo)&lt;br /&gt;
&lt;br /&gt;
'''Exp Tokens'''&lt;br /&gt;
*Blood - [[Lord Gith]] ([[Crown Of Wire And Broken Glass]]) (Confirmed 100exp by Monty)&lt;br /&gt;
*Influence (Confirmed 200xp by Monty)&lt;br /&gt;
*Corruption(Confirmed 200xp by Monty)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
'''Unconfirmed:'''&lt;br /&gt;
*Apathy - [[Ice Efreet]] room&lt;br /&gt;
*Chaos - statue of Anthraxus ([[Stone Wings]])&lt;br /&gt;
*Charm - an elemental consort ([[Elemental Earth Ring]])&lt;br /&gt;
*Darkness &lt;br /&gt;
*Drought &lt;br /&gt;
*Entropy - an elemental consort&lt;br /&gt;
*Fatigue - The Burning Phoenix. ([[Phoenix-Feather Greaves]])&lt;br /&gt;
*Fear &lt;br /&gt;
*Ice - [[Ice Efreet]]&lt;br /&gt;
*Misfortune - [[Lord Gith]] ([[Crown Of Wire And Broken Glass]])&lt;br /&gt;
*Obfuscation - statue of Anthraxus ([[Stone Wings]])&lt;br /&gt;
*Power - Finn (detour on [[Ruling Glyph]] run)&lt;br /&gt;
*Regeneration - The Burning Phoenix.&lt;br /&gt;
*Silence - [[Lord Gith]] ([[Crown Of Wire And Broken Glass]])&lt;br /&gt;
*Vengeance - [[Ice Efreet]] room&lt;br /&gt;
*Wrath - Finn (detour on [[Ruling Glyph]] run)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Known other locations or clues ==&lt;br /&gt;
&lt;br /&gt;
These mobs also carry qp runes, but I don't know which ones in the above list.&lt;br /&gt;
&lt;br /&gt;
*[[Emissary Of The Mindflayers]] (in the Githzerai Keep)&lt;br /&gt;
* The last clue is: &amp;quot;And finally, this ancient statue stands in a circle of bloody suns though has  never actually seen the sun itself.&amp;quot; - I think this is a statue in Noctopia, on the [[Black Widow Bodice]] run, but not sure.&lt;br /&gt;
[[Category:Lord Gear]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Category:Resistances&amp;diff=49658</id>
		<title>Category:Resistances</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Category:Resistances&amp;diff=49658"/>
		<updated>2013-08-22T06:03:50Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''&lt;br /&gt;
  RESISTANCES&amp;lt;br&amp;gt;&lt;br /&gt;
  Syntax: resistances&lt;br /&gt;
          resistances &amp;lt;race&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
  This command shows you if you have any resistances or susceptibilities&lt;br /&gt;
  to the various types of damage you might encounter in AVATAR.&lt;br /&gt;
  It can also be used to see what resistances and susceptibilities&lt;br /&gt;
  members of a given race have by default.&amp;lt;br&amp;gt;&lt;br /&gt;
  Resistance &amp;amp; Susceptibility Descriptors:&lt;br /&gt;
  insignificantly   partially       quite               outstandingly&lt;br /&gt;
  faintly           kind of         substantially       extraordinarily&lt;br /&gt;
  hardly            somewhat        very                completely&lt;br /&gt;
  barely            moderately      exceedingly&lt;br /&gt;
  scarcely          reasonably      exceptionally&lt;br /&gt;
  slightly          rather          extremely&lt;br /&gt;
&lt;br /&gt;
  See also: DAMAGE MODIFIERS, DAMAGE TYPES''&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Category:Resistances&amp;diff=49657</id>
		<title>Category:Resistances</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Category:Resistances&amp;diff=49657"/>
		<updated>2013-08-22T06:03:08Z</updated>

		<summary type="html">&lt;p&gt;Monty: Created page with &amp;quot;''   RESISTANCES&amp;lt;br&amp;gt;   Syntax: resistances&amp;lt;br&amp;gt;           resistances &amp;lt;race&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;   This command shows you if you have any resistances or susceptibilities   to the various type...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''&lt;br /&gt;
  RESISTANCES&amp;lt;br&amp;gt;&lt;br /&gt;
  Syntax: resistances&amp;lt;br&amp;gt;&lt;br /&gt;
          resistances &amp;lt;race&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
  This command shows you if you have any resistances or susceptibilities&lt;br /&gt;
  to the various types of damage you might encounter in AVATAR.&lt;br /&gt;
  It can also be used to see what resistances and susceptibilities&lt;br /&gt;
  members of a given race have by default.&amp;lt;br&amp;gt;&lt;br /&gt;
  Resistance &amp;amp; Susceptibility Descriptors:&lt;br /&gt;
  insignificantly   partially       quite               outstandingly&lt;br /&gt;
  faintly           kind of         substantially       extraordinarily&lt;br /&gt;
  hardly            somewhat        very                completely&lt;br /&gt;
  barely            moderately      exceedingly&lt;br /&gt;
  scarcely          reasonably      exceptionally&lt;br /&gt;
  slightly          rather          extremely&lt;br /&gt;
&lt;br /&gt;
  See also: DAMAGE MODIFIERS, DAMAGE TYPES''&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Damage_Types&amp;diff=49656</id>
		<title>Damage Types</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Damage_Types&amp;diff=49656"/>
		<updated>2013-08-22T06:02:54Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''Resistance &amp;amp; Susceptibility Descriptors''':&lt;br /&gt;
 insignificantly     partially       quite               outstandingly&lt;br /&gt;
 faintly             kind of         substantially       extraordinarily&lt;br /&gt;
 hardly              somewhat        very                completely&lt;br /&gt;
 barely              moderately      exceedingly&lt;br /&gt;
 scarcely            reasonably      exceptionally&lt;br /&gt;
 slightly            rather          extremely&lt;br /&gt;
 &lt;br /&gt;
 '''The following damage types are relatively common in our realm''':&lt;br /&gt;
 air             chopping        fire            pure divine&lt;br /&gt;
 biological      cold            mental          slicing&lt;br /&gt;
 blasting        cursed          piercing        water&lt;br /&gt;
 blunt           earth           poison          whipping&lt;br /&gt;
 caustic         electric        pure arcane&lt;br /&gt;
 &lt;br /&gt;
 '''These damage types may occasionally be encountered, but they are more rare''':&lt;br /&gt;
 leeching        pressure        stasis&lt;br /&gt;
 mind control    sonic&lt;br /&gt;
 &lt;br /&gt;
 '''These types are hardly (if ever) used'''.  At some point in the future some&lt;br /&gt;
 of them may be repurposed for some new type of damage.&lt;br /&gt;
 antimagic       natural         portal&lt;br /&gt;
 falling         polymorph       radiant&lt;br /&gt;
&lt;br /&gt;
===Damage type field guide===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Spells&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Weapons&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Resistant Races&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Vulnerable Races&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Resistant Items&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Vulnerable Items&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | air&lt;br /&gt;
| [[Cyclone]]&amp;lt;br&amp;gt;[[Sandstorm]] (partial)&lt;br /&gt;
| [[Cloud Of Floating Crystals]]&amp;lt;br&amp;gt;[[Throwing Ax, &amp;quot;Tornado&amp;quot;]]&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | Fire Elemental (barely)&amp;lt;br&amp;gt;Air Elemental (barely)&amp;lt;br&amp;gt;[[Dragons|Red Dragons]] (hardly)&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | Water Elemental (barely)&amp;lt;br&amp;gt;Earth Elemental (barely)&amp;lt;br&amp;gt;[[Blue Dragons]] (hardly)&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Cloudwalkers]] (insign)&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | [[Torch Of Flames]] (faintly)&amp;lt;br&amp;gt;[[Swirl Of Fumes]] (faintly)&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | biological&lt;br /&gt;
| [[Plague]]??&amp;lt;br&amp;gt;[[:Category:Virus|Virus]]??&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | Ghost (faintly)&amp;lt;br&amp;gt;[[Golem]] (hardly)&amp;lt;br&amp;gt;[[Troglodyte]] (faintly)&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | [[Green Dragons]] (hardly)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | blasting&lt;br /&gt;
| [[Blast Bolt]]&amp;lt;br&amp;gt;[[Detonate]]&amp;lt;br&amp;gt;[[Torch (spell)|Torch]]&lt;br /&gt;
| [[:Category:Melee Weapons That Blast|Blasting weapons]]&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | Ghost (faintly)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | blunt&lt;br /&gt;
| [[Dart]]&lt;br /&gt;
| [[:Category:Blunt Weapons|Blunt weapons]]&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | Ghost (faintly)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | caustic&lt;br /&gt;
| [[Acid Blast]]&amp;lt;br&amp;gt;[[Acid Rain]]&lt;br /&gt;
| [[Swirl Of Fumes]]&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Black Dragons]] (hardly)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | [[Alienskin Arm Brace]] (insign)&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | chopping&lt;br /&gt;
|&lt;br /&gt;
| [[:Category:Melee Weapons That Chop|Chopping weapons]]&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | Ghost (faintly)&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | [[Ent]] (faintly)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | cold&lt;br /&gt;
| [[Chill Touch]]&amp;lt;br&amp;gt;[[Icestrike]]&lt;br /&gt;
| [[Crusher (weapon)|Crusher]]&amp;lt;br&amp;gt;[[Tourach's Sword]]&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Ent]] (faintly)&amp;lt;br&amp;gt;[[White Dragons]] (hardly)&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | [[Firedrake]] (faintly)&amp;lt;br&amp;gt;[[Lizardmen]] (faintly)&amp;lt;br&amp;gt;[[Tuataur]] (faintly)&amp;lt;br&amp;gt;Fire Elemental (barely)&amp;lt;br&amp;gt;[[Dragons|Red Dragons]] (hardly)&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Cloudwalkers]] (insign)&amp;lt;br&amp;gt;[[Wolverine Fur Boots]] (insign)&lt;br /&gt;
|&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | cursed&lt;br /&gt;
| [[Flash]]&amp;lt;br&amp;gt;[[Torment]] (partial)&amp;lt;br&amp;gt;[[Brimstone]] (partial)&lt;br /&gt;
| [[Necromancer's Claw]]&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Demonseed]] (faintly)&amp;lt;br&amp;gt;[[Demon]] (hardly)&amp;lt;br&amp;gt;Ghost (faintly)&amp;lt;br&amp;gt;[[Hobgoblin]] (faintly)&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Shield Of Heroes]] (faintly)&amp;lt;br&amp;gt;[[Emerald Gauntlets]] (faintly)&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | [[Helm Of Cherubims]] (faintly)&amp;lt;br&amp;gt;[[Ring Of Purity]] (insign)&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | earth&lt;br /&gt;
| [[Earthbind]]&amp;lt;br&amp;gt;[[Earthquake]]&amp;lt;br&amp;gt;[[Magma Blast]] (partial)&amp;lt;br&amp;gt;[[Sandstorm]] (partial)&amp;lt;br&amp;gt;[[Meteor Swarm]] (partial)&lt;br /&gt;
| [[Gnarled Branch Of Age]]&amp;lt;br&amp;gt;[[Grey Orb Of Stone]]&amp;lt;br&amp;gt;[[Shard Of Echostone]]&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Deep Gnome]] (faintly)&amp;lt;br&amp;gt;[[Duergar]] (faintly)&amp;lt;br&amp;gt;[[Dwarf]] (faintly)&amp;lt;br&amp;gt;[[Gargoyle]] (hardly)&amp;lt;br&amp;gt;[[Gnome]] (faintly)&amp;lt;br&amp;gt;Water Elemental (barely)&amp;lt;br&amp;gt;Earth Elemental (barely)&amp;lt;br&amp;gt;[[Blue Dragons]] (hardly)&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | Fire Elemental (barely)&amp;lt;br&amp;gt;Air Elemental (barely)&amp;lt;br&amp;gt;[[Dragons|Red Dragons]] (hardly)&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Heart Of The Forest]] (insign)&amp;lt;br&amp;gt;[[Mystical Desert Stone]] (insign)&amp;lt;br&amp;gt;[[Shield Of The Tree]] (insig)&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | [[Antharian Signet Ring]] (insign)&amp;lt;br&amp;gt;[[Eye Of The Beholder]] (faintly)&amp;lt;br&amp;gt;[[Pair Of Steel Bracers]] (faintly)&amp;lt;br&amp;gt;[[Robe Of Greatness]] (faintly)&amp;lt;br&amp;gt;[[Smoldering Crown Of Dying Fire]] (faintly)&amp;lt;br&amp;gt;[[Torch Of Flames]] (faintly)&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | electric&lt;br /&gt;
| [[Call Lightning]]&amp;lt;br&amp;gt;[[Shocking Grasp]]&amp;lt;br&amp;gt;[[Lightning Bolt]]&amp;lt;br&amp;gt;[[Chain Lightning]]&amp;lt;br&amp;gt;[[Torment]] (partial)&amp;lt;br&amp;gt;[[Cataclysm]]&lt;br /&gt;
| [[Crackling Sphere Of Lightning]]&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Gargoyle]] (faintly)&amp;lt;br&amp;gt;Fire Elemental (barely)&amp;lt;br&amp;gt;[[Dragons|Red Dragons]] (hardly)&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | Merfolk (hardly)&amp;lt;br&amp;gt;Water Elemental (barely)&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Cloudwalkers]] (insign)&lt;br /&gt;
|&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | fire&lt;br /&gt;
| [[Burning Hands]]&amp;lt;br&amp;gt;[[Fireball]]&amp;lt;br&amp;gt;[[Firestorm]]&amp;lt;br&amp;gt;[[Flamestrike]]&amp;lt;br&amp;gt;[[Magma Blast]] (partial)&amp;lt;br&amp;gt;[[Pillar Of Flame]]&amp;lt;br&amp;gt;[[Meteor Swarm]] (partial)&amp;lt;br&amp;gt;[[Brimstone]] (partial)&lt;br /&gt;
| [[Dragon-Blade]]&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Firedrake]] (faintly)&amp;lt;br&amp;gt;[[Demonseed]] (faintly)&amp;lt;br&amp;gt;[[Demon]] (hardly)&amp;lt;br&amp;gt;Fire Elemental (barely)&amp;lt;br&amp;gt;Earth Elemental (barely)&amp;lt;br&amp;gt;[[Dragons|Red Dragons]] (hardly)&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | [[Ent]] (faintly)&amp;lt;br&amp;gt;Water Elemental (barely)&amp;lt;br&amp;gt;Air Elemental (barely)&amp;lt;br&amp;gt;[[White Dragons]] (hardly)&amp;lt;br&amp;gt;[[Blue Dragons]] (hardly)&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Barbed Steel Mace]] (insign)&amp;lt;br&amp;gt;[[Dark Flaming Blade]] (insign)&amp;lt;br&amp;gt;[[Impure Diamond Shield]] (insign)&amp;lt;br&amp;gt;[[Serpent Shield]] (insign)&amp;lt;br&amp;gt;[[Staff Of Cooling Lava]] (faintly)&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | [[Gnarled Branch Of Age]] (faintly)&amp;lt;br&amp;gt;[[Ice Ring]] (insign)&amp;lt;br&amp;gt;[[Ice Scale Bracer]] (insign)&amp;lt;br&amp;gt;[[Waterlace Leggings]] (faintly)&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | leeching&lt;br /&gt;
| [[Energy Drain]]&amp;lt;br&amp;gt;[[Death Field]]&amp;lt;br&amp;gt;[[Leech]]&amp;lt;br&amp;gt;[[Vampire Touch]]&lt;br /&gt;
| [[Dark Flaming Blade]]&amp;lt;br&amp;gt;[[Sword Of Avengers]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | mental&lt;br /&gt;
| [[Psychic Drain]]&amp;lt;br&amp;gt;[[Psisting]]&amp;lt;br&amp;gt;[[Mindlash]]&amp;lt;br&amp;gt;[[Brainstorm]]&amp;lt;br&amp;gt;[[Psionic Blast]]&amp;lt;br&amp;gt;[[Ultrablast]]&amp;lt;br&amp;gt;[[Rupture]]&lt;br /&gt;
| [[Black Bow Called Awe]]&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Duergar]] (faintly)&amp;lt;br&amp;gt;[[Lizardmen]] (faintly)&amp;lt;br&amp;gt;[[Dragons|All Dragons]] (hardly)&amp;lt;br&amp;gt;[[High Elf]] (faintly)&amp;lt;br&amp;gt;[[Tuataur]] (hardly)&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Single Silver Archer's Gauntlet]] (insign)&amp;lt;br&amp;gt;[[Silver Astral Gauntlets]] (insign)&lt;br /&gt;
|&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | mind control&lt;br /&gt;
| [[Mindwipe]]&amp;lt;br&amp;gt;[[Shatterspell]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | piercing&lt;br /&gt;
|&lt;br /&gt;
| [[:Category:Melee Weapons That Pierce|Piercing weapons]]&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | Ghost (faintly)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | poison&lt;br /&gt;
| [[:Category:Poisons|poisons]]&lt;br /&gt;
| [[Curved Blade Named 'Venom'|Curved Blade 'Venom']]&amp;lt;br&amp;gt;[[Sharp Dagger Named 'Poison'|Sharp Dagger 'Poison']]&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Duergar]] (faintly)&amp;lt;br&amp;gt;[[Dwarf]] (faintly)&amp;lt;br&amp;gt;[[Ent]] (faintly)&amp;lt;br&amp;gt;Ghost (faintly)&amp;lt;br&amp;gt;[[Golem]] (hardly)&amp;lt;br&amp;gt;[[Griffon]] (faintly)&amp;lt;br&amp;gt;[[Green Dragons]] (hardly)&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Durrite Greataxe]] (insign)&amp;lt;br&amp;gt;[[Mithril Web Gloves]] (insign)&amp;lt;br&amp;gt;[[Serpent Shield]] (insign)&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | [[Alienskin Arm Brace]] (insign)&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | pressure&lt;br /&gt;
| [[Maelstrom]]&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | Water Elemental (barely)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | pure arcane&lt;br /&gt;
| [[Magic Missile]]&amp;lt;br&amp;gt;[[Desiccate]]&amp;lt;br&amp;gt;[[Disintegrate]]&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Deep Gnome]] (faintly)&amp;lt;br&amp;gt;[[Duergar]] (faintly)&amp;lt;br&amp;gt;[[Dwarf]] (faintly)&amp;lt;br&amp;gt;[[Gnome]] (faintly)&amp;lt;br&amp;gt;[[Sprite]] (hardly)&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | [[Golem]] (hardly)&amp;lt;br&amp;gt;Elemental (faintly)&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Sceptre Of Growing Roots]] (insign)&amp;lt;br&amp;gt;[[Major Ward (Arcana Excelsis)|Major Ward]] (insign)&lt;br /&gt;
|&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | pure divine&lt;br /&gt;
| [[Cause Light]]&amp;lt;br&amp;gt;[[Cause Serious]]&amp;lt;br&amp;gt;[[Cause Critical]]&amp;lt;br&amp;gt;[[Dispel Evil]]&amp;lt;br&amp;gt;[[Turn Undead]]&amp;lt;br&amp;gt;[[Turn Demon]]&amp;lt;br&amp;gt;[[Harm]]&amp;lt;br&amp;gt;[[White Fire]]&amp;lt;br&amp;gt;[[White Light]]&lt;br /&gt;
| [[Holy Sword Of Kra]]&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Duergar]] (faintly)&amp;lt;br&amp;gt;[[Dwarf]] (faintly)&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | [[Demonseed]] (faintly)&amp;lt;br&amp;gt;[[Demon]] (hardly)&amp;lt;br&amp;gt;Ghost (hardly)&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Killing Gloves]] (insign)&amp;lt;br&amp;gt;[[Sceptre Of Controlling Shadows]] (insign)&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | [[Carved Bone Necklace]] (insign)&amp;lt;br&amp;gt;[[Dark Dwarven Brand]] (faintly)&amp;lt;br&amp;gt;[[Shard Of Black Doom Marble]] (faintly)&amp;lt;br&amp;gt;[[Symbol Of Darkness]] (faintly)&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | radiant&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Lizardmen]]&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | all [[Racial Nosun|No-Sun]] races (faintly)&amp;lt;br&amp;gt;[[Black Dragons]] (hardly)&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Emerald Sceptre Of Light]] (insign)&amp;lt;br&amp;gt;[[Orb Of Amorphous Essence]] (insign)&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | [[Symbol Of Darkness]] (insign)&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | slicing&lt;br /&gt;
| [[Shard Storm]]&lt;br /&gt;
| Sharp weapons&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | Ghost (faintly)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | sonic&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | stasis&lt;br /&gt;
| Struggling in [[Web]]??&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Ent]] (faintly)&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | [[Goblin]] (faintly)&amp;lt;br&amp;gt;[[Kobold]] (faintly)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | water&lt;br /&gt;
|&lt;br /&gt;
| [[Heavy Spear, &amp;quot;Ocean&amp;quot;]]&amp;lt;br&amp;gt;[[Whale Whisper]]&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | Merfolk (barely)&amp;lt;br&amp;gt;Water Elemental (barely)&amp;lt;br&amp;gt;Air Elemental (barely)&amp;lt;br&amp;gt;[[Blue Dragons]] (hardly)&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | Fire Elemental (barely)&amp;lt;br&amp;gt;Earth Elemental (barely)&amp;lt;br&amp;gt;[[Dragons|Red Dragons]] (hardly)&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | [[Ouroborus' Tail]] (faintly)&amp;lt;br&amp;gt;[[Waterlace Leggings]] (insign)&lt;br /&gt;
| style=&amp;quot;background-color:#ffeeee&amp;quot; | [[Barbed Steel Mace]] (faintly)&amp;lt;br&amp;gt;[[Carburized Steel Plate Armor]] (hardly)&amp;lt;br&amp;gt;[[Chained Steel Collar]] (faintly)&amp;lt;br&amp;gt;[[Flaming Pants]] (hardly)&amp;lt;br&amp;gt;[[Slagwalkers]] (faintly)&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | whipping&lt;br /&gt;
|&lt;br /&gt;
| [[:Category:Melee Weapons That Whip|Whipping weapons]]&lt;br /&gt;
| style=&amp;quot;background-color:#eeffee&amp;quot; | Ghost (faintly)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Damage dealt===&lt;br /&gt;
Some races will also deal damage of some of these types, based on what their resistances are. Right now these appear to be only evolutionary races: firedrakes, imps, and elemental giants. This will show up in 'score'.&lt;br /&gt;
&lt;br /&gt;
For a low hero firedrake:&amp;lt;br&amp;gt;&lt;br /&gt;
Attacks from your dominant hand are augmented with fire damage.&amp;lt;br&amp;gt;&lt;br /&gt;
Attacks from your offhand are augmented with fire damage.&lt;br /&gt;
&lt;br /&gt;
For a dust imp:&amp;lt;br&amp;gt;&lt;br /&gt;
Attacks from your dominant hand are augmented with earth damage.&amp;lt;br&amp;gt;&lt;br /&gt;
Attacks from your offhand are augmented with earth damage.&lt;br /&gt;
&lt;br /&gt;
[[Category:Gameplay]]&lt;br /&gt;
[[Category:Hitgear_that_applies_susceptibility]]&lt;br /&gt;
[[Category:Resistances]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Mob_Susceptibility_Trigger&amp;diff=49655</id>
		<title>Mob Susceptibility Trigger</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Mob_Susceptibility_Trigger&amp;diff=49655"/>
		<updated>2013-08-22T05:58:35Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've started creating a set of triggers that tracks mob susceptibility to maximize amplify damage.  Here's a basic set of variables and trigger that you can use.  Just 'look &amp;lt;mob&amp;gt; race' and it will automatically sort through a db and echo what spell would be optimal for single target and area spell.  Currently working on another set of triggers to keep track of all fighting mobs to maximize automatically, however the db is/will be huge since it will have to track every mob in game.&lt;br /&gt;
&lt;br /&gt;
'''Variables: [[http://avatar.melanarchy.info/images/f/fd/Monty_Suscept_Vars.txt]]'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Trigger: [[http://avatar.melanarchy.info/images/0/0f/Monty_Suscept_Trig.txt]]'''&lt;br /&gt;
&lt;br /&gt;
[[Category:Gameplay]]&lt;br /&gt;
[[Category:Resistances]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Mob_Susceptibility_Trigger&amp;diff=49654</id>
		<title>Mob Susceptibility Trigger</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Mob_Susceptibility_Trigger&amp;diff=49654"/>
		<updated>2013-08-22T05:57:39Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've started creating a set of triggers that tracks mob susceptibility to maximize amplify damage.  Here's a basic set of variables and trigger that you can use.  Just 'look &amp;lt;mob&amp;gt; race' and it will automatically sort through a db and echo what spell would be optimal for single target and area spell.  Currently working on another set of triggers to keep track of all fighting mobs to maximize automatically, however the db is/will be huge since it will have to track every mob in game.&lt;br /&gt;
&lt;br /&gt;
'''Variables: [[http://avatar.melanarchy.info/images/f/fd/Monty_Suscept_Vars.txt]]'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Trigger: [[http://avatar.melanarchy.info/images/0/0f/Monty_Suscept_Trig.txt]]'''&lt;br /&gt;
&lt;br /&gt;
[[Category:Gameplay]]&lt;br /&gt;
[[Category:Susceptibility]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Mob_Susceptibility_Trigger&amp;diff=49653</id>
		<title>Mob Susceptibility Trigger</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Mob_Susceptibility_Trigger&amp;diff=49653"/>
		<updated>2013-08-22T05:57:16Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've started creating a set of triggers that tracks mob susceptibility to maximize amplify damage.  Here's a basic set of variables and trigger that you can use.  Just 'look &amp;lt;mob&amp;gt; race' and it will automatically sort through a db and echo what spell would be optimal for single target and area spell.  Currently working on another set of triggers to keep track of all fighting mobs to maximize automatically, however the db is/will be huge since it will have to track every mob in game.&lt;br /&gt;
&lt;br /&gt;
'''Variables: [[http://avatar.melanarchy.info/images/f/fd/Monty_Suscept_Vars.txt]]'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Trigger: [[http://avatar.melanarchy.info/images/0/0f/Monty_Suscept_Trig.txt]]'''&lt;br /&gt;
&lt;br /&gt;
[[Category:Gameplay]]&lt;br /&gt;
[[Category:Damage_Types]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Mob_Susceptibility_Trigger&amp;diff=49652</id>
		<title>Mob Susceptibility Trigger</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Mob_Susceptibility_Trigger&amp;diff=49652"/>
		<updated>2013-08-22T05:56:55Z</updated>

		<summary type="html">&lt;p&gt;Monty: Created page with &amp;quot;I've started creating a set of triggers that tracks mob susceptibility to maximize amplify damage.  Here's a basic set of variables and trigger that you can use.  Just 'look &amp;lt;mob...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've started creating a set of triggers that tracks mob susceptibility to maximize amplify damage.  Here's a basic set of variables and trigger that you can use.  Just 'look &amp;lt;mob&amp;gt; race' and it will automatically sort through a db and echo what spell would be optimal for single target and area spell.  Currently working on another set of triggers to keep track of all fighting mobs to maximize automatically, however the db is/will be huge since it will have to track every mob in game.&lt;br /&gt;
&lt;br /&gt;
'''Variables: [[http://avatar.melanarchy.info/images/f/fd/Monty_Suscept_Vars.txt]]'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Trigger: [[http://avatar.melanarchy.info/images/0/0f/Monty_Suscept_Trig.txt]]'''&lt;br /&gt;
&lt;br /&gt;
[[Category:Gameplay]]&lt;br /&gt;
[[Category:Damage Types]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=File:Monty_Suscept_Trig.txt&amp;diff=49651</id>
		<title>File:Monty Suscept Trig.txt</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=File:Monty_Suscept_Trig.txt&amp;diff=49651"/>
		<updated>2013-08-22T05:53:54Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=File:Monty_Suscept_Vars.txt&amp;diff=49650</id>
		<title>File:Monty Suscept Vars.txt</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=File:Monty_Suscept_Vars.txt&amp;diff=49650"/>
		<updated>2013-08-22T05:53:13Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Jean%27s_Ruby_Ring&amp;diff=49640</id>
		<title>Jean's Ruby Ring</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Jean%27s_Ruby_Ring&amp;diff=49640"/>
		<updated>2013-08-18T04:56:18Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; Armor class is 30.&lt;br /&gt;
 Modifies armor class by -50 continuous&lt;br /&gt;
 Modifies dexterity by 2 continuous&lt;br /&gt;
&lt;br /&gt;
'''Keyword(s):''' ring,ruby,silver,jeans,lordgear&amp;lt;br&amp;gt;&lt;br /&gt;
'''[[Object Level |Level(s)]]:''' 125&amp;lt;br&amp;gt;&lt;br /&gt;
'''[[:Category: Object Types |Type]]:''' [[:Category: Armor|Armor]]&amp;lt;br&amp;gt;&lt;br /&gt;
'''[[Object Slots |Slot(s)]]:''' &amp;lt;finger&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
'''[[:Category: Object Flags |Flag(s)]]:''' [[Magic Flag|Magic]], [[Nolocate Flag|Nolocate]]&amp;lt;br&amp;gt;&lt;br /&gt;
'''[[Object Weight |Weight]]:''' 1 lbs&amp;lt;br&amp;gt;&lt;br /&gt;
'''[[Object Quality |Quality]]:''' 500 hps&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''As per instructions from Tammo'''&lt;br /&gt;
&lt;br /&gt;
Make sure to embed your gems BEFORE having the npc modify it. The npc just&lt;br /&gt;
etches the ring, and apparently we can't embed into an etched item.&lt;br /&gt;
&lt;br /&gt;
Embed 3 ruby, 2 sapphire, 1 amethyst into modified 'elemental earth ring'&amp;lt;br&amp;gt;&lt;br /&gt;
c manifest lordsring &amp;quot;Jean's Ruby Ring&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
profit&lt;br /&gt;
&lt;br /&gt;
[[Category:Lord Manifest Gear]]&lt;br /&gt;
[[Category:Lord Tank Gear]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Jean%27s_Ruby_Ring&amp;diff=49639</id>
		<title>Jean's Ruby Ring</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Jean%27s_Ruby_Ring&amp;diff=49639"/>
		<updated>2013-08-18T04:55:34Z</updated>

		<summary type="html">&lt;p&gt;Monty: Created page with &amp;quot; Armor class is 30.  Modifies armor class by -50 continuous  Modifies dexterity by 2 continuous  '''Keyword(s):''' ring,ruby,silver,jeans,lordgear&amp;lt;br&amp;gt; '''[[Object Level |Level(s)...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; Armor class is 30.&lt;br /&gt;
 Modifies armor class by -50 continuous&lt;br /&gt;
 Modifies dexterity by 2 continuous&lt;br /&gt;
&lt;br /&gt;
'''Keyword(s):''' ring,ruby,silver,jeans,lordgear&amp;lt;br&amp;gt;&lt;br /&gt;
'''[[Object Level |Level(s)]]:''' 125&amp;lt;br&amp;gt;&lt;br /&gt;
'''[[:Category: Object Types |Type]]:''' [[:Category: Armor|Armor]]&amp;lt;br&amp;gt;&lt;br /&gt;
'''[[Object Slots |Slot(s)]]:''' &amp;lt;finger&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
'''[[:Category: Object Flags |Flag(s)]]:''' [[Magic Flag|Magic]], [[Nolocate Flag|Nolocate]]&amp;lt;br&amp;gt;&lt;br /&gt;
'''[[Object Weight |Weight]]:''' 1 lbs&amp;lt;br&amp;gt;&lt;br /&gt;
'''[[Object Quality |Quality]]:''' 500 hps&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''As per instructions from Tammo'''&lt;br /&gt;
&lt;br /&gt;
Make sure to embed your gems BEFORE having the npc modify it. The npc just&lt;br /&gt;
etches the ring, and apparently we can't embed into an etched item.&lt;br /&gt;
&lt;br /&gt;
Embed 3 ruby, 2 sapphire, 1 amethyst into modified 'elemental earth ring'&amp;lt;br&amp;gt;&lt;br /&gt;
c manifest lordsring &amp;quot;Jean's Ruby Ring&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
profit&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Golden_Wand_Of_Gnarled_Wood&amp;diff=49638</id>
		<title>Golden Wand Of Gnarled Wood</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Golden_Wand_Of_Gnarled_Wood&amp;diff=49638"/>
		<updated>2013-08-18T02:59:33Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gear-Mob|&lt;br /&gt;
| Description=This lovingly carved wand has been infused with a feather of gold, and lacquered with some kind of oil. It looks a very fine item and is no doubt quite valuable.&lt;br /&gt;
| ObjectAffects=Has 25(25) charges at level 50 'disintegrate'.&lt;br /&gt;
| Keywords=wand,wood,fire&lt;br /&gt;
| Levels=51&lt;br /&gt;
| Slot=held&lt;br /&gt;
| ObjectType=Wands&lt;br /&gt;
| Flags=[[magic]]&lt;br /&gt;
| Comments=Need an insignia to purchase&lt;br /&gt;
| Quality=40&lt;br /&gt;
| Weight=3&lt;br /&gt;
| AreaName=Unknown&lt;br /&gt;
| WalkingRoute=&lt;br /&gt;
| PortalPoint=&lt;br /&gt;
| Category=Unknown&lt;br /&gt;
| MobName=none}}&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Golden_Wand_Of_Gnarled_Wood&amp;diff=49637</id>
		<title>Golden Wand Of Gnarled Wood</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Golden_Wand_Of_Gnarled_Wood&amp;diff=49637"/>
		<updated>2013-08-18T02:59:19Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gear-Mob|&lt;br /&gt;
| Description=This lovingly carved wand has been infused with a feather of gold, and lacquered with some kind of oil. It looks a very fine item and is no doubt quite valuable.&lt;br /&gt;
| ObjectAffects=Has 25(25) charges at level 50 'disintegrate'.&lt;br /&gt;
| Keywords=wand,wood,fire&lt;br /&gt;
| Levels=51&lt;br /&gt;
| Slot=held&lt;br /&gt;
| ObjectType=Wands&lt;br /&gt;
| Flags=[[magic]]&lt;br /&gt;
| Comments=Need an insignia to purchase&lt;br /&gt;
| Quality=40&lt;br /&gt;
| Weight=3&lt;br /&gt;
| AreaName=Unknown&lt;br /&gt;
| WalkingRoute=&lt;br /&gt;
| PortalPoint=Unknown&lt;br /&gt;
| Category=&lt;br /&gt;
| MobName=none}}&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Golden_Wand_Of_Gnarled_Wood&amp;diff=49636</id>
		<title>Golden Wand Of Gnarled Wood</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Golden_Wand_Of_Gnarled_Wood&amp;diff=49636"/>
		<updated>2013-08-18T02:46:12Z</updated>

		<summary type="html">&lt;p&gt;Monty: Created page with &amp;quot;{{Gear-Mob| | Description=This lovingly carved wand has been infused with a feather of gold, and lacquered with some kind of oil. It looks a very fine item and is no doubt quite ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gear-Mob|&lt;br /&gt;
| Description=This lovingly carved wand has been infused with a feather of gold, and lacquered with some kind of oil. It looks a very fine item and is no doubt quite valuable.&lt;br /&gt;
| ObjectAffects=Has 25(25) charges at level 50 'disintegrate'.&lt;br /&gt;
| Keywords=wand,wood,fire&lt;br /&gt;
| Levels=51&lt;br /&gt;
| Slot=held&lt;br /&gt;
| ObjectType=Wands&lt;br /&gt;
| Flags=[[magic]]&lt;br /&gt;
| Comments=Need an insignia to purchase&lt;br /&gt;
| Quality=40&lt;br /&gt;
| Weight=3&lt;br /&gt;
| AreaName=unknown&lt;br /&gt;
| WalkingRoute=&lt;br /&gt;
| PortalPoint=&lt;br /&gt;
| Category=&lt;br /&gt;
| MobName=none}}&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=CMud_Bld_Kill_Trigger&amp;diff=49635</id>
		<title>CMud Bld Kill Trigger</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=CMud_Bld_Kill_Trigger&amp;diff=49635"/>
		<updated>2013-08-17T23:27:09Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a kill trigger exclusively for anyone who initiates with sneak attack.  It will attempt to sneak attack, but if the mob is too hurt for it, automatically try to kill.  Please keep in mind that it's very basic and you can utilize this more effectively by tracking your class on login then use:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#if %ismember(%lower(@myclass),&amp;quot;rog|bld|asn|bci&amp;quot;) {#var target %1;surp %1} {~kill %1}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is a simplified version:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;trigger priority=&amp;quot;3280&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^{@tank|@leader} is killing %1{.| with her mental power}&amp;lt;/pattern&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#var target %1;surp %1&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
  &amp;lt;trigger priority=&amp;quot;5390&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^%1 is hurt and suspicious ... you can't sneak up.&amp;lt;/pattern&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;~kill @target&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
What I personally do is set up a variable called @spunj, and use it to toggle on and off spunj triggers.  The following will set up a toggle button to turn your spunj on and off:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;button type=&amp;quot;Gauge&amp;quot; autosize=&amp;quot;false&amp;quot; width=&amp;quot;60&amp;quot; height=&amp;quot;23&amp;quot; autopos=&amp;quot;false&amp;quot; left=&amp;quot;183&amp;quot; toolbar=&amp;quot;0&amp;quot; color=&amp;quot;aqua&amp;quot; gaugelowcol=&amp;quot;red&amp;quot; gaugebackcol=&amp;quot;#F0F0F0&amp;quot; priority=&amp;quot;3308&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;caption&amp;gt;Spunj&amp;lt;/caption&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#if @spunj=0 {#var spunj 1 0} {#var spunj 0 0}&amp;lt;/value&amp;gt;&lt;br /&gt;
    &amp;lt;expr&amp;gt;@spunj&amp;lt;/expr&amp;gt;&lt;br /&gt;
    &amp;lt;gaugemax&amp;gt;1&amp;lt;/gaugemax&amp;gt;&lt;br /&gt;
  &amp;lt;/button&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once you have a toggle, you can insert this into your trigger to activate/deactivate:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#if @spunj=0 {#exit} {}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, all my kill triggers do NOT fire if I'm currently lagged for more than 2 seconds.  This prevents double triggering and mistargetting which is especially useful for smaller characters.  It's a bit more complex and requires you to track your prompt and lag with a built in alarm timer so that's for more advanced users.&lt;br /&gt;
&lt;br /&gt;
[[Category:Bladedancers]]&lt;br /&gt;
[[Category:Cmud_Scripting]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Monty%27s_Cmud_Prompt_Gag&amp;diff=49632</id>
		<title>Monty's Cmud Prompt Gag</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Monty%27s_Cmud_Prompt_Gag&amp;diff=49632"/>
		<updated>2013-08-16T10:29:23Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Here is a beta copy of my Gag Prompt Triggers.'''&lt;br /&gt;
&lt;br /&gt;
Although your prompt gets gagged, you will see an echo any time you lose/gain hp and mana.&lt;br /&gt;
&lt;br /&gt;
This is a simple alias to set your prompt(I would recommend config -blank):&lt;br /&gt;
[[http://avatar.melanarchy.info/images/2/25/Monty_PromptSet_Alias_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
This is the triggers that gags the prompt, grabs values and sets up variables:&lt;br /&gt;
[[http://avatar.melanarchy.info/images/9/9e/Monty_PromptGag_Trig_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
These are gauges that i use in order to have a visual reference of stats:&lt;br /&gt;
[[http://avatar.melanarchy.info/images/2/2f/Monty_Gauges_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
This is a simple counter that I use for a lag timer:&lt;br /&gt;
[[http://avatar.melanarchy.info/images/f/fd/Monty_Lagcount_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
'''Along with gauges, I also put '@flags' into my StatusBar so you can see afk/sanc/frenzy/sneak/move hidden/etc so if you have a custom status, you can just toss that in there.'''&lt;br /&gt;
&lt;br /&gt;
''Feel free to note me on board 2 to Monty, Tabion, Chrom, and Barkhound if you have questions or problems.''&lt;br /&gt;
&lt;br /&gt;
Here's a pic of what these gauges look like (Taken from my main CMud page):&lt;br /&gt;
[[File:MontySettingsScreen.png]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Monty%27s_Cmud_Prompt_Gag&amp;diff=49631</id>
		<title>Monty's Cmud Prompt Gag</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Monty%27s_Cmud_Prompt_Gag&amp;diff=49631"/>
		<updated>2013-08-16T10:28:57Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Here is a beta copy of my Gag Prompt Triggers.'''&lt;br /&gt;
&lt;br /&gt;
Although your prompt gets gagged, you will see an echo any time you lose/gain hp and mana.&lt;br /&gt;
&lt;br /&gt;
This is a simple alias to set your prompt(I would recommend config -blank):&lt;br /&gt;
[[http://avatar.melanarchy.info/images/2/25/Monty_PromptSet_Alias_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
This is the triggers that gags the prompt, grabs values and sets up variables:&lt;br /&gt;
[[http://avatar.melanarchy.info/images/9/9e/Monty_PromptGag_Trig_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
These are gauges that i use in order to have a visual reference of stats:&lt;br /&gt;
[[http://avatar.melanarchy.info/images/2/2f/Monty_Gauges_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
This is a simple counter that I use for a lag timer:&lt;br /&gt;
[[http://avatar.melanarchy.info/images/f/fd/Monty_Lagcount_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
Along with gauges, I also put '@flags' into my StatusBar so you can see afk/sanc/frenzy/sneak/move hidden/etc so if you have a custom status, you can just toss that in there.&lt;br /&gt;
&lt;br /&gt;
''Feel free to note me on board 2 to Monty, Tabion, Chrom, and Barkhound if you have questions or problems.''&lt;br /&gt;
&lt;br /&gt;
Here's a pic of what these gauges look like (Taken from my main CMud page):&lt;br /&gt;
[[File:MontySettingsScreen.png]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Monty%27s_Cmud_Prompt_Gag&amp;diff=49630</id>
		<title>Monty's Cmud Prompt Gag</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Monty%27s_Cmud_Prompt_Gag&amp;diff=49630"/>
		<updated>2013-08-16T10:23:16Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Here is a beta copy of my Gag Prompt Triggers.'''&lt;br /&gt;
&lt;br /&gt;
Although your prompt gets gagged, you will see an echo any time you lose/gain hp and mana.&lt;br /&gt;
&lt;br /&gt;
This is a simple alias to set your prompt(I would recommend config -blank):&lt;br /&gt;
[[http://avatar.melanarchy.info/images/2/25/Monty_PromptSet_Alias_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
This is the triggers that gags the prompt, grabs values and sets up variables:&lt;br /&gt;
[[http://avatar.melanarchy.info/images/9/9e/Monty_PromptGag_Trig_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
These are gauges that i use in order to have a visual reference of stats:&lt;br /&gt;
[[http://avatar.melanarchy.info/images/2/2f/Monty_Gauges_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
This is a simple counter that I use for a lag timer:&lt;br /&gt;
[[http://avatar.melanarchy.info/images/f/fd/Monty_Lagcount_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
''Feel free to note me on board 2 to Monty, Tabion, Chrom, and Barkhound if you have questions or problems.''&lt;br /&gt;
&lt;br /&gt;
Here's a pic of what these gauges look like (Taken from my main CMud page):&lt;br /&gt;
[[File:MontySettingsScreen.png]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Monty%27s_Cmud_Prompt_Gag&amp;diff=49629</id>
		<title>Monty's Cmud Prompt Gag</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Monty%27s_Cmud_Prompt_Gag&amp;diff=49629"/>
		<updated>2013-08-16T10:21:51Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Here is a beta copy of my Gag Prompt Triggers.'''&lt;br /&gt;
&lt;br /&gt;
This is a simple alias to set your prompt(I would recommend config -blank):&lt;br /&gt;
[[http://avatar.melanarchy.info/images/2/25/Monty_PromptSet_Alias_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
This is the triggers that gags the prompt, grabs values and sets up variables:&lt;br /&gt;
[[http://avatar.melanarchy.info/images/9/9e/Monty_PromptGag_Trig_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
These are gauges that i use in order to have a visual reference of stats:&lt;br /&gt;
[[http://avatar.melanarchy.info/images/2/2f/Monty_Gauges_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
This is a simple counter that I use for a lag timer:&lt;br /&gt;
[[http://avatar.melanarchy.info/images/f/fd/Monty_Lagcount_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
''Feel free to note me on board 2 to Monty, Tabion, Chrom, and Barkhound if you have questions or problems.''&lt;br /&gt;
&lt;br /&gt;
Here's a pic of what these gauges look like (Taken from my main CMud page):&lt;br /&gt;
[[File:MontySettingsScreen.png]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Monty%27s_Cmud_Prompt_Gag&amp;diff=49628</id>
		<title>Monty's Cmud Prompt Gag</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Monty%27s_Cmud_Prompt_Gag&amp;diff=49628"/>
		<updated>2013-08-16T10:16:53Z</updated>

		<summary type="html">&lt;p&gt;Monty: Created page with &amp;quot;'''Here is a beta copy of my Gag Prompt Triggers.'''  This is a simple alias to set your prompt(I would recommend config -blank): [[http://avatar.melanarchy.info/images/2/25/Mont...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Here is a beta copy of my Gag Prompt Triggers.'''&lt;br /&gt;
&lt;br /&gt;
This is a simple alias to set your prompt(I would recommend config -blank):&lt;br /&gt;
[[http://avatar.melanarchy.info/images/2/25/Monty_PromptSet_Alias_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
This is the triggers that gags the prompt, grabs values and sets up variables:&lt;br /&gt;
[[http://avatar.melanarchy.info/images/9/9e/Monty_PromptGag_Trig_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
These are gauges that i use in order to have a visual reference of stats:&lt;br /&gt;
[[http://avatar.melanarchy.info/images/2/2f/Monty_Gauges_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
This is a simple counter that I use for a lag timer:&lt;br /&gt;
[[http://avatar.melanarchy.info/images/f/fd/Monty_Lagcount_XML.txt]]&lt;br /&gt;
&lt;br /&gt;
''Feel free to note me on board 2 to Monty, Tabion, Chrom, and Barkhound if you have questions or problems.''&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=File:Monty_Gauges_XML.txt&amp;diff=49627</id>
		<title>File:Monty Gauges XML.txt</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=File:Monty_Gauges_XML.txt&amp;diff=49627"/>
		<updated>2013-08-16T10:11:58Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=File:Monty_Lagcount_XML.txt&amp;diff=49626</id>
		<title>File:Monty Lagcount XML.txt</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=File:Monty_Lagcount_XML.txt&amp;diff=49626"/>
		<updated>2013-08-16T10:11:45Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=File:Monty_PromptGag_Trig_XML.txt&amp;diff=49625</id>
		<title>File:Monty PromptGag Trig XML.txt</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=File:Monty_PromptGag_Trig_XML.txt&amp;diff=49625"/>
		<updated>2013-08-16T10:11:34Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=File:Monty_PromptSet_Alias_XML.txt&amp;diff=49624</id>
		<title>File:Monty PromptSet Alias XML.txt</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=File:Monty_PromptSet_Alias_XML.txt&amp;diff=49624"/>
		<updated>2013-08-16T10:11:21Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Forge_Hammer_(Forge)&amp;diff=49604</id>
		<title>Forge Hammer (Forge)</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Forge_Hammer_(Forge)&amp;diff=49604"/>
		<updated>2013-08-12T03:08:02Z</updated>

		<summary type="html">&lt;p&gt;Monty: New item from new area(Forge)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gear-Mob|&lt;br /&gt;
| Description=A long handled hammer is here, with a battered square head.&lt;br /&gt;
| ObjectAffects= [[Melee Weapon Values|Damage]] Damage is 20 to 54 (average 37).&amp;lt;br&amp;gt; Modifies melee attacks with earth damage continuous&amp;lt;br&amp;gt; Faintly increases resistance to fire continuous&amp;lt;br&amp;gt; Modifies [[Damage Roll|damage roll]] by 12 continous.&amp;lt;br&amp;gt; Modifies [[Hit Roll|hit roll]] by 10 continous.&lt;br /&gt;
| Keywords=forge,hammer&lt;br /&gt;
| Levels=52&lt;br /&gt;
| Slot=Wielded&lt;br /&gt;
| ObjectType=Weapons&lt;br /&gt;
| Flags=[[fire-ward]]&lt;br /&gt;
| Comments=&lt;br /&gt;
| Quality=100&lt;br /&gt;
| Weight=22&lt;br /&gt;
| AreaName=Forge&lt;br /&gt;
| WalkingRoute=&lt;br /&gt;
| PortalPoint=&lt;br /&gt;
| Category=Hero Melee Weapons&lt;br /&gt;
| MobName=none}}&lt;br /&gt;
&lt;br /&gt;
[[Category: Gear In Forge]]&lt;br /&gt;
[[Category: Standard Two-Handed Weapons]]&lt;br /&gt;
[[Category: Melee Weapons That Pound]]&lt;br /&gt;
[[Category: Hero Melee Weapons]]&lt;br /&gt;
[[Category: Earth Damage Weapons]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Morph&amp;diff=49414</id>
		<title>Morph</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Morph&amp;diff=49414"/>
		<updated>2013-06-19T07:08:37Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;51 MORPH&lt;br /&gt;
Syntax: morph &amp;lt;password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To morph is to attempt to ascend to a higher level of mortal existence.&lt;br /&gt;
At level 300 or greater, a hero may attempt to morph into a Lord.&lt;br /&gt;
Attempting to morph is risky, but if you are successful, you will effect&lt;br /&gt;
your own transformation and that transforming energy will refresh and&lt;br /&gt;
renew the realm.&lt;br /&gt;
&lt;br /&gt;
In case of failure though, the residual pain left by the attempt will&lt;br /&gt;
prevent a renewed try for a time and negatively impact on your ability&lt;br /&gt;
to gain experience from your travels for that duration.&lt;br /&gt;
&lt;br /&gt;
The closer you are to hero level 999, the better chance you have for&lt;br /&gt;
a successful transformation and the lower the potential strength of&lt;br /&gt;
failure pain. Even with success, you will find yourself near death.&lt;br /&gt;
&lt;br /&gt;
If you succesfully ascend to a higher level prior to reaching the highest&lt;br /&gt;
sublevel of the hero tier, your understanding and power will be advanced&lt;br /&gt;
to that point before the full transformation. However, this will happen&lt;br /&gt;
without any boons or penalties from your chosen deity - and with a small&lt;br /&gt;
cut to the practices gained from the swift influx of experiences.&lt;br /&gt;
&lt;br /&gt;
See also: AUTOMORPH&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See also: [[Optimum Morph Level]]&lt;br /&gt;
&lt;br /&gt;
== Stat mods ==&lt;br /&gt;
Hit points and mana have a modifier that is applied to hero 999 HP and mana to figure lord HP and mana. Here are some known ones:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=1 cellpadding=5 cellspacing=0 width=30%&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center style=&amp;quot;background-color: #ccc;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;Class&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=2&amp;gt;&amp;lt;strong&amp;gt;Multiplier&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center style=&amp;quot;background-color: #ccc;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;HP&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;mana&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;ARC&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;ASN&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;BCI&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;BLD&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;BOD&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;BZK&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;-&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;CLE&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;DRU&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;FUS&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;1.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;MAG&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;MND&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;MON&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;PAL&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;PRS&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;1.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;PSI&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;RAN&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;ROG&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;SHF&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;SOR&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;1.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;STM&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;WAR&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;WZD&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;1.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Probability ==&lt;br /&gt;
According to a note on board 7 from Pulse dated April 1, 2010, the probability of a successful morph is as follows:&lt;br /&gt;
&lt;br /&gt;
* the chance of successfully morphing at Hero 300 will be approximately 20%, rising to 50% at Hero 500 and further to 100% at Hero 999&lt;br /&gt;
* should the morph be failed, there will no longer be a level loss penalty - instead all xp gained will be halved for a number of levels. The amount of levels of penalty will be approximately 50 sub-levels for a fail at Hero 300, but will reduce at higher sub-levels&lt;br /&gt;
* on a successful early morph the character will be advanced to Hero 999 as atheist (that is no change). A small practice penalty will be deducted to compensate for the bypassed risk of stat-loss.&lt;br /&gt;
&lt;br /&gt;
The following chart is generated by data from [[User:WinterRose/Morph Data|Avatar's Twitter Feed]] using 2200 data points over 20 months.&lt;br /&gt;
&lt;br /&gt;
[[File:Morph,dataset.png| | | |Morph Success Chart]]&lt;br /&gt;
&lt;br /&gt;
* The Trendline is a linear average of collected data points. &lt;br /&gt;
* Expected values are those based on Pulse's note.&lt;br /&gt;
&lt;br /&gt;
Result: since those two lines are close to one another, we can safely conclude that the data collected is sufficient for a rough chart of acceptable accuracy.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Compiled Data(Last updated 6/19/2013): [[Monty%27s_Morph_Data]]&lt;br /&gt;
&lt;br /&gt;
WinterRose's Original dataset: [[Morph_Data]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Monty%27s_Morph_Data&amp;diff=49413</id>
		<title>Monty's Morph Data</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Monty%27s_Morph_Data&amp;diff=49413"/>
		<updated>2013-06-19T07:02:49Z</updated>

		<summary type="html">&lt;p&gt;Monty: Updated with larger sample size.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Sample Size: 2444''' as of 2/25/2013 (Based on WinterRose's logs combined with in-game logs)  Timestamped copy available here(Formatted for copy/paste to Excel): [[File:MorphLog.txt]]&lt;br /&gt;
&lt;br /&gt;
Additional 363 morph attempts logged here:[[File:MorphLog.txt]]&lt;br /&gt;
&lt;br /&gt;
There seems to be an issue copying directly into Excel.  If you copy/paste into notepad, then copy from notepad, it will paste right into excel with proper columns.&lt;br /&gt;
&lt;br /&gt;
Updated to reflect additional attempts for a total of 2807&lt;br /&gt;
&lt;br /&gt;
''Range: 140''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Level Range: 300-439 Success Rate:27.72% Sample Size: 1277&lt;br /&gt;
Level Range: 440-579 Success Rate:47.60% Sample Size: 853&lt;br /&gt;
Level Range: 580-719 Success Rate:65.56% Sample Size: 270&lt;br /&gt;
Level Range: 720-859 Success Rate:82.14% Sample Size: 84&lt;br /&gt;
Level Range: 860-999 Success Rate:99.07% Sample Size: 323&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Range: 20''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Level Range: 300-319 Success Rate:20.05% Sample Size: 389&lt;br /&gt;
Level Range: 320-339 Success Rate:17.20% Sample Size: 93&lt;br /&gt;
Level Range: 340-359 Success Rate:19.13% Sample Size: 115&lt;br /&gt;
Level Range: 360-379 Success Rate:32.45% Sample Size: 188&lt;br /&gt;
Level Range: 380-399 Success Rate:30.33% Sample Size: 122&lt;br /&gt;
Level Range: 400-419 Success Rate:36.41% Sample Size: 206&lt;br /&gt;
Level Range: 420-439 Success Rate:39.63% Sample Size: 164&lt;br /&gt;
Level Range: 440-459 Success Rate:41.10% Sample Size: 146&lt;br /&gt;
Level Range: 460-479 Success Rate:38.13% Sample Size: 139&lt;br /&gt;
Level Range: 480-499 Success Rate:51.11% Sample Size: 90&lt;br /&gt;
Level Range: 500-519 Success Rate:50.69% Sample Size: 217&lt;br /&gt;
Level Range: 520-539 Success Rate:49.51% Sample Size: 103&lt;br /&gt;
Level Range: 540-559 Success Rate:55.56% Sample Size: 99&lt;br /&gt;
Level Range: 560-579 Success Rate:52.54% Sample Size: 59&lt;br /&gt;
Level Range: 580-599 Success Rate:59.18% Sample Size: 49&lt;br /&gt;
Level Range: 600-619 Success Rate:65.71% Sample Size: 70&lt;br /&gt;
Level Range: 620-639 Success Rate:60.87% Sample Size: 46&lt;br /&gt;
Level Range: 640-659 Success Rate:78.79% Sample Size: 33&lt;br /&gt;
Level Range: 660-679 Success Rate:57.69% Sample Size: 26&lt;br /&gt;
Level Range: 680-699 Success Rate:82.61% Sample Size: 23&lt;br /&gt;
Level Range: 700-719 Success Rate:60.87% Sample Size: 23&lt;br /&gt;
Level Range: 720-739 Success Rate:83.33% Sample Size: 12&lt;br /&gt;
Level Range: 740-759 Success Rate:76.47% Sample Size: 17&lt;br /&gt;
Level Range: 760-779 Success Rate:68.75% Sample Size: 16&lt;br /&gt;
Level Range: 780-799 Success Rate:91.67% Sample Size: 12&lt;br /&gt;
Level Range: 800-819 Success Rate:94.12% Sample Size: 17&lt;br /&gt;
Level Range: 820-839 Success Rate:75.00% Sample Size: 4&lt;br /&gt;
Level Range: 840-859 Success Rate:83.33% Sample Size: 6&lt;br /&gt;
Level Range: 860-879 Success Rate:80.00% Sample Size: 5&lt;br /&gt;
Level Range: 880-899 Success Rate:100.00% Sample Size: 2&lt;br /&gt;
Level Range: 900-919 Success Rate:85.71% Sample Size: 7&lt;br /&gt;
Level Range: 920-939 Success Rate:87.50% Sample Size: 8&lt;br /&gt;
Level Range: 940-959 Success Rate:100.00% Sample Size: 4&lt;br /&gt;
Level Range: 960-979 Success Rate:100.00% Sample Size: 5&lt;br /&gt;
Level Range: 980-999 Success Rate:100.00% Sample Size: 292&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By Level:&lt;br /&gt;
&lt;br /&gt;
This table excludes 100% and 0% success outliers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
+-------+---------------+-------+&lt;br /&gt;
| Level	|  Success Rate	|Sample	|&lt;br /&gt;
+-------+---------------+-------+&lt;br /&gt;
|300	|11.38%		|123	|&lt;br /&gt;
|301	|26.67%		|30	|&lt;br /&gt;
|302	|21.05%		|19	|&lt;br /&gt;
|303	|24.32%		|37	|&lt;br /&gt;
|304	|26.09%		|23	|&lt;br /&gt;
|305	|9.52%		|21	|&lt;br /&gt;
|306	|23.08%		|13	|&lt;br /&gt;
|307	|31.58%		|19	|&lt;br /&gt;
|308	|27.27%		|11	|&lt;br /&gt;
|309	|26.67%		|15	|&lt;br /&gt;
|310	|29.41%		|17	|&lt;br /&gt;
|311	|15.38%		|13	|&lt;br /&gt;
|313	|10%		|10	|&lt;br /&gt;
|314	|20%		|5	|&lt;br /&gt;
|315	|42.86%		|7	|&lt;br /&gt;
|316	|60%		|5	|&lt;br /&gt;
|317	|33.33%		|3	|&lt;br /&gt;
|318	|33.33%		|3	|&lt;br /&gt;
|319	|20%		|10	|&lt;br /&gt;
|320	|11.11%		|9	|&lt;br /&gt;
|321	|16.67%		|6	|&lt;br /&gt;
|322	|50%		|4	|&lt;br /&gt;
|323	|20%		|5	|&lt;br /&gt;
|324	|20%		|5	|&lt;br /&gt;
|327	|50%		|4	|&lt;br /&gt;
|331	|50%		|4	|&lt;br /&gt;
|332	|20%		|5	|&lt;br /&gt;
|335	|20%		|5	|&lt;br /&gt;
|336	|28.57%		|7	|&lt;br /&gt;
|339	|50%		|2	|&lt;br /&gt;
|340	|25%		|8	|&lt;br /&gt;
|342	|25%		|4	|&lt;br /&gt;
|344	|50%		|4	|&lt;br /&gt;
|345	|25%		|4	|&lt;br /&gt;
|349	|25%		|8	|&lt;br /&gt;
|350	|16.67%		|6	|&lt;br /&gt;
|353	|28.57%		|7	|&lt;br /&gt;
|355	|11.11%		|9	|&lt;br /&gt;
|357	|85.71%		|7	|&lt;br /&gt;
|358	|16.67%		|12	|&lt;br /&gt;
|359	|28.57%		|7	|&lt;br /&gt;
|360	|33.33%		|6	|&lt;br /&gt;
|361	|58.33%		|12	|&lt;br /&gt;
|362	|11.11%		|9	|&lt;br /&gt;
|363	|25%		|8	|&lt;br /&gt;
|364	|33.33%		|9	|&lt;br /&gt;
|365	|25%		|8	|&lt;br /&gt;
|366	|50%		|6	|&lt;br /&gt;
|367	|25%		|12	|&lt;br /&gt;
|369	|28.57%		|7	|&lt;br /&gt;
|370	|20%		|10	|&lt;br /&gt;
|371	|56.25%		|16	|&lt;br /&gt;
|372	|14.29%		|14	|&lt;br /&gt;
|373	|44.44%		|9	|&lt;br /&gt;
|374	|11.11%		|9	|&lt;br /&gt;
|375	|28.57%		|14	|&lt;br /&gt;
|376	|30.77%		|13	|&lt;br /&gt;
|377	|50%		|6	|&lt;br /&gt;
|378	|50%		|8	|&lt;br /&gt;
|379	|50%		|6	|&lt;br /&gt;
|380	|44.44%		|9	|&lt;br /&gt;
|381	|33.33%		|6	|&lt;br /&gt;
|383	|33.33%		|6	|&lt;br /&gt;
|384	|25%		|8	|&lt;br /&gt;
|385	|37.5%		|8	|&lt;br /&gt;
|386	|33.33%		|12	|&lt;br /&gt;
|388	|60%		|5	|&lt;br /&gt;
|390	|18.18%		|11	|&lt;br /&gt;
|392	|40%		|5	|&lt;br /&gt;
|393	|25%		|8	|&lt;br /&gt;
|394	|20%		|5	|&lt;br /&gt;
|395	|50%		|6	|&lt;br /&gt;
|396	|20%		|5	|&lt;br /&gt;
|397	|25%		|4	|&lt;br /&gt;
|398	|33.33%		|6	|&lt;br /&gt;
|400	|33.33%		|27	|&lt;br /&gt;
|401	|63.64%		|11	|&lt;br /&gt;
|402	|16.67%		|6	|&lt;br /&gt;
|403	|55.56%		|9	|&lt;br /&gt;
|404	|63.64%		|11	|&lt;br /&gt;
|405	|22.22%		|9	|&lt;br /&gt;
|406	|42.86%		|7	|&lt;br /&gt;
|407	|41.67%		|12	|&lt;br /&gt;
|408	|23.08%		|13	|&lt;br /&gt;
|409	|50%		|6	|&lt;br /&gt;
|410	|33.33%		|9	|&lt;br /&gt;
|411	|30%		|10	|&lt;br /&gt;
|412	|30%		|10	|&lt;br /&gt;
|413	|25%		|8	|&lt;br /&gt;
|414	|57.14%		|7	|&lt;br /&gt;
|415	|21.43%		|14	|&lt;br /&gt;
|416	|11.11%		|9	|&lt;br /&gt;
|417	|41.67%		|12	|&lt;br /&gt;
|418	|37.5%		|8	|&lt;br /&gt;
|419	|37.5%		|8	|&lt;br /&gt;
|420	|38.46%		|13	|&lt;br /&gt;
|421	|30%		|10	|&lt;br /&gt;
|422	|37.5%		|8	|&lt;br /&gt;
|423	|20%		|5	|&lt;br /&gt;
|424	|62.5%		|8	|&lt;br /&gt;
|426	|26.67%		|15	|&lt;br /&gt;
|427	|30%		|10	|&lt;br /&gt;
|428	|37.5%		|8	|&lt;br /&gt;
|429	|50%		|10	|&lt;br /&gt;
|430	|10%		|10	|&lt;br /&gt;
|431	|50%		|8	|&lt;br /&gt;
|432	|60%		|10	|&lt;br /&gt;
|433	|28.57%		|7	|&lt;br /&gt;
|434	|60%		|5	|&lt;br /&gt;
|436	|66.67%		|9	|&lt;br /&gt;
|437	|33.33%		|6	|&lt;br /&gt;
|438	|66.67%		|6	|&lt;br /&gt;
|439	|55.56%		|9	|&lt;br /&gt;
|440	|71.43%		|7	|&lt;br /&gt;
|441	|25%		|4	|&lt;br /&gt;
|442	|28.57%		|7	|&lt;br /&gt;
|443	|50%		|8	|&lt;br /&gt;
|444	|44.44%		|9	|&lt;br /&gt;
|445	|22.22%		|9	|&lt;br /&gt;
|446	|14.29%		|7	|&lt;br /&gt;
|447	|44.44%		|9	|&lt;br /&gt;
|448	|28.57%		|7	|&lt;br /&gt;
|449	|50%		|10	|&lt;br /&gt;
|450	|60%		|5	|&lt;br /&gt;
|451	|25%		|8	|&lt;br /&gt;
|452	|33.33%		|3	|&lt;br /&gt;
|453	|38.89%		|18	|&lt;br /&gt;
|454	|50%		|10	|&lt;br /&gt;
|456	|37.5%		|8	|&lt;br /&gt;
|457	|50%		|4	|&lt;br /&gt;
|458	|50%		|4	|&lt;br /&gt;
|459	|33.33%		|6	|&lt;br /&gt;
|460	|42.86%		|7	|&lt;br /&gt;
|461	|50%		|6	|&lt;br /&gt;
|463	|50%		|6	|&lt;br /&gt;
|464	|42.86%		|7	|&lt;br /&gt;
|465	|50%		|8	|&lt;br /&gt;
|466	|35.71%		|14	|&lt;br /&gt;
|467	|50%		|10	|&lt;br /&gt;
|468	|22.22%		|9	|&lt;br /&gt;
|469	|40%		|5	|&lt;br /&gt;
|470	|42.86%		|7	|&lt;br /&gt;
|471	|37.5%		|8	|&lt;br /&gt;
|472	|20%		|5	|&lt;br /&gt;
|473	|40%		|5	|&lt;br /&gt;
|475	|42.86%		|7	|&lt;br /&gt;
|476	|50%		|6	|&lt;br /&gt;
|477	|50%		|6	|&lt;br /&gt;
|478	|50%		|4	|&lt;br /&gt;
|479	|75%		|4	|&lt;br /&gt;
|480	|57.14%		|7	|&lt;br /&gt;
|481	|66.67%		|6	|&lt;br /&gt;
|482	|33.33%		|3	|&lt;br /&gt;
|483	|55.56%		|9	|&lt;br /&gt;
|484	|33.33%		|9	|&lt;br /&gt;
|485	|57.14%		|7	|&lt;br /&gt;
|486	|25%		|4	|&lt;br /&gt;
|487	|66.67%		|3	|&lt;br /&gt;
|488	|71.43%		|7	|&lt;br /&gt;
|489	|33.33%		|6	|&lt;br /&gt;
|490	|25%		|4	|&lt;br /&gt;
|491	|50%		|2	|&lt;br /&gt;
|492	|50%		|4	|&lt;br /&gt;
|495	|33.33%		|3	|&lt;br /&gt;
|496	|33.33%		|3	|&lt;br /&gt;
|497	|60%		|5	|&lt;br /&gt;
|498	|50%		|2	|&lt;br /&gt;
|499	|66.67%		|3	|&lt;br /&gt;
|500	|48.48%		|33	|&lt;br /&gt;
|501	|54.55%		|11	|&lt;br /&gt;
|502	|40.91%		|22	|&lt;br /&gt;
|503	|61.54%		|13	|&lt;br /&gt;
|504	|35.29%		|17	|&lt;br /&gt;
|505	|50%		|12	|&lt;br /&gt;
|506	|58.82%		|17	|&lt;br /&gt;
|507	|66.67%		|9	|&lt;br /&gt;
|508	|71.43%		|7	|&lt;br /&gt;
|509	|44.44%		|9	|&lt;br /&gt;
|510	|28.57%		|7	|&lt;br /&gt;
|511	|28.57%		|7	|&lt;br /&gt;
|512	|37.5%		|8	|&lt;br /&gt;
|513	|50%		|2	|&lt;br /&gt;
|514	|62.5%		|8	|&lt;br /&gt;
|515	|25%		|8	|&lt;br /&gt;
|516	|83.33%		|6	|&lt;br /&gt;
|518	|57.14%		|7	|&lt;br /&gt;
|519	|63.64%		|11	|&lt;br /&gt;
|520	|66.67%		|6	|&lt;br /&gt;
|521	|33.33%		|6	|&lt;br /&gt;
|522	|45.45%		|11	|&lt;br /&gt;
|523	|55.56%		|9	|&lt;br /&gt;
|524	|50%		|4	|&lt;br /&gt;
|525	|33.33%		|3	|&lt;br /&gt;
|526	|66.67%		|3	|&lt;br /&gt;
|527	|57.14%		|7	|&lt;br /&gt;
|528	|16.67%		|6	|&lt;br /&gt;
|529	|25%		|4	|&lt;br /&gt;
|530	|50%		|6	|&lt;br /&gt;
|531	|50%		|6	|&lt;br /&gt;
|532	|75%		|4	|&lt;br /&gt;
|533	|50%		|4	|&lt;br /&gt;
|534	|66.67%		|3	|&lt;br /&gt;
|536	|33.33%		|6	|&lt;br /&gt;
|539	|44.44%		|9	|&lt;br /&gt;
|540	|66.67%		|6	|&lt;br /&gt;
|543	|60%		|5	|&lt;br /&gt;
|544	|37.5%		|8	|&lt;br /&gt;
|545	|50%		|8	|&lt;br /&gt;
|546	|83.33%		|6	|&lt;br /&gt;
|547	|75%		|4	|&lt;br /&gt;
|548	|66.67%		|6	|&lt;br /&gt;
|549	|25%		|4	|&lt;br /&gt;
|550	|42.86%		|7	|&lt;br /&gt;
|551	|75%		|4	|&lt;br /&gt;
|552	|33.33%		|3	|&lt;br /&gt;
|553	|20%		|5	|&lt;br /&gt;
|554	|50%		|2	|&lt;br /&gt;
|555	|62.5%		|8	|&lt;br /&gt;
|556	|40%		|5	|&lt;br /&gt;
|557	|66.67%		|6	|&lt;br /&gt;
|558	|66.67%		|6	|&lt;br /&gt;
|559	|75%		|4	|&lt;br /&gt;
|560	|50%		|4	|&lt;br /&gt;
|561	|50%		|2	|&lt;br /&gt;
|562	|57.14%		|7	|&lt;br /&gt;
|564	|50%		|2	|&lt;br /&gt;
|565	|66.67%		|3	|&lt;br /&gt;
|566	|40%		|5	|&lt;br /&gt;
|567	|40%		|5	|&lt;br /&gt;
|572	|40%		|5	|&lt;br /&gt;
|574	|66.67%		|3	|&lt;br /&gt;
|575	|50%		|2	|&lt;br /&gt;
|576	|25%		|4	|&lt;br /&gt;
|577	|66.67%		|3	|&lt;br /&gt;
|578	|66.67%		|3	|&lt;br /&gt;
|582	|50%		|2	|&lt;br /&gt;
|583	|66.67%		|3	|&lt;br /&gt;
|584	|75%		|4	|&lt;br /&gt;
|586	|66.67%		|3	|&lt;br /&gt;
|587	|50%		|4	|&lt;br /&gt;
|590	|66.67%		|3	|&lt;br /&gt;
|593	|50%		|4	|&lt;br /&gt;
|595	|40%		|5	|&lt;br /&gt;
|596	|60%		|5	|&lt;br /&gt;
|598	|60%		|5	|&lt;br /&gt;
|599	|50%		|2	|&lt;br /&gt;
|600	|37.5%		|8	|&lt;br /&gt;
|602	|75%		|4	|&lt;br /&gt;
|603	|66.67%		|3	|&lt;br /&gt;
|604	|55.56%		|9	|&lt;br /&gt;
|605	|50%		|2	|&lt;br /&gt;
|606	|50%		|2	|&lt;br /&gt;
|609	|75%		|4	|&lt;br /&gt;
|610	|71.43%		|7	|&lt;br /&gt;
|611	|66.67%		|3	|&lt;br /&gt;
|613	|50%		|4	|&lt;br /&gt;
|616	|60%		|5	|&lt;br /&gt;
|617	|50%		|2	|&lt;br /&gt;
|620	|33.33%		|6	|&lt;br /&gt;
|623	|66.67%		|3	|&lt;br /&gt;
|627	|33.33%		|3	|&lt;br /&gt;
|630	|25%		|4	|&lt;br /&gt;
|631	|75%		|4	|&lt;br /&gt;
|635	|50%		|2	|&lt;br /&gt;
|638	|66.67%		|3	|&lt;br /&gt;
|640	|50%		|2	|&lt;br /&gt;
|644	|75%		|4	|&lt;br /&gt;
|656	|50%		|2	|&lt;br /&gt;
|657	|50%		|4	|&lt;br /&gt;
|662	|66.67%		|3	|&lt;br /&gt;
|666	|16.67%		|6	|&lt;br /&gt;
|668	|33.33%		|3	|&lt;br /&gt;
|673	|50%		|2	|&lt;br /&gt;
|687	|50%		|2	|&lt;br /&gt;
|696	|66.67%		|3	|&lt;br /&gt;
|699	|66.67%		|3	|&lt;br /&gt;
|701	|66.67%		|3	|&lt;br /&gt;
|702	|66.67%		|3	|&lt;br /&gt;
|703	|33.33%		|3	|&lt;br /&gt;
|709	|50%		|2	|&lt;br /&gt;
|715	|50%		|2	|&lt;br /&gt;
|726	|50%		|2	|&lt;br /&gt;
|730	|50%		|2	|&lt;br /&gt;
|747	|75%		|4	|&lt;br /&gt;
|757	|50%		|2	|&lt;br /&gt;
|777	|66.67%		|3	|&lt;br /&gt;
|799	|50%		|2	|&lt;br /&gt;
|800	|50%		|2	|&lt;br /&gt;
|934	|50%		|2	|&lt;br /&gt;
+-------+---------------+-------+&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Conclusion:''' Overall numbers show linear rates.  Numbers are skewed due to people morphing only at specific levels.  Lack of sample data proves inconclusive data.  Will report back occasionally for better accuracy with higher sample sizes.&lt;br /&gt;
&lt;br /&gt;
[[Category:Morph]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=File:MorphLog2.txt&amp;diff=49412</id>
		<title>File:MorphLog2.txt</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=File:MorphLog2.txt&amp;diff=49412"/>
		<updated>2013-06-19T06:53:08Z</updated>

		<summary type="html">&lt;p&gt;Monty: Additional 363 morph attempts from 2/25/2013 until 6/19/2013.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Additional 363 morph attempts from 2/25/2013 until 6/19/2013.&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Morph&amp;diff=49411</id>
		<title>Morph</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Morph&amp;diff=49411"/>
		<updated>2013-06-19T06:51:27Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;51 MORPH&lt;br /&gt;
Syntax: morph &amp;lt;password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To morph is to attempt to ascend to a higher level of mortal existence.&lt;br /&gt;
At level 300 or greater, a hero may attempt to morph into a Lord.&lt;br /&gt;
Attempting to morph is risky, but if you are successful, you will effect&lt;br /&gt;
your own transformation and that transforming energy will refresh and&lt;br /&gt;
renew the realm.&lt;br /&gt;
&lt;br /&gt;
In case of failure though, the residual pain left by the attempt will&lt;br /&gt;
prevent a renewed try for a time and negatively impact on your ability&lt;br /&gt;
to gain experience from your travels for that duration.&lt;br /&gt;
&lt;br /&gt;
The closer you are to hero level 999, the better chance you have for&lt;br /&gt;
a successful transformation and the lower the potential strength of&lt;br /&gt;
failure pain. Even with success, you will find yourself near death.&lt;br /&gt;
&lt;br /&gt;
If you succesfully ascend to a higher level prior to reaching the highest&lt;br /&gt;
sublevel of the hero tier, your understanding and power will be advanced&lt;br /&gt;
to that point before the full transformation. However, this will happen&lt;br /&gt;
without any boons or penalties from your chosen deity - and with a small&lt;br /&gt;
cut to the practices gained from the swift influx of experiences.&lt;br /&gt;
&lt;br /&gt;
See also: AUTOMORPH&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See also: [[Optimum Morph Level]]&lt;br /&gt;
&lt;br /&gt;
== Stat mods ==&lt;br /&gt;
Hit points and mana have a modifier that is applied to hero 999 HP and mana to figure lord HP and mana. Here are some known ones:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=1 cellpadding=5 cellspacing=0 width=30%&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center style=&amp;quot;background-color: #ccc;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;Class&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=2&amp;gt;&amp;lt;strong&amp;gt;Multiplier&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center style=&amp;quot;background-color: #ccc;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;HP&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;mana&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;ARC&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;ASN&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;BCI&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;BLD&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;BOD&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;BZK&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;-&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;CLE&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;DRU&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;FUS&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;1.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;MAG&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;MND&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;MON&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;PAL&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;PRS&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;1.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;PSI&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;RAN&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;ROG&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;SHF&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;SOR&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;1.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;STM&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;WAR&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=center&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;WZD&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;1.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;4.5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Probability ==&lt;br /&gt;
According to a note on board 7 from Pulse dated April 1, 2010, the probability of a successful morph is as follows:&lt;br /&gt;
&lt;br /&gt;
* the chance of successfully morphing at Hero 300 will be approximately 20%, rising to 50% at Hero 500 and further to 100% at Hero 999&lt;br /&gt;
* should the morph be failed, there will no longer be a level loss penalty - instead all xp gained will be halved for a number of levels. The amount of levels of penalty will be approximately 50 sub-levels for a fail at Hero 300, but will reduce at higher sub-levels&lt;br /&gt;
* on a successful early morph the character will be advanced to Hero 999 as atheist (that is no change). A small practice penalty will be deducted to compensate for the bypassed risk of stat-loss.&lt;br /&gt;
&lt;br /&gt;
The following chart is generated by data from [[User:WinterRose/Morph Data|Avatar's Twitter Feed]] using 2200 data points over 20 months.&lt;br /&gt;
&lt;br /&gt;
[[File:Morph,dataset.png| | | |Morph Success Chart]]&lt;br /&gt;
&lt;br /&gt;
* The Trendline is a linear average of collected data points. &lt;br /&gt;
* Expected values are those based on Pulse's note.&lt;br /&gt;
&lt;br /&gt;
Result: since those two lines are close to one another, we can safely conclude that the data collected is sufficient for a rough chart of acceptable accuracy.&lt;br /&gt;
&lt;br /&gt;
*Raw Data - As of 2/25/2013, I have 99 samples of lv 300 at a 12.12% success rate &lt;br /&gt;
Compiled Data: [[Monty%27s_Morph_Data]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=CMud_Note_Alias&amp;diff=48873</id>
		<title>CMud Note Alias</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=CMud_Note_Alias&amp;diff=48873"/>
		<updated>2013-02-26T13:44:23Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a script for those of you tired of seeing the &amp;quot;80 character&amp;quot; max issue.  Basically you can just type &amp;quot;noteline&amp;quot; and an entire message and it will automatically split it into lines of 80 characters or less and send note + those lines.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;alias name=&amp;quot;noteline&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#var thelinevar {%-1}&lt;br /&gt;
#var templinevar {%replace( @thelinevar, &amp;quot; &amp;quot;, &amp;quot;=&amp;quot;)}&lt;br /&gt;
#var linespam &amp;quot;&amp;quot;&lt;br /&gt;
#var lineword &amp;quot;&amp;quot;&lt;br /&gt;
#var thelinecount 0&lt;br /&gt;
#loop 1,%numwords( @templinevar, &amp;quot;=&amp;quot;) {&lt;br /&gt;
  #var lineword %word( %replace( @templinevar, &amp;quot;=&amp;quot;, &amp;quot; &amp;quot;), %i)&lt;br /&gt;
  #echo @lineword&lt;br /&gt;
  #if %eval( %len( @linespam)+%len( @lineword))&amp;amp;gt;=80 {note + @linespam&lt;br /&gt;
  #var linespam @lineword} {#var linespam %trimleft(%concat(@linespam,&amp;quot; &amp;quot;,@lineword))}&lt;br /&gt;
  }&lt;br /&gt;
#if @linespam=&amp;quot;&amp;quot; {} {note + @linespam&lt;br /&gt;
#var linespam &amp;quot;&amp;quot;}&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/alias&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cmud Scripting]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=CMud_Note_Alias&amp;diff=48872</id>
		<title>CMud Note Alias</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=CMud_Note_Alias&amp;diff=48872"/>
		<updated>2013-02-26T13:44:10Z</updated>

		<summary type="html">&lt;p&gt;Monty: Created page with &amp;quot;This is a script for those of you tired of seeing the &amp;quot;80 character&amp;quot; max issue.  Basically you can just type &amp;quot;noteline&amp;quot; and an entire message and it will automatically split it i...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a script for those of you tired of seeing the &amp;quot;80 character&amp;quot; max issue.  Basically you can just type &amp;quot;noteline&amp;quot; and an entire message and it will automatically split it into lines of 80 characters or less and send note + those lines.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;alias name=&amp;quot;noteline&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#var thelinevar {%-1}&lt;br /&gt;
#var templinevar {%replace( @thelinevar, &amp;quot; &amp;quot;, &amp;quot;=&amp;quot;)}&lt;br /&gt;
#var linespam &amp;quot;&amp;quot;&lt;br /&gt;
#var lineword &amp;quot;&amp;quot;&lt;br /&gt;
#var thelinecount 0&lt;br /&gt;
#loop 1,%numwords( @templinevar, &amp;quot;=&amp;quot;) {&lt;br /&gt;
  #var lineword %word( %replace( @templinevar, &amp;quot;=&amp;quot;, &amp;quot; &amp;quot;), %i)&lt;br /&gt;
  #echo @lineword&lt;br /&gt;
  #if %eval( %len( @linespam)+%len( @lineword))&amp;amp;gt;=80 {note + @linespam&lt;br /&gt;
  #var linespam @lineword} {#var linespam %trimleft(%concat(@linespam,&amp;quot; &amp;quot;,@lineword))}&lt;br /&gt;
  }&lt;br /&gt;
#if @linespam=&amp;quot;&amp;quot; {} {note + @linespam&lt;br /&gt;
#var linespam &amp;quot;&amp;quot;}&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/alias&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:CMud Scripting]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=CMud_Bld_Kill_Trigger&amp;diff=48871</id>
		<title>CMud Bld Kill Trigger</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=CMud_Bld_Kill_Trigger&amp;diff=48871"/>
		<updated>2013-02-26T12:59:38Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a kill trigger exclusively for anyone who initiates with sneak attack.  It will attempt to sneak attack, but if the mob is too hurt for it, automatically try to kill.  Please keep in mind that it's very basic and you can utilize this more effectively by tracking your class on login then use:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#if %ismember(%lower(@myclass),&amp;quot;rog|bld|asn|bci&amp;quot;) {#var target %1;surp %1} {~kill %1}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is a simplified version:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;trigger priority=&amp;quot;3280&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^{@tank|@leader} is killing %1{.| with her mental power}&amp;lt;/pattern&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#var target %1;surp %1&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
  &amp;lt;trigger priority=&amp;quot;5390&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^%1 is hurt and suspicious ... you can't sneak up.&amp;lt;/pattern&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;~kill @target&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
What I personally do is set up a variable called @spunj, and use it to toggle on and off spunj triggers.  The following will set up a toggle button to turn your spunj on and off:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;button type=&amp;quot;Gauge&amp;quot; autosize=&amp;quot;false&amp;quot; width=&amp;quot;60&amp;quot; height=&amp;quot;23&amp;quot; autopos=&amp;quot;false&amp;quot; left=&amp;quot;183&amp;quot; toolbar=&amp;quot;0&amp;quot; color=&amp;quot;aqua&amp;quot; gaugelowcol=&amp;quot;red&amp;quot; gaugebackcol=&amp;quot;#F0F0F0&amp;quot; priority=&amp;quot;3308&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;caption&amp;gt;Spunj&amp;lt;/caption&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#if @spunj=0 {#var spunj 1 0} {#var spunj 0 0}&amp;lt;/value&amp;gt;&lt;br /&gt;
    &amp;lt;expr&amp;gt;@spunj&amp;lt;/expr&amp;gt;&lt;br /&gt;
    &amp;lt;gaugemax&amp;gt;1&amp;lt;/gaugemax&amp;gt;&lt;br /&gt;
  &amp;lt;/button&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once you have a toggle, you can insert this into your trigger to activate/deactivate:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#if @spunj=0 {#exit} {}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, all my kill triggers do NOT fire if I'm currently lagged for more than 2 seconds.  This prevents double triggering and mistargetting which is especially useful for smaller characters.  It's a bit more complex and requires you to track your prompt and lag with a built in alarm timer so that's for more advanced users.&lt;br /&gt;
&lt;br /&gt;
[[Category:Bladedancers]]&lt;br /&gt;
[[Category:Cmud_Scripting]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=CMud_Bld_Kill_Trigger&amp;diff=48870</id>
		<title>CMud Bld Kill Trigger</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=CMud_Bld_Kill_Trigger&amp;diff=48870"/>
		<updated>2013-02-26T12:58:26Z</updated>

		<summary type="html">&lt;p&gt;Monty: Created page with &amp;quot;This is a kill trigger exclusively for anyone who initiates with sneak attack.  It will attempt to sneak attack, but if the mob is too hurt for it, automatically try to kill.  Pl...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a kill trigger exclusively for anyone who initiates with sneak attack.  It will attempt to sneak attack, but if the mob is too hurt for it, automatically try to kill.  Please keep in mind that it's very basic and you can utilize this more effectively by tracking your class on login then use:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#if %ismember(%lower(@myclass),&amp;quot;rog|bld|asn|bci&amp;quot;) {#var target %1;surp %1} {~kill %1}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is a simplified version:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;trigger priority=&amp;quot;3280&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^{@tank|@leader} is killing %1{.| with her mental power}&amp;lt;/pattern&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#var target %1;surp %1&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
  &amp;lt;trigger priority=&amp;quot;5390&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pattern&amp;gt;^%1 is hurt and suspicious ... you can't sneak up.&amp;lt;/pattern&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;~kill @target&amp;lt;/value&amp;gt;&lt;br /&gt;
  &amp;lt;/trigger&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
What I personally do is set up a variable called @spunj, and use it to toggle on and off spunj triggers.  The following will set up a toggle button to turn your spunj on and off:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;cmud&amp;gt;&lt;br /&gt;
  &amp;lt;button type=&amp;quot;Gauge&amp;quot; autosize=&amp;quot;false&amp;quot; width=&amp;quot;60&amp;quot; height=&amp;quot;23&amp;quot; autopos=&amp;quot;false&amp;quot; left=&amp;quot;183&amp;quot; toolbar=&amp;quot;0&amp;quot; color=&amp;quot;aqua&amp;quot; gaugelowcol=&amp;quot;red&amp;quot; gaugebackcol=&amp;quot;#F0F0F0&amp;quot; priority=&amp;quot;3308&amp;quot; copy=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;caption&amp;gt;Spunj&amp;lt;/caption&amp;gt;&lt;br /&gt;
    &amp;lt;value&amp;gt;#if @spunj=0 {#var spunj 1 0} {#var spunj 0 0}&amp;lt;/value&amp;gt;&lt;br /&gt;
    &amp;lt;expr&amp;gt;@spunj&amp;lt;/expr&amp;gt;&lt;br /&gt;
    &amp;lt;gaugemax&amp;gt;1&amp;lt;/gaugemax&amp;gt;&lt;br /&gt;
  &amp;lt;/button&amp;gt;&lt;br /&gt;
&amp;lt;/cmud&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once you have a toggle, you can insert this into your trigger to activate/deactivate:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#if @spunj=0 {#exit} {}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, all my kill triggers do NOT fire if I'm currently lagged for more than 2 seconds.  This prevents double triggering and mistargetting which is especially useful for smaller characters.  It's a bit more complex and requires you to track your prompt and lag with a built in alarm timer so that's for more advanced users.&lt;br /&gt;
&lt;br /&gt;
[[Category:Bladedancers]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Lord_Questpoint_(QP)_Runes&amp;diff=48869</id>
		<title>Lord Questpoint (QP) Runes</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Lord_Questpoint_(QP)_Runes&amp;diff=48869"/>
		<updated>2013-02-26T09:52:41Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Since October 15, 2011, certain gear runs contain mobs that have runes that can be traded into Prenethia (at Thorngate, teleable) for questpoints.  These runes are reboot only.&lt;br /&gt;
&lt;br /&gt;
The amount of QPs are listed below.  They are separated into how much qp they are worth, then alphabetically.  Known rune locations have been documented. The info in parentheses show the notable gear run/area where the mob is present.&lt;br /&gt;
&lt;br /&gt;
As of 12/26/2013, these are confirmed by players:&lt;br /&gt;
&lt;br /&gt;
'''2 Questpoints'''&lt;br /&gt;
&lt;br /&gt;
'''5 Questpoints'''&lt;br /&gt;
*Disease - Imix, lord of the fire elementals. ([[Sceptre of Blazing Fury]]) (Confirmed 5qp by Tammo)&lt;br /&gt;
*Fire - Imix, lord of the fire elementals. (Confirmed 5qp by Tammo)&lt;br /&gt;
*Insanity - [[Orius the Windprince]]. ([[Gold Belly Chain]]) (Confirmed 5qp by Tammo)&lt;br /&gt;
*Pain - [[Orius the Windprince]]. (Confirmed 5qp by Tammo)&lt;br /&gt;
&lt;br /&gt;
'''10 Questpoints'''&lt;br /&gt;
*Despair - Githyanki Warlock ([[Silver Chestplate]]) (Confirmed 10qp by Tammo)&lt;br /&gt;
*Destruction - Githyanki Warlock (Confirmed 10qp by Tammo)&lt;br /&gt;
*Enslavement - Githyanki Warlock (Confirmed 10qp by Tammo)&lt;br /&gt;
&lt;br /&gt;
'''Exp Tokens'''&lt;br /&gt;
*Blood - [[Lord Gith]] ([[Crown Of Wire And Broken Glass]]) (Confirmed 100exp by Monty)&lt;br /&gt;
*Influence (Confirmed 200xp by Monty)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
'''Unconfirmed:'''&lt;br /&gt;
*Apathy - [[Ice Efreet]] room&lt;br /&gt;
*Chaos - statue of Anthraxus ([[Stone Wings]])&lt;br /&gt;
*Charm - an elemental consort ([[Elemental Earth Ring]])&lt;br /&gt;
*Corruption&lt;br /&gt;
*Darkness &lt;br /&gt;
*Drought &lt;br /&gt;
*Entropy - an elemental consort&lt;br /&gt;
*Fatigue - The Burning Phoenix. ([[Phoenix-Feather Greaves]])&lt;br /&gt;
*Fear &lt;br /&gt;
*Ice - [[Ice Efreet]]&lt;br /&gt;
*Misfortune - [[Lord Gith]] ([[Crown Of Wire And Broken Glass]])&lt;br /&gt;
*Obfuscation - statue of Anthraxus ([[Stone Wings]])&lt;br /&gt;
*Power - Finn (detour on [[Ruling Glyph]] run)&lt;br /&gt;
*Regeneration - The Burning Phoenix.&lt;br /&gt;
*Silence - [[Lord Gith]] ([[Crown Of Wire And Broken Glass]])&lt;br /&gt;
*Vengeance - [[Ice Efreet]] room&lt;br /&gt;
*Wrath - Finn (detour on [[Ruling Glyph]] run)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Known other locations or clues ==&lt;br /&gt;
&lt;br /&gt;
These mobs also carry qp runes, but I don't know which ones in the above list.&lt;br /&gt;
&lt;br /&gt;
*[[Emissary Of The Mindflayers]] (in the Githzerai Keep)&lt;br /&gt;
* The last clue is: &amp;quot;And finally, this ancient statue stands in a circle of bloody suns though has  never actually seen the sun itself.&amp;quot; - I think this is a statue in Noctopia, on the [[Black Widow Bodice]] run, but not sure.&lt;br /&gt;
[[Category:Lord Gear]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Lord_Questpoint_(QP)_Runes&amp;diff=48868</id>
		<title>Lord Questpoint (QP) Runes</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Lord_Questpoint_(QP)_Runes&amp;diff=48868"/>
		<updated>2013-02-26T09:50:39Z</updated>

		<summary type="html">&lt;p&gt;Monty: Reformatted to separate confirmed and unconfirmed pieces.  Please update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Since October 15, 2011, certain gear runs contain mobs that have runes that can be traded into Prenethia (at Thorngate, teleable) for questpoints.  These runes are reboot only.&lt;br /&gt;
&lt;br /&gt;
The amount of QPs are listed below.  They are separated into how much qp they are worth, then alphabetically.  Known rune locations have been documented. The info in parentheses show the notable gear run/area where the mob is present.&lt;br /&gt;
&lt;br /&gt;
As of 12/26/2013, these are confirmed by players:&lt;br /&gt;
&lt;br /&gt;
'''2 Questpoints'''&lt;br /&gt;
&lt;br /&gt;
'''5 Questpoints'''&lt;br /&gt;
*Disease - Imix, lord of the fire elementals. ([[Sceptre of Blazing Fury]]) (Confirmed 5qp by Tammo)&lt;br /&gt;
*Fire - Imix, lord of the fire elementals. (Confirmed 5qp by Tammo)&lt;br /&gt;
*Insanity - [[Orius the Windprince]]. ([[Gold Belly Chain]]) (Confirmed 5qp by Tammo)&lt;br /&gt;
*Pain - [[Orius the Windprince]]. (Confirmed 5qp by Tammo)&lt;br /&gt;
&lt;br /&gt;
'''10 Questpoints'''&lt;br /&gt;
*Despair - Githyanki Warlock ([[Silver Chestplate]]) (Confirmed 10qp by Tammo)&lt;br /&gt;
*Destruction - Githyanki Warlock (Confirmed 10qp by Tammo)&lt;br /&gt;
*Enslavement - Githyanki Warlock (Confirmed 10qp by Tammo)&lt;br /&gt;
&lt;br /&gt;
'''Exp Tokens'''&lt;br /&gt;
*Blood - [[Lord Gith]] ([[Crown Of Wire And Broken Glass]]) (Confirmed 100exp by Monty)&lt;br /&gt;
*Influence (Confirmed 200xp by Monty)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Unconfirmed:&lt;br /&gt;
*Apathy - [[Ice Efreet]] room&lt;br /&gt;
*Chaos - statue of Anthraxus ([[Stone Wings]])&lt;br /&gt;
*Charm - an elemental consort ([[Elemental Earth Ring]])&lt;br /&gt;
*Corruption&lt;br /&gt;
*Darkness &lt;br /&gt;
*Drought &lt;br /&gt;
*Entropy - an elemental consort&lt;br /&gt;
*Fatigue - The Burning Phoenix. ([[Phoenix-Feather Greaves]])&lt;br /&gt;
*Fear &lt;br /&gt;
*Ice - [[Ice Efreet]]&lt;br /&gt;
*Misfortune - [[Lord Gith]] ([[Crown Of Wire And Broken Glass]])&lt;br /&gt;
*Obfuscation - statue of Anthraxus ([[Stone Wings]])&lt;br /&gt;
*Power - Finn (detour on [[Ruling Glyph]] run)&lt;br /&gt;
*Regeneration - The Burning Phoenix.&lt;br /&gt;
*Silence - [[Lord Gith]] ([[Crown Of Wire And Broken Glass]])&lt;br /&gt;
*Vengeance - [[Ice Efreet]] room&lt;br /&gt;
*Wrath - Finn (detour on [[Ruling Glyph]] run)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Known other locations or clues ==&lt;br /&gt;
&lt;br /&gt;
These mobs also carry qp runes, but I don't know which ones in the above list.&lt;br /&gt;
&lt;br /&gt;
*[[Emissary Of The Mindflayers]] (in the Githzerai Keep)&lt;br /&gt;
* The last clue is: &amp;quot;And finally, this ancient statue stands in a circle of bloody suns though has  never actually seen the sun itself.&amp;quot; - I think this is a statue in Noctopia, on the [[Black Widow Bodice]] run, but not sure.&lt;br /&gt;
[[Category:Lord Gear]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Lord_Questpoint_(QP)_Runes&amp;diff=48867</id>
		<title>Lord Questpoint (QP) Runes</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Lord_Questpoint_(QP)_Runes&amp;diff=48867"/>
		<updated>2013-02-26T09:44:47Z</updated>

		<summary type="html">&lt;p&gt;Monty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Since October 15, 2011, certain gear runs contain mobs that have runes that can be traded into Prenethia (at Thorngate, teleable) for questpoints.  These runes are reboot only.&lt;br /&gt;
&lt;br /&gt;
The amount of QPs are listed below.  They are separated into how much qp they are worth, then alphabetically.  Known rune locations have been documented. The info in parentheses show the notable gear run/area where the mob is present.&lt;br /&gt;
&lt;br /&gt;
'''5 Questpoints'''&lt;br /&gt;
*Chaos - statue of Anthraxus ([[Stone Wings]])&lt;br /&gt;
*Charm - an elemental consort ([[Elemental Earth Ring]])&lt;br /&gt;
*Darkness &lt;br /&gt;
*Despair - Githyanki Warlock ([[Silver Chestplate]]) (Confirmed 10qp by Tammo)&lt;br /&gt;
*Destruction - Githyanki Warlock (Confirmed 10qp by Tammo)&lt;br /&gt;
*Drought &lt;br /&gt;
*Enslavement - Githyanki Warlock (Confirmed 10qp by Tammo)&lt;br /&gt;
*Entropy - an elemental consort&lt;br /&gt;
*Fatigue - The Burning Phoenix. ([[Phoenix-Feather Greaves]])&lt;br /&gt;
*Fear &lt;br /&gt;
*Insanity - [[Orius the Windprince]]. ([[Gold Belly Chain]]) (Confirmed 5qp by Tammo)&lt;br /&gt;
*Obfuscation - statue of Anthraxus ([[Stone Wings]])&lt;br /&gt;
*Pain - [[Orius the Windprince]]. (Confirmed 5qp by Tammo)&lt;br /&gt;
*Regeneration - The Burning Phoenix.&lt;br /&gt;
&lt;br /&gt;
'''2 Questpoints'''&lt;br /&gt;
*Apathy - [[Ice Efreet]] room&lt;br /&gt;
*Blood - [[Lord Gith]] ([[Crown Of Wire And Broken Glass]]) as of 2/20/2013, this gives 100 exp.&lt;br /&gt;
*Corruption&lt;br /&gt;
*Disease - Imix, lord of the fire elementals. ([[Sceptre of Blazing Fury]]) (Confirmed 5qp by Tammo)&lt;br /&gt;
*Fire - Imix, lord of the fire elementals. (Confirmed 5qp by Tammo)&lt;br /&gt;
*Ice - [[Ice Efreet]]&lt;br /&gt;
*Influence (200xp)&lt;br /&gt;
*Misfortune - [[Lord Gith]] ([[Crown Of Wire And Broken Glass]])&lt;br /&gt;
*Power - Finn (detour on [[Ruling Glyph]] run)&lt;br /&gt;
*Silence - [[Lord Gith]] ([[Crown Of Wire And Broken Glass]])&lt;br /&gt;
*Vengeance - [[Ice Efreet]] room&lt;br /&gt;
*Wrath - Finn (detour on [[Ruling Glyph]] run)&lt;br /&gt;
&lt;br /&gt;
== Known other locations or clues ==&lt;br /&gt;
&lt;br /&gt;
These mobs also carry qp runes, but I don't know which ones in the above list.&lt;br /&gt;
&lt;br /&gt;
*[[Emissary Of The Mindflayers]] (in the Githzerai Keep)&lt;br /&gt;
* The last clue is: &amp;quot;And finally, this ancient statue stands in a circle of bloody suns though has  never actually seen the sun itself.&amp;quot; - I think this is a statue in Noctopia, on the [[Black Widow Bodice]] run, but not sure.&lt;br /&gt;
[[Category:Lord Gear]]&lt;/div&gt;</summary>
		<author><name>Monty</name></author>
		
	</entry>
</feed>