Difference between revisions of "Virindi Chat System 5"

From VirindiPlugins
Jump to: navigation, search
(Created page with 'Virindi Chat System 5 is a filtering plugin for text in the AC chatboxes. It allows you to define rules that specify where matching text will go, and what color it will become. T...')
 
Line 2: Line 2:
  
 
[[file:Virindi Chat System 5 Screenshot.png]]
 
[[file:Virindi Chat System 5 Screenshot.png]]
 +
 +
 +
Let's say for instance you wanted to change the color of anytime someone said your name.
 +
 +
In this example we are going to use the character name Dragonrider.
 +
 +
Change to: Color you want it output to.
 +
 +
Action: 0
 +
 +
Windows: 1 (For the first chat window, not the primary)
 +
 +
Pattern Color: Any
 +
 +
Pattern Text: .* says, ".*[dD]ragonrider.*" (Will work for all chat channels and area chat)
 +
 +
Pattern Text: .* tells you, ".*[dD]ragonrider.*" (Will work for direct tells)
 +
 +
Use RegEx needs to be checked for this example to work.
 +
 +
Click Save to Save it.

Revision as of 14:13, 29 May 2010

Virindi Chat System 5 is a filtering plugin for text in the AC chatboxes. It allows you to define rules that specify where matching text will go, and what color it will become. These rules apply not only to AC's text, but also to the text output of all Virindi Plugin Bundle plugins.

Virindi Chat System 5 Screenshot.png


Let's say for instance you wanted to change the color of anytime someone said your name.

In this example we are going to use the character name Dragonrider.

Change to: Color you want it output to.

Action: 0

Windows: 1 (For the first chat window, not the primary)

Pattern Color: Any

Pattern Text: .* says, ".*[dD]ragonrider.*" (Will work for all chat channels and area chat)

Pattern Text: .* tells you, ".*[dD]ragonrider.*" (Will work for direct tells)

Use RegEx needs to be checked for this example to work.

Click Save to Save it.