Difference between revisions of "Mudlet"

From Hellmoo Wiki Archive
Jump to navigation Jump to search
imported>Goatmale
imported>Goatmale
Line 1: Line 1:
Mudlet can be configured to work nicely with Hellmoo. Covered here is setting up a tabbed client using
== Mudlet ==
 
Mudlet rules, this guide will help you make mudlet work more.
 
== Setting up Triggers ==
 
1) Download the XML file from h t t p://forums.mudlet.org/viewtopic.php?f=6&t=3163 YATCO 2.3 thread on the YATCO-23 forums
 
2) Open Mudlet and select the "trigger icon"
 
3) Click the down green arrow "import" and import the YATCO-2.3 file that you downloaded.
 
4) With triggers selected, from the tree view in mudlet, expand YATCO-23 > Demonnic > Tabbed Chat > And create a new item for each tab you would like to create. Make sure to select the "beginning of line sub string" option.
 
5) In the whitespace below where the triggers are defined, you must enter demonnic.chat:append("tf2net") where tf2net is the tab we will define in the next step.
 
 
== Configuring YATCO settings ==
 
Your triggers will do nothing until you configure YATCO
 
1) Select the "Scripts" icon.
 
2) With scripts selected, from the tree view in mudlet, expand YATCO-23 > Demonnic > Tabbed Chat
 
3) Scroll down until you see the line demonnic.chat.config.channels = {
 
4) Edit the lines so they match all of the triggers you defined. See the example below. It's probably case sensitive, so make sure it's setup the same as what you put in the trigger line. (IE. if you put '''demonnic.chat:append("tf2net")''' line make sure there is a line for '''"tf2net",''' in the config.)
<pre>demonnic.chat.config.channels = {
  "All",
  "Corp",
  "Chatnet",
  "movienet",
  "tradenet",
  "zotnet",
  "playnet",
  "tf2net",
}</pre>
 
Goatmale - 2016

Revision as of 01:39, 29 March 2016

Mudlet

Mudlet rules, this guide will help you make mudlet work more.

Setting up Triggers

1) Download the XML file from h t t p://forums.mudlet.org/viewtopic.php?f=6&t=3163 YATCO 2.3 thread on the YATCO-23 forums

2) Open Mudlet and select the "trigger icon"

3) Click the down green arrow "import" and import the YATCO-2.3 file that you downloaded.

4) With triggers selected, from the tree view in mudlet, expand YATCO-23 > Demonnic > Tabbed Chat > And create a new item for each tab you would like to create. Make sure to select the "beginning of line sub string" option.

5) In the whitespace below where the triggers are defined, you must enter demonnic.chat:append("tf2net") where tf2net is the tab we will define in the next step.


Configuring YATCO settings

Your triggers will do nothing until you configure YATCO

1) Select the "Scripts" icon.

2) With scripts selected, from the tree view in mudlet, expand YATCO-23 > Demonnic > Tabbed Chat

3) Scroll down until you see the line demonnic.chat.config.channels = {

4) Edit the lines so they match all of the triggers you defined. See the example below. It's probably case sensitive, so make sure it's setup the same as what you put in the trigger line. (IE. if you put demonnic.chat:append("tf2net") line make sure there is a line for "tf2net", in the config.)

demonnic.chat.config.channels = {
  "All",
  "Corp",
  "Chatnet",
  "movienet",
  "tradenet",
  "zotnet",
  "playnet",
  "tf2net",
}

Goatmale - 2016