<?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=Feenom</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=Feenom"/>
	<link rel="alternate" type="text/html" href="http://govbanned.info/index.php/Special:Contributions/Feenom"/>
	<updated>2026-04-04T07:34:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45613</id>
		<title>Lua Scripting for Mudlet</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45613"/>
		<updated>2011-12-04T08:25:55Z</updated>

		<summary type="html">&lt;p&gt;Feenom: moved Lua Scripting to Lua Scripting for Mudlet: It's really Mudlet specific&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Basic Info==&lt;br /&gt;
Lua is used by many game engines such as World of Warcraft. It lets you create custom UI.&lt;br /&gt;
&lt;br /&gt;
Mudlet (www.mudlet.org) is an open source mud client that works on PC and Mac that uses it. It's forum has links to help pages for Mudlet and Lua and RegEx.&lt;br /&gt;
&lt;br /&gt;
==Screenshot==&lt;br /&gt;
Bear in mind the gauges and tabs you see are not part of the default client. They are custom UI from this package.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Avatar Mudlet Feenom Screenshot.png|600px|thumb|center|screenshot]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Mudlet Package files==&lt;br /&gt;
I had to link it externally.&amp;lt;br&amp;gt;&lt;br /&gt;
#Download the file, extract the 3 XML files.&lt;br /&gt;
#Open Mudlet. Load a Profile.&lt;br /&gt;
#Click on Package Manager and Install each one&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
forums.mudlet.org/download/file.php?id=657&lt;br /&gt;
&lt;br /&gt;
==Associated Configs and Mud Side Aliases==&lt;br /&gt;
'''Configs&amp;lt;br&amp;gt;&lt;br /&gt;
conf -blank&amp;lt;br&amp;gt;&lt;br /&gt;
prompt &amp;lt;-|BR|%h/%Hhp |BG|%m/%Mmp |BW|%v/%Vmv&amp;lt;br&amp;gt;&lt;br /&gt;
prompt2 |BP| %a |BB|%Ttnl|N|-&amp;gt; &amp;lt;|BC|%w/%W|N|&amp;gt;%n&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Aliases&amp;lt;br&amp;gt;&lt;br /&gt;
alias r rescue %1&amp;lt;br&amp;gt;&lt;br /&gt;
alias in inspect %1&amp;lt;br&amp;gt;&lt;br /&gt;
alias wowo open wooden:get all wooden:drop wooden:sac wooden:inspect lockbox&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Script Explanations==&lt;br /&gt;
There are a few major components, that will be explained at this point. The rest can be figured out by inspection.&amp;lt;br&amp;gt;&lt;br /&gt;
* Chat - takes all communications and puts it into separate tabs on the right: tell, group, public&lt;br /&gt;
* Prompt - makes visual stat and progress gauges and removes the constant prompts&lt;br /&gt;
* Auto Rescue - maintains and lets you manage the Rescue List&lt;br /&gt;
** local commands: ar on, ar off, ar add ____, ar remove ____, ar show, ar clear&lt;br /&gt;
** triggered commands from group tell: gt add me, gt remove me&lt;br /&gt;
* Run Triggers&lt;br /&gt;
* Spell Bot - a mid run spell bot. not comprehensive&lt;br /&gt;
** local commands: sb on, sb off&lt;br /&gt;
** currently does by tell: sanc, frenzy, cd, cp, cb, pp ___, nex ___&lt;br /&gt;
* Lockboxes - untraps, picks, loots, and sacrifices all lockboxes in inventory&lt;br /&gt;
&lt;br /&gt;
==For Help or Bugs==&lt;br /&gt;
Message [[User:Feenom|Feenom]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Scripting]]&lt;/div&gt;</summary>
		<author><name>Feenom</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Lua_Scripting&amp;diff=45614</id>
		<title>Lua Scripting</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Lua_Scripting&amp;diff=45614"/>
		<updated>2011-12-04T08:25:55Z</updated>

		<summary type="html">&lt;p&gt;Feenom: moved Lua Scripting to Lua Scripting for Mudlet: It's really Mudlet specific&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Lua Scripting for Mudlet]]&lt;/div&gt;</summary>
		<author><name>Feenom</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45612</id>
		<title>Lua Scripting for Mudlet</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45612"/>
		<updated>2011-12-04T08:24:50Z</updated>

		<summary type="html">&lt;p&gt;Feenom: /* For Help */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Basic Info==&lt;br /&gt;
Lua is used by many game engines such as World of Warcraft. It lets you create custom UI.&lt;br /&gt;
&lt;br /&gt;
Mudlet (www.mudlet.org) is an open source mud client that works on PC and Mac that uses it. It's forum has links to help pages for Mudlet and Lua and RegEx.&lt;br /&gt;
&lt;br /&gt;
==Screenshot==&lt;br /&gt;
Bear in mind the gauges and tabs you see are not part of the default client. They are custom UI from this package.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Avatar Mudlet Feenom Screenshot.png|600px|thumb|center|screenshot]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Mudlet Package files==&lt;br /&gt;
I had to link it externally.&amp;lt;br&amp;gt;&lt;br /&gt;
#Download the file, extract the 3 XML files.&lt;br /&gt;
#Open Mudlet. Load a Profile.&lt;br /&gt;
#Click on Package Manager and Install each one&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
forums.mudlet.org/download/file.php?id=657&lt;br /&gt;
&lt;br /&gt;
==Associated Configs and Mud Side Aliases==&lt;br /&gt;
'''Configs&amp;lt;br&amp;gt;&lt;br /&gt;
conf -blank&amp;lt;br&amp;gt;&lt;br /&gt;
prompt &amp;lt;-|BR|%h/%Hhp |BG|%m/%Mmp |BW|%v/%Vmv&amp;lt;br&amp;gt;&lt;br /&gt;
prompt2 |BP| %a |BB|%Ttnl|N|-&amp;gt; &amp;lt;|BC|%w/%W|N|&amp;gt;%n&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Aliases&amp;lt;br&amp;gt;&lt;br /&gt;
alias r rescue %1&amp;lt;br&amp;gt;&lt;br /&gt;
alias in inspect %1&amp;lt;br&amp;gt;&lt;br /&gt;
alias wowo open wooden:get all wooden:drop wooden:sac wooden:inspect lockbox&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Script Explanations==&lt;br /&gt;
There are a few major components, that will be explained at this point. The rest can be figured out by inspection.&amp;lt;br&amp;gt;&lt;br /&gt;
* Chat - takes all communications and puts it into separate tabs on the right: tell, group, public&lt;br /&gt;
* Prompt - makes visual stat and progress gauges and removes the constant prompts&lt;br /&gt;
* Auto Rescue - maintains and lets you manage the Rescue List&lt;br /&gt;
** local commands: ar on, ar off, ar add ____, ar remove ____, ar show, ar clear&lt;br /&gt;
** triggered commands from group tell: gt add me, gt remove me&lt;br /&gt;
* Run Triggers&lt;br /&gt;
* Spell Bot - a mid run spell bot. not comprehensive&lt;br /&gt;
** local commands: sb on, sb off&lt;br /&gt;
** currently does by tell: sanc, frenzy, cd, cp, cb, pp ___, nex ___&lt;br /&gt;
* Lockboxes - untraps, picks, loots, and sacrifices all lockboxes in inventory&lt;br /&gt;
&lt;br /&gt;
==For Help or Bugs==&lt;br /&gt;
Message [[User:Feenom|Feenom]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Scripting]]&lt;/div&gt;</summary>
		<author><name>Feenom</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45611</id>
		<title>Lua Scripting for Mudlet</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45611"/>
		<updated>2011-12-04T08:15:20Z</updated>

		<summary type="html">&lt;p&gt;Feenom: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Basic Info==&lt;br /&gt;
