I hate to throw this issue on you, but I can't get this chat redirecting miniwindow to work. I'm using the chat redirecting miniwindow by fiendish. The window pops up after the plugin is installed, however it will not capture anything. Furthermore I thought the triggers were made for achaea but aren't working.
Some output examples...
You say in a confident, yet reserved voice, "Test."
You tell Ula, "Didn't work, but thanks."
Ula tells you, "Nope, i use the nexus client."
Jonesey's voice sizzles as he tells you, "Sorry, mudlet."
(Ashtan): Ula says, "So, what the hell is happening now?!"
(Fledglings): Jonesey says, "Bye."
<triggers>
<trigger
enabled="y"
match="^((.+): )?[A-Za-z]+ (says|yells|tells you), ".+""
script="chats"
omit_from_output="y"
sequence="100"
>
</trigger>
<trigger
enabled="y"
match="^You (say|tell|whisper) .+, ".+""
script="chats"
omit_from_output="y"
sequence="100"
>
</trigger>
</triggers>
There was a $ symbol somewhere at the end of the match= lines that I may have butchered. Like everyone says on these forums - i'm not a coder, ect. I'm just tired of trying but really need something to capture all communication.
Some output examples...
You say in a confident, yet reserved voice, "Test."
You tell Ula, "Didn't work, but thanks."
Ula tells you, "Nope, i use the nexus client."
Jonesey's voice sizzles as he tells you, "Sorry, mudlet."
(Ashtan): Ula says, "So, what the hell is happening now?!"
(Fledglings): Jonesey says, "Bye."
<triggers>
<trigger
enabled="y"
match="^((.+): )?[A-Za-z]+ (says|yells|tells you), ".+""
script="chats"
omit_from_output="y"
sequence="100"
>
</trigger>
<trigger
enabled="y"
match="^You (say|tell|whisper) .+, ".+""
script="chats"
omit_from_output="y"
sequence="100"
>
</trigger>
</triggers>
There was a $ symbol somewhere at the end of the match= lines that I may have butchered. Like everyone says on these forums - i'm not a coder, ect. I'm just tired of trying but really need something to capture all communication.