Difference between revisions of "Virindi Chat System 5"

From VirindiPlugins
Jump to: navigation, search
Line 3: Line 3:
 
[[file:Virindi Chat System 5 Screenshot.png]]
 
[[file:Virindi Chat System 5 Screenshot.png]]
  
 +
== Using VCS5 ==
  
Let's say for instance you wanted to change the color of anytime someone said your name.
+
=== Notes ===
 +
 
 +
* Patterns are case-sensitive
 +
* Actions doesn't do anything yet, just put 0
 +
* Window is where you want the text to appear, the numbers work as follows: 1=main chat, 2=chat window 1, 3=chat window 2, 4=chat window 3, 5=chat window 4
 +
 
 +
=== A rule to move VIGeneral chat ===
 +
 
 +
To move VIGeneral chat (from the VI2 plugin) to another window, use the following rule:
 +
 
 +
 
 +
Change to: LightBlue (or whichever color you like)<br>
 +
Action: 0<br>
 +
Windows: 5 (This will move the chat to floating chat window 4)<br>
 +
Pattern Color: LightBlue<br>
 +
Pattern: [VI] [ViGeneral] * says, "*"<br>
 +
Use regex: unchecked<br>
  
In this example we are going to use the character name Dragonrider.
 
  
Change to: Color you want it output to.  
+
Be sure to click create/change to save it.
  
Action: 0
+
=== An example regex rule ===
  
Windows: 1 (For the first chat window, not the primary)
+
Let's say for instance you wanted to change the color of anytime someone said your name.
  
Pattern Color: Any
+
In this example we are going to use the character name Dragonrider.
  
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)
+
Change to: Color you want it output to.<br>
 +
Action: 0<br>
 +
Windows: 1 (Note: Window 1 is main chat, window 2 is floating chat window 1, etc)<br>
 +
Pattern Color: Any<br>
 +
Pattern Text: .* says, ".*[dD]ragonrider.*" (Will work for all chat channels and area chat)<br>
 +
Pattern Text: .* tells you, ".*[dD]ragonrider.*" (Will work for direct tells)<br>
 +
Use RegEx: checked<br>
  
Use RegEx needs to be checked for this example to work.
 
  
Click Save to Save it.
+
Be sure to click create/change to save it.

Revision as of 11:32, 5 June 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

Using VCS5

Notes

  • Patterns are case-sensitive
  • Actions doesn't do anything yet, just put 0
  • Window is where you want the text to appear, the numbers work as follows: 1=main chat, 2=chat window 1, 3=chat window 2, 4=chat window 3, 5=chat window 4

A rule to move VIGeneral chat

To move VIGeneral chat (from the VI2 plugin) to another window, use the following rule:


Change to: LightBlue (or whichever color you like)
Action: 0
Windows: 5 (This will move the chat to floating chat window 4)
Pattern Color: LightBlue
Pattern: [VI] [ViGeneral] * says, "*"
Use regex: unchecked


Be sure to click create/change to save it.

An example regex rule

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 (Note: Window 1 is main chat, window 2 is floating chat window 1, etc)
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: checked


Be sure to click create/change to save it.