Lua is used by many game engines such as World of Warcraft. It lets you create custom UI.&lt;br /&gt;
&lt;br /&gt;
Mudlet (www.mudlet.org) is an open source mud client that works on PC and Mac that uses it. It's forum has links to help pages for Mudlet and Lua and RegEx.&lt;br /&gt;
&lt;br /&gt;
==Screenshot==&lt;br /&gt;
Bear in mind the gauges and tabs you see are not part of the default client. They are custom UI from this package.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Avatar Mudlet Feenom Screenshot.png|600px|thumb|center|screenshot]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Mudlet Package files==&lt;br /&gt;
I had to link it externally.&amp;lt;br&amp;gt;&lt;br /&gt;
#Download the file, extract the 3 XML files.&lt;br /&gt;
#Open Mudlet. Load a Profile.&lt;br /&gt;
#Click on Package Manager and Install each one&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
forums.mudlet.org/download/file.php?id=657&lt;br /&gt;
&lt;br /&gt;
==Associated Configs and Mud Side Aliases==&lt;br /&gt;
'''Configs&amp;lt;br&amp;gt;&lt;br /&gt;
conf -blank&amp;lt;br&amp;gt;&lt;br /&gt;
prompt &amp;lt;-|BR|%h/%Hhp |BG|%m/%Mmp |BW|%v/%Vmv&amp;lt;br&amp;gt;&lt;br /&gt;
prompt2 |BP| %a |BB|%Ttnl|N|-&amp;gt; &amp;lt;|BC|%w/%W|N|&amp;gt;%n&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Aliases&amp;lt;br&amp;gt;&lt;br /&gt;
alias r rescue %1&amp;lt;br&amp;gt;&lt;br /&gt;
alias in inspect %1&amp;lt;br&amp;gt;&lt;br /&gt;
alias wowo open wooden:get all wooden:drop wooden:sac wooden:inspect lockbox&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Script Explanations==&lt;br /&gt;
There are a few major components, that will be explained at this point. The rest can be figured out by inspection.&amp;lt;br&amp;gt;&lt;br /&gt;
* Chat - takes all communications and puts it into separate tabs on the right: tell, group, public&lt;br /&gt;
* Prompt - makes visual stat and progress gauges and removes the constant prompts&lt;br /&gt;
* Auto Rescue - maintains and lets you manage the Rescue List&lt;br /&gt;
** local commands: ar on, ar off, ar add ____, ar remove ____, ar show, ar clear&lt;br /&gt;
** triggered commands from group tell: gt add me, gt remove me&lt;br /&gt;
* Run Triggers&lt;br /&gt;
* Spell Bot - a mid run spell bot. not comprehensive&lt;br /&gt;
** local commands: sb on, sb off&lt;br /&gt;
** currently does by tell: sanc, frenzy, cd, cp, cb, pp ___, nex ___&lt;br /&gt;
* Lockboxes - untraps, picks, loots, and sacrifices all lockboxes in inventory&lt;br /&gt;
&lt;br /&gt;
==For Help==&lt;br /&gt;
Message [[User:Feenom|Feenom]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Scripting]]&lt;/div&gt;</summary>
		<author><name>Feenom</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45610</id>
		<title>Lua Scripting for Mudlet</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45610"/>
		<updated>2011-12-04T08:12:02Z</updated>

		<summary type="html">&lt;p&gt;Feenom: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Basic Info==&lt;br /&gt;
Lua is used by many game engines such as World of Warcraft. It lets you create custom UI.&lt;br /&gt;
&lt;br /&gt;
Mudlet (www.mudlet.org) is an open source mud client that works on PC and Mac that uses it. It's forum has links to help pages for Mudlet and Lua and RegEx.&lt;br /&gt;
&lt;br /&gt;
==Screenshot==&lt;br /&gt;
Bear in mind the gauges and tabs you see are not part of the default client. They are custom UI from this package.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Avatar Mudlet Feenom Screenshot.png|600px|thumb|center|screenshot]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Mudlet Package files==&lt;br /&gt;
I had to link it externally.&amp;lt;br&amp;gt;&lt;br /&gt;
#Download the file, extract the 3 XML files.&lt;br /&gt;
#Open Mudlet. Load a Profile.&lt;br /&gt;
#Click on Package Manager and Install each one&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
forums.mudlet.org/download/file.php?id=657&lt;br /&gt;
&lt;br /&gt;
==Associated Configs and Mud Side Aliases==&lt;br /&gt;
'''Configs&amp;lt;br&amp;gt;&lt;br /&gt;
conf -blank&amp;lt;br&amp;gt;&lt;br /&gt;
prompt &amp;lt;-|BR|%h/%Hhp |BG|%m/%Mmp |BW|%v/%Vmv&amp;lt;br&amp;gt;&lt;br /&gt;
prompt2 |BP| %a |BB|%Ttnl|N|-&amp;gt; &amp;lt;|BC|%w/%W|N|&amp;gt;%n&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Aliases&amp;lt;br&amp;gt;&lt;br /&gt;
alias r rescue %1&amp;lt;br&amp;gt;&lt;br /&gt;
alias in inspect %1&amp;lt;br&amp;gt;&lt;br /&gt;
alias wowo open wooden:get all wooden:drop wooden:sac wooden:inspect lockbox&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Script Explanations==&lt;br /&gt;
There are a few major components, that will be explained at this point. The rest can be figured out by inspection.&amp;lt;br&amp;gt;&lt;br /&gt;
* Chat - takes all communications and puts it into separate tabs on the right: tell, group, public&lt;br /&gt;
* Prompt - makes visual stat and progress gauges and removes the constant prompts&lt;br /&gt;
* Auto Rescue - maintains and lets you manage the Rescue List&lt;br /&gt;
** local commands: ar on, ar off, ar add ____, ar remove ____, ar show, ar clear&lt;br /&gt;
** triggered commands from group tell: gt add me, gt remove me&lt;br /&gt;
* Run Triggers&lt;br /&gt;
* Spell Bot - a mid run spell bot. not comprehensive&lt;br /&gt;
** local commands: sb on, sb off&lt;br /&gt;
** currently does by tell: sanc, frenzy, cd, cp, cb, pp ___, nex ___&lt;br /&gt;
* Lockboxes - untraps, picks, loots, and sacrifices all lockboxes in inventory&lt;br /&gt;
&lt;br /&gt;
==For Help==&lt;br /&gt;
Message [[User:Feenom|Feenom]]&lt;/div&gt;</summary>
		<author><name>Feenom</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45609</id>
		<title>Lua Scripting for Mudlet</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45609"/>
		<updated>2011-12-04T08:07:42Z</updated>

		<summary type="html">&lt;p&gt;Feenom: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Basic Info==&lt;br /&gt;
Lua is used by many game engines such as World of Warcraft. It lets you create custom UI.&lt;br /&gt;
&lt;br /&gt;
Mudlet (www.mudlet.org) is an open source mud client that works on PC and Mac that uses it. It's forum has links to help pages for Mudlet and Lua and RegEx.&lt;br /&gt;
&lt;br /&gt;
==Screenshot==&lt;br /&gt;
Bear in mind the gauges and tabs you see are not part of the default client. They are custom UI from this package.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Avatar Mudlet Feenom Screenshot.png|600px|thumb|center|screenshot]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Mudlet Package files==&lt;br /&gt;
I had to link it externally.&amp;lt;br&amp;gt;&lt;br /&gt;
#Download the file, extract the 3 XML files.&lt;br /&gt;
#Open Mudlet. Load a Profile.&lt;br /&gt;
#Click on Package Manager and Install each one&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
forums.mudlet.org/download/file.php?id=657&lt;br /&gt;
&lt;br /&gt;
==Associated Configs and Mud Side Aliases==&lt;br /&gt;
&lt;br /&gt;
'''Configs&amp;lt;br&amp;gt;&lt;br /&gt;
conf -blank&amp;lt;br&amp;gt;&lt;br /&gt;
prompt &amp;lt;-|BR|%h/%Hhp |BG|%m/%Mmp |BW|%v/%Vmv&amp;lt;br&amp;gt;&lt;br /&gt;
prompt2 |BP| %a |BB|%Ttnl|N|-&amp;gt; &amp;lt;|BC|%w/%W|N|&amp;gt;%n&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Aliases&amp;lt;br&amp;gt;&lt;br /&gt;
alias r rescue %1&amp;lt;br&amp;gt;&lt;br /&gt;
alias in inspect %1&amp;lt;br&amp;gt;&lt;br /&gt;
alias wowo open wooden:get all wooden:drop wooden:sac wooden:inspect lockbox&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Script Explanations==&lt;br /&gt;
&lt;br /&gt;
There are a few major components, that will be explained at this point. The rest can be figured out by inspection.&amp;lt;br&amp;gt;&lt;br /&gt;
* Chat - takes all communications and puts it into separate tabs on the right: tell, group, public&lt;br /&gt;
* Prompt - makes visual stat and progress gauges and removes the constant prompts&lt;br /&gt;
* Auto Rescue - maintains and lets you manage the Rescue List&lt;br /&gt;
** local commands: ar on, ar off, ar add ____, ar remove ____, ar show, ar clear&lt;br /&gt;
** triggered commands from group tell: gt add me, gt remove me&lt;br /&gt;
* Run Triggers&lt;br /&gt;
* Spell Bot - a mid run spell bot. not comprehensive&lt;br /&gt;
** local commands: sb on, sb off&lt;br /&gt;
** currently does by tell: sanc, frenzy, cd, cp, cb, pp ___, nex ___&lt;br /&gt;
* Lockboxes - untraps, picks, loots, and sacrifices all lockboxes in inventory&lt;/div&gt;</summary>
		<author><name>Feenom</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=File:Avatar_Mudlet_Feenom_Screenshot.png&amp;diff=45608</id>
		<title>File:Avatar Mudlet Feenom Screenshot.png</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=File:Avatar_Mudlet_Feenom_Screenshot.png&amp;diff=45608"/>
		<updated>2011-12-04T08:01:13Z</updated>

		<summary type="html">&lt;p&gt;Feenom: Mudlet Screenshot for Feenom Lua Package&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mudlet Screenshot for Feenom Lua Package&lt;/div&gt;</summary>
		<author><name>Feenom</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45607</id>
		<title>Lua Scripting for Mudlet</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45607"/>
		<updated>2011-12-04T07:56:57Z</updated>

		<summary type="html">&lt;p&gt;Feenom: /* Script Explanations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Basic Info==&lt;br /&gt;
Lua is used by many game engines such as World of Warcraft. It lets you create custom UI.&lt;br /&gt;
&lt;br /&gt;
Mudlet (www.mudlet.org) is an open source mud client that works on PC and Mac that uses it. It's forum has links to help pages for Mudlet and Lua and RegEx.&lt;br /&gt;
&lt;br /&gt;
==Mudlet Package files==&lt;br /&gt;
I had to link it externally.&amp;lt;br&amp;gt;&lt;br /&gt;
#Download the file, extract the 3 XML files.&lt;br /&gt;
#Open Mudlet. Load a Profile.&lt;br /&gt;
#Click on Package Manager and Install each one&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
forums.mudlet.org/download/file.php?id=657&lt;br /&gt;
&lt;br /&gt;
==Associated Configs and Mud Side Aliases==&lt;br /&gt;
&lt;br /&gt;
'''Configs&amp;lt;br&amp;gt;&lt;br /&gt;
conf -blank&amp;lt;br&amp;gt;&lt;br /&gt;
prompt &amp;lt;-|BR|%h/%Hhp |BG|%m/%Mmp |BW|%v/%Vmv&amp;lt;br&amp;gt;&lt;br /&gt;
prompt2 |BP| %a |BB|%Ttnl|N|-&amp;gt; &amp;lt;|BC|%w/%W|N|&amp;gt;%n&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Aliases&amp;lt;br&amp;gt;&lt;br /&gt;
alias r rescue %1&amp;lt;br&amp;gt;&lt;br /&gt;
alias in inspect %1&amp;lt;br&amp;gt;&lt;br /&gt;
alias wowo open wooden:get all wooden:drop wooden:sac wooden:inspect lockbox&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Script Explanations==&lt;br /&gt;
&lt;br /&gt;
There are a few major components, that will be explained at this point. The rest can be figured out by inspection.&amp;lt;br&amp;gt;&lt;br /&gt;
* Chat - takes all communications and puts it into separate tabs on the right: tell, group, public&lt;br /&gt;
* Prompt - makes visual stat and progress gauges and removes the constant prompts&lt;br /&gt;
* Auto Rescue - maintains and lets you manage the Rescue List&lt;br /&gt;
** local commands: ar on, ar off, ar add ____, ar remove ____, ar show, ar clear&lt;br /&gt;
** triggered commands from group tell: gt add me, gt remove me&lt;br /&gt;
* Run Triggers&lt;br /&gt;
* Spell Bot - a mid run spell bot. not comprehensive&lt;br /&gt;
** local commands: sb on, sb off&lt;br /&gt;
** currently does by tell: sanc, frenzy, cd, cp, cb, pp ___, nex ___&lt;br /&gt;
* Lockboxes - untraps, picks, loots, and sacrifices all lockboxes in inventory&lt;/div&gt;</summary>
		<author><name>Feenom</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45606</id>
		<title>Lua Scripting for Mudlet</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45606"/>
		<updated>2011-12-04T07:45:39Z</updated>

		<summary type="html">&lt;p&gt;Feenom: /* Associated Configs and Mud Side Aliases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Basic Info==&lt;br /&gt;
Lua is used by many game engines such as World of Warcraft. It lets you create custom UI.&lt;br /&gt;
&lt;br /&gt;
Mudlet (www.mudlet.org) is an open source mud client that works on PC and Mac that uses it. It's forum has links to help pages for Mudlet and Lua and RegEx.&lt;br /&gt;
&lt;br /&gt;
==Mudlet Package files==&lt;br /&gt;
I had to link it externally.&amp;lt;br&amp;gt;&lt;br /&gt;
#Download the file, extract the 3 XML files.&lt;br /&gt;
#Open Mudlet. Load a Profile.&lt;br /&gt;
#Click on Package Manager and Install each one&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
forums.mudlet.org/download/file.php?id=657&lt;br /&gt;
&lt;br /&gt;
==Associated Configs and Mud Side Aliases==&lt;br /&gt;
&lt;br /&gt;
'''Configs&amp;lt;br&amp;gt;&lt;br /&gt;
conf -blank&amp;lt;br&amp;gt;&lt;br /&gt;
prompt &amp;lt;-|BR|%h/%Hhp |BG|%m/%Mmp |BW|%v/%Vmv&amp;lt;br&amp;gt;&lt;br /&gt;
prompt2 |BP| %a |BB|%Ttnl|N|-&amp;gt; &amp;lt;|BC|%w/%W|N|&amp;gt;%n&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Aliases&amp;lt;br&amp;gt;&lt;br /&gt;
alias r rescue %1&amp;lt;br&amp;gt;&lt;br /&gt;
alias in inspect %1&amp;lt;br&amp;gt;&lt;br /&gt;
alias wowo open wooden:get all wooden:drop wooden:sac wooden:inspect lockbox&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Script Explanations==&lt;/div&gt;</summary>
		<author><name>Feenom</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45605</id>
		<title>Lua Scripting for Mudlet</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45605"/>
		<updated>2011-12-04T07:39:25Z</updated>

		<summary type="html">&lt;p&gt;Feenom: /* Mudlet Package files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Basic Info==&lt;br /&gt;
Lua is used by many game engines such as World of Warcraft. It lets you create custom UI.&lt;br /&gt;
&lt;br /&gt;
Mudlet (www.mudlet.org) is an open source mud client that works on PC and Mac that uses it. It's forum has links to help pages for Mudlet and Lua and RegEx.&lt;br /&gt;
&lt;br /&gt;
==Mudlet Package files==&lt;br /&gt;
I had to link it externally.&amp;lt;br&amp;gt;&lt;br /&gt;
#Download the file, extract the 3 XML files.&lt;br /&gt;
#Open Mudlet. Load a Profile.&lt;br /&gt;
#Click on Package Manager and Install each one&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
forums.mudlet.org/download/file.php?id=657&lt;br /&gt;
&lt;br /&gt;
==Associated Configs and Mud Side Aliases==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Script Explanations==&lt;/div&gt;</summary>
		<author><name>Feenom</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=File:Feenom_Mudlet_Lua_Packages.txt&amp;diff=45604</id>
		<title>File:Feenom Mudlet Lua Packages.txt</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=File:Feenom_Mudlet_Lua_Packages.txt&amp;diff=45604"/>
		<updated>2011-12-04T07:20:59Z</updated>

		<summary type="html">&lt;p&gt;Feenom: uploaded a new version of &amp;amp;quot;File:Feenom Mudlet Lua Packages.txt&amp;amp;quot;: saved zip as txt first hoping to make it work when renamed after downloaded&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lua Aliases Triggers Scripts for import into Mudlet&lt;/div&gt;</summary>
		<author><name>Feenom</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45603</id>
		<title>Lua Scripting for Mudlet</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45603"/>
		<updated>2011-12-04T07:14:42Z</updated>

		<summary type="html">&lt;p&gt;Feenom: /* Mudlet Package files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Basic Info==&lt;br /&gt;
Lua is used by many game engines such as World of Warcraft. It lets you create custom UI.&lt;br /&gt;
&lt;br /&gt;
Mudlet (www.mudlet.org) is an open source mud client that works on PC and Mac that uses it. It's forum has links to help pages for Mudlet and Lua and RegEx.&lt;br /&gt;
&lt;br /&gt;
==Mudlet Package files==&lt;br /&gt;
have to save and rename the file linked below as a zip.&amp;lt;br&amp;gt;&lt;br /&gt;
the wiki wouldn't allow for uploading the XML, nor was zip an allowed file type.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Feenom_Mudlet_Lua_Packages.txt]]&lt;br /&gt;
&lt;br /&gt;
==Associated Configs and Mud Side Aliases==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Script Explanations==&lt;/div&gt;</summary>
		<author><name>Feenom</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=File:Feenom_Mudlet_Lua_Packages.txt&amp;diff=45602</id>
		<title>File:Feenom Mudlet Lua Packages.txt</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=File:Feenom_Mudlet_Lua_Packages.txt&amp;diff=45602"/>
		<updated>2011-12-04T07:09:55Z</updated>

		<summary type="html">&lt;p&gt;Feenom: Lua Aliases Triggers Scripts for import into Mudlet&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lua Aliases Triggers Scripts for import into Mudlet&lt;/div&gt;</summary>
		<author><name>Feenom</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45601</id>
		<title>Lua Scripting for Mudlet</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45601"/>
		<updated>2011-12-04T06:43:54Z</updated>

		<summary type="html">&lt;p&gt;Feenom: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Basic Info==&lt;br /&gt;
Lua is used by many game engines such as World of Warcraft. It lets you create custom UI.&lt;br /&gt;
&lt;br /&gt;
Mudlet (www.mudlet.org) is an open source mud client that works on PC and Mac that uses it. It's forum has links to help pages for Mudlet and Lua and RegEx.&lt;br /&gt;
&lt;br /&gt;
==Mudlet Package files==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Associated Configs and Mud Side Aliases==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Script Explanations==&lt;/div&gt;</summary>
		<author><name>Feenom</name></author>
		
	</entry>
	<entry>
		<id>http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45600</id>
		<title>Lua Scripting for Mudlet</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Lua_Scripting_for_Mudlet&amp;diff=45600"/>
		<updated>2011-12-04T06:35:13Z</updated>

		<summary type="html">&lt;p&gt;Feenom: Created page with &amp;quot;Lua is used by many game engines such as World of Warcraft. It lets you create custom UI.  Mudlet (www.mudlet.org) is an open source mud client that works on PC and Mac that uses...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lua is used by many game engines such as World of Warcraft. It lets you create custom UI.&lt;br /&gt;
&lt;br /&gt;
Mudlet (www.mudlet.org) is an open source mud client that works on PC and Mac that uses it. It's forum has links to help pages for Mudlet and Lua and RegEx.&lt;br /&gt;
&lt;br /&gt;
Below are several Mudlet Package files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of configs and mud side aliases they assume&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
An explanation of the various scripts&lt;/div&gt;</summary>
		<author><name>Feenom</name></author>
		
	</entry>
</feed